index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pnode.c
Age
Commit message (
Expand
)
Author
2025-06-29
copy_tree(): don't link the mounts via mnt_list
Al Viro
2025-06-29
change_mnt_propagation(): move ->mnt_master assignment into MS_SLAVE case
Al Viro
2025-06-29
mnt_slave_list/mnt_slave: turn into hlist_head/hlist_node
Al Viro
2025-06-29
turn do_make_slave() into transfer_propagation()
Al Viro
2025-06-29
do_make_slave(): choose new master sanely
Al Viro
2025-06-29
change_mnt_propagation(): do_make_slave() is a no-op unless IS_MNT_SHARED()
Al Viro
2025-06-29
change_mnt_propagation() cleanups, step 1
Al Viro
2025-06-29
propagate_mnt(): fix comment and convert to kernel-doc, while we are at it
Al Viro
2025-06-29
propagate_mnt(): get rid of last_dest
Al Viro
2025-06-29
fs/pnode.c: get rid of globals
Al Viro
2025-06-29
propagate_one(): fold into the sole caller
Al Viro
2025-06-29
propagate_one(): separate the "what should be the master for this copy" part
Al Viro
2025-06-29
propagate_one(): separate the "do we need secondary here?" logics
Al Viro
2025-06-29
propagate_mnt(): handle all peer groups in the same loop
Al Viro
2025-06-29
propagate_one(): get rid of dest_master
Al Viro
2025-06-29
mount: separate the flags accessed only under namespace_sem
Al Viro
2025-06-29
don't have mounts pin their parents
Al Viro
2025-06-29
Rewrite of propagate_umount()
Al Viro
2025-06-29
pnode: lift peers() into pnode.h
Al Viro
2025-05-26
Don't propagate mounts into detached trees
Al Viro
2025-05-09
fix IS_MNT_PROPAGATING uses
Al Viro
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-03-04
mount: handle mount propagation for detached mount trees
Christian Brauner
2025-02-05
vfs: add notifications for mount attach and detach
Miklos Szeredi
2024-12-22
fs: Fix grammar and spelling in propagate_umount()
Zhu Jun
2023-11-18
mounts: keep list of mounts in an rbtree
Miklos Szeredi
2023-05-19
fs: allow to mount beneath top mount
Christian Brauner
2023-04-06
pnode: pass mountpoint directly
Christian Brauner
2022-12-21
pnode: terminate at peers of source
Christian Brauner
2020-04-27
propagate_one(): mnt_set_mountpoint() needs mount_lock
Al Viro
2019-06-17
fs/namespace: fix unprivileged mount propagation
Christian Brauner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
2019-01-30
separate copying and locking mount tree on cross-userns copies
Al Viro
2018-12-20
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2017-05-23
mnt: Make propagate_umount less slow for overlapping mount propagation trees
Eric W. Biederman
2017-05-23
mnt: In propgate_umount handle visiting mounts in any order
Eric W. Biederman
2017-05-23
mnt: In umount propagation reparent in a separate pass
Eric W. Biederman
2017-02-04
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
2016-12-16
reorganize do_make_slave()
Al Viro
2016-09-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
2016-05-05
propogate_mnt: Handle the first propogated copy being a slave
Eric W. Biederman
2016-02-20
fs/pnode.c: treat zero mnt_group_id-s as unequal
Maxim Patlasov
2015-04-02
mnt: Don't propagate unmounts to locked mounts
Eric W. Biederman
2015-04-02
mnt: On an unmount propagate clearing of MNT_LOCKED
Eric W. Biederman
2015-04-02
mnt: Delay removal from the mount hash.
Eric W. Biederman
2015-04-02
mnt: Add MNT_UMOUNT flag
Eric W. Biederman
2015-04-02
mnt: In umount_tree reuse mnt_list instead of mnt_hash
Eric W. Biederman
2014-12-02
mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.
Eric W. Biederman
2014-08-30
get rid of propagate_umount() mistakenly treating slaves as busy.
Al Viro
2014-04-01
smarter propagate_mnt()
Al Viro
[next]