aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+2
2016-03-16vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+2
2015-12-06vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin1-3/+2
2015-12-06vfs: show_mountinfo: cleanup error code checksDmitry V. Levin1-9/+11
2015-12-06vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin1-1/+1
2015-06-30fs: use seq_open_private() for proc_mountsYann Droneaud1-18/+16
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+1
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-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-5/+3
2014-04-01reduce m_start() cost...Al Viro1-0/+1
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin1-6/+1
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4
2012-07-14get rid of magic in proc_namespace.cAl Viro1-4/+3
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-2/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro1-1/+1
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro1-8/+9
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-5/+6
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-0/+331