aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc_namespace.c
AgeCommit message (Expand)Author
2016-03-16vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin
2015-12-06vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin
2015-12-06vfs: show_mountinfo: cleanup error code checksDmitry V. Levin
2015-12-06vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin
2015-06-30fs: use seq_open_private() for proc_mountsYann Droneaud
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2014-12-17vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin
2014-12-17vfs: cleanup show_mountinfoDmitry V. Levin
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman
2014-04-01reduce m_start() cost...Al Viro
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro
2012-07-14get rid of magic in proc_namespace.cAl Viro
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro