summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-31ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg5-10/+38
2016-03-16vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+2
2015-12-07vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin1-3/+2
2015-12-07vfs: show_mountinfo: cleanup error code checksDmitry V. Levin1-9/+11
2015-12-07vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin1-1/+1
2015-07-01fs: use seq_open_private() for proc_mountsYann Droneaud3-24/+19
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o13-35/+186
2014-12-17vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin1-2/+11
2014-12-17vfs: cleanup show_mountinfoDmitry V. Levin1-2/+1
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman8-40/+31
2014-04-02reduce m_start() cost...Al Viro3-4/+23
2014-01-24fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin1-6/+1
2013-10-25don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4
2012-07-14get rid of magic in proc_namespace.cAl Viro3-8/+9
2012-05-30brlocks/lglocks: API cleanupsAndi Kleen6-95/+96
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro39-91/+90
2012-01-07vfs: switch ->show_path() to struct dentry *Al Viro3-4/+4
2012-01-07vfs: switch ->show_devname() to struct dentry *Al Viro3-12/+13
2012-01-07vfs: switch ->show_stats to struct dentry *Al Viro5-16/+17
2012-01-04vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro6-351/+368