aboutsummaryrefslogtreecommitdiff
path: root/fs/pnode.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-19fs: allow to mount beneath top mountGravatar Christian Brauner 1-0/+3
2021-03-08mount: fix mounting of detached mounts onto targets that reside on shared mountsGravatar Christian Brauner 1-1/+1
2020-12-10fs/namespace.c: WARN if mnt_count has become negativeGravatar Eric Biggers 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Gravatar Thomas Gleixner 1-2/+1
2019-01-30separate copying and locking mount tree on cross-userns copiesGravatar Al Viro 1-2/+1
2017-02-04mnt: Tuck mounts under others instead of creating shadow/side mounts.Gravatar Eric W. Biederman 1-0/+2
2016-09-30mnt: Add a per mount namespace limit on the number of mountsGravatar Eric W. Biederman 1-0/+1
2015-07-22mnt: Clarify and correct the disconnect logic in umount_treeGravatar Eric W. Biederman 1-2/+0
2015-04-09mnt: Honor MNT_LOCKED when detaching mountsGravatar Eric W. Biederman 1-0/+2
2015-04-02mnt: Don't propagate unmounts to locked mountsGravatar Eric W. Biederman 1-0/+1
2015-04-02mnt: On an unmount propagate clearing of MNT_LOCKEDGravatar Eric W. Biederman 1-0/+1
2015-04-02mnt: In umount_tree reuse mnt_list instead of mnt_hashGravatar Eric W. Biederman 1-1/+1
2015-04-02mnt: Improve the umount_tree flagsGravatar Eric W. Biederman 1-1/+0
2014-04-01smarter propagate_mnt()Gravatar Al Viro 1-0/+3
2014-03-30switch mnt_hash to hlistGravatar Al Viro 1-2/+2
2013-08-26vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesGravatar Eric W. Biederman 1-1/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+3
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersGravatar Al Viro 1-2/+1
2013-04-09get rid of full-hash scan on detaching vfsmountsGravatar Al Viro 1-2/+2
2013-03-27vfs: Carefully propogate mounts across user namespacesGravatar Eric W. Biederman 1-0/+1
2012-11-19vfs: Only support slave subtrees across different user namespacesGravatar Eric W. Biederman 1-0/+1
2012-01-03vfs: switch pnode.h macros to struct mount *Gravatar Al Viro 1-5/+5
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Gravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - propagate_mnt()Gravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - work with countersGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - is_path_reachableGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - do_umount/propagate_mount_busyGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount mnt_set_mountpoint child argumentGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree argumentGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - umount_tree argumentGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree resultGravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedGravatar Al Viro 1-4/+4
2012-01-03vfs: spread struct mount - mount group id handlingGravatar Al Viro 1-1/+1
2012-01-03vfs: add missing parens in pnode.h macrosGravatar Al Viro 1-5/+5
2012-01-03vfs: more mnt_parent cleanupsGravatar Al Viro 1-0/+2
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Gravatar Al Viro 1-1/+1
2012-01-03trim fs/internal.hGravatar Al Viro 1-0/+6
2010-03-03VFS: Clean up shared mount flag propagationGravatar Valerie Aurora 1-1/+1
2010-03-03Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()Gravatar Al Viro 1-2/+1
2008-04-23[patch 7/7] vfs: mountinfo: show dominating group idGravatar Miklos Szeredi 1-0/+1
2008-04-21[PATCH] teach seq_file to discard entriesGravatar Al Viro 1-0/+1
2007-10-21[PATCH] new helpers - collect_mounts() and release_collected_mounts()Gravatar Al Viro 1-0/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceGravatar Kirill Korotaev 1-1/+1
2005-11-07[PATCH] unbindable mountsGravatar Ram Pai 1-0/+1
2005-11-07[PATCH] introduce slave mountsGravatar Ram Pai 1-0/+2
2005-11-07[PATCH] shared mounts handling: umountGravatar Ram Pai 1-0/+2
2005-11-07[PATCH] shared mount handling: bind and rbindGravatar Ram Pai 1-0/+14
2005-11-07[PATCH] introduce shared mountsGravatar Ram Pai 1-0/+4
2005-11-07[PATCH] beginning of the shared-subtree properGravatar Ram Pai 1-0/+14