summaryrefslogtreecommitdiff
path: root/fs/proc_namespace.c
AgeCommit message (Expand)Author
2023-11-18namespace: extract show_path() helperMiklos Szeredi
2023-11-18mounts: keep list of mounts in an rbtreeMiklos Szeredi
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells
2022-06-28vfs: escape hash as wellSiddhesh Poyarekar
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner
2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner
2020-12-27proc mountinfo: make splice available againLinus Torvalds
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-05-14proc/mounts: add cursorMiklos Szeredi
2020-04-22proc: rename struct proc_fs_info to proc_fs_optsAlexey Gladkov
2019-09-06vfs: subtype handling moved to fuseDavid Howells
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
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