aboutsummaryrefslogtreecommitdiff
path: root/fs/mount.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-18mounts: keep list of mounts in an rbtreeGravatar Miklos Szeredi 1-10/+14
2023-11-18add unique mount IDGravatar Miklos Szeredi 1-1/+2
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Gravatar Al Viro 1-1/+0
2021-01-24mount: make {lock,unlock}_mount_hash() staticGravatar Christian Brauner 1-10/+0
2020-08-19mnt: Use generic ns_common::countGravatar Kirill Tkhai 1-2/+1
2020-05-14proc/mounts: add cursorGravatar Miklos Szeredi 1-3/+9
2019-07-16switch the remnants of releasing the mountpoint away from fs_pinGravatar Al Viro 1-2/+5
2019-07-16make struct mountpoint bear the dentry reference to mountpoint, not struct mountGravatar Al Viro 1-1/+0
2019-01-30saner handling of temporary namespacesGravatar Al Viro 1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-2/+2
2017-05-23mnt: In propgate_umount handle visiting mounts in any orderGravatar Eric W. Biederman 1-1/+1
2017-05-23mnt: In umount propagation reparent in a separate passGravatar Eric W. Biederman 1-0/+1
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedGravatar Jan Kara 1-1/+1
2017-04-10fsnotify: Move mark list head from object into dedicated structureGravatar Jan Kara 1-1/+1
2017-02-04mnt: Tuck mounts under others instead of creating shadow/side mounts.Gravatar Eric W. Biederman 1-1/+0
2016-12-03vfs: add path_is_mountpoint() helperGravatar Ian Kent 1-0/+6
2016-09-30mnt: Add a per mount namespace limit on the number of mountsGravatar Eric W. Biederman 1-0/+2
2016-08-31mntns: Add a limit on the number of mount namespaces.Gravatar Eric W. Biederman 1-0/+1
2015-06-30fs: use seq_open_private() for proc_mountsGravatar Yann Droneaud 1-3/+0
2015-05-11new helper: __legitimize_mnt()Gravatar Al Viro 1-0/+1
2015-01-25switch the IO-triggering parts of umount to fs_pinGravatar Al Viro 1-1/+3
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-1/+2
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Gravatar Eric W. Biederman 1-0/+9
2014-10-09vfs: Keep a list of mounts on a mount pointGravatar Eric W. Biederman 1-0/+2
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceGravatar Eric W. Biederman 1-0/+9
2014-10-09delayed mntputGravatar Al Viro 1-1/+4
2014-08-07death to mnt_pinnedGravatar Al Viro 1-1/+0
2014-08-07acct: get rid of acct_listGravatar Al Viro 1-0/+1
2014-04-01reduce m_start() cost...Gravatar Al Viro 1-1/+4
2014-03-30switch mnt_hash to hlistGravatar Al Viro 1-1/+1
2014-03-30resizable namespace.c hashesGravatar Al Viro 1-1/+1
2014-01-26vfs: Is mounted should be testing mnt_ns for NULL or error.Gravatar Eric W. Biederman 1-1/+1
2013-11-09RCU'd vfsmountsGravatar Al Viro 1-4/+6
2013-10-24split __lookup_mnt() in two functionsGravatar Al Viro 1-1/+2
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashGravatar Al Viro 1-0/+13
2013-10-24namespace.c: get rid of mnt_ghostsGravatar Al Viro 1-1/+1
2013-04-09get rid of full-hash scan on detaching vfsmountsGravatar Al Viro 1-0/+7
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+1
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceGravatar Eric W. Biederman 1-0/+1
2012-11-19vfs: Add setns support for the mount namespaceGravatar Eric W. Biederman 1-0/+1
2012-07-14get rid of magic in proc_namespace.cGravatar Al Viro 1-1/+3
2012-07-14get rid of ->mnt_longtermGravatar Al Viro 1-1/+8
2012-01-06vfs: keep list of mounts for each superblockGravatar Miklos Szeredi 1-0/+1
2012-01-03switch mnt_namespace ->root to struct mountGravatar Al Viro 1-1/+1
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cGravatar Al Viro 1-0/+24
2012-01-03vfs: move fsnotify junk to struct mountGravatar Al Viro 1-1/+4
2012-01-03vfs: move mnt_devnameGravatar Al Viro 1-1/+2
2012-01-03vfs: move mnt_list to struct mountGravatar Al Viro 1-1/+2