summaryrefslogtreecommitdiffstats
path: root/fs/proc_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-07-011-18/+16Star
* vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-0/+1
* vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin2014-12-171-2/+11
* vfs: cleanup show_mountinfoDmitry V. Levin2014-12-171-2/+1Star
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-301-5/+3Star
* reduce m_start() cost...Al Viro2014-04-021-0/+1
* fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin2014-01-241-6/+1Star
* don't bother with vfsmount_lock in mounts_poll()Al Viro2013-10-251-4/+4
* get rid of magic in proc_namespace.cAl Viro2012-07-141-4/+3Star
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-301-2/+2
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* vfs: switch ->show_path() to struct dentry *Al Viro2012-01-071-1/+1
* vfs: switch ->show_devname() to struct dentry *Al Viro2012-01-071-8/+9
* vfs: switch ->show_stats to struct dentry *Al Viro2012-01-071-5/+6
* vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro2012-01-041-0/+331