summaryrefslogtreecommitdiffstats
path: root/fs/proc_namespace.c
AgeCommit message (Expand)AuthorLines
2025-05-23->mnt_devname is never NULLAl Viro-8/+4
2024-06-28fs: rename show_mnt_opts -> show_vfsmnt_optsJosef Bacik-3/+3
2023-11-18namespace: extract show_path() helperMiklos Szeredi-7/+3
2023-11-18mounts: keep list of mounts in an rbtreeMiklos Szeredi-3/+0
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells-3/+3
2022-06-28vfs: escape hash as wellSiddhesh Poyarekar-1/+1
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner-1/+1
2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner-0/+3
2020-12-27proc mountinfo: make splice available againLinus Torvalds-3/+6
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler-0/+1
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-7/+7
2020-05-14proc/mounts: add cursorMiklos Szeredi-1/+3
2020-04-22proc: rename struct proc_fs_info to proc_fs_optsAlexey Gladkov-7/+7
2019-09-06vfs: subtype handling moved to fuseDavid Howells-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-4/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-1/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar-0/+2
2016-03-16vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin-0/+2
2015-12-06vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin-3/+2
2015-12-06vfs: show_mountinfo: cleanup error code checksDmitry V. Levin-9/+11
2015-12-06vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin-1/+1
2015-06-30fs: use seq_open_private() for proc_mountsYann Droneaud-18/+16
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o-0/+1
2014-12-17vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin-2/+11
2014-12-17vfs: cleanup show_mountinfoDmitry V. Levin-2/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman-5/+3
2014-04-01reduce m_start() cost...Al Viro-0/+1
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin-6/+1
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro-4/+4
2012-07-14get rid of magic in proc_namespace.cAl Viro-4/+3
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen-2/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro-2/+2
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro-1/+1
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro-8/+9
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro-5/+6
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro-0/+331