index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pnode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
umount_tree(): take all victims out of propagation graph at once
Al Viro
1
-15
/
+52
2025-09-02
path_is_under(): use guards
Al Viro
1
-1
/
+2
2025-09-02
propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
Al Viro
1
-3
/
+2
2025-08-19
change_mnt_propagation(): calculate propagation source only if we'll need it
Al Viro
1
-1
/
+2
2025-08-19
propagate_umount(): only surviving overmounts should be reparented
Al Viro
1
-3
/
+4
2025-06-29
copy_tree(): don't link the mounts via mnt_list
Al Viro
1
-1
/
+2
2025-06-29
change_mnt_propagation(): move ->mnt_master assignment into MS_SLAVE case
Al Viro
1
-6
/
+6
2025-06-29
mnt_slave_list/mnt_slave: turn into hlist_head/hlist_node
Al Viro
1
-22
/
+19
2025-06-29
turn do_make_slave() into transfer_propagation()
Al Viro
1
-18
/
+18
2025-06-29
do_make_slave(): choose new master sanely
Al Viro
1
-31
/
+31
2025-06-29
change_mnt_propagation(): do_make_slave() is a no-op unless IS_MNT_SHARED()
Al Viro
1
-5
/
+4
2025-06-29
change_mnt_propagation() cleanups, step 1
Al Viro
1
-3
/
+6
2025-06-29
propagate_mnt(): fix comment and convert to kernel-doc, while we are at it
Al Viro
1
-12
/
+11
2025-06-29
propagate_mnt(): get rid of last_dest
Al Viro
1
-12
/
+9
2025-06-29
fs/pnode.c: get rid of globals
Al Viro
1
-21
/
+10
2025-06-29
propagate_one(): fold into the sole caller
Al Viro
1
-32
/
+25
2025-06-29
propagate_one(): separate the "what should be the master for this copy" part
Al Viro
1
-17
/
+26
2025-06-29
propagate_one(): separate the "do we need secondary here?" logics
Al Viro
1
-8
/
+14
2025-06-29
propagate_mnt(): handle all peer groups in the same loop
Al Viro
1
-18
/
+15
2025-06-29
propagate_one(): get rid of dest_master
Al Viro
1
-5
/
+8
2025-06-29
mount: separate the flags accessed only under namespace_sem
Al Viro
1
-12
/
+10
2025-06-29
don't have mounts pin their parents
Al Viro
1
-32
/
+17
2025-06-29
Rewrite of propagate_umount()
Al Viro
1
-161
/
+195
2025-06-29
pnode: lift peers() into pnode.h
Al Viro
1
-5
/
+0
2025-05-26
Don't propagate mounts into detached trees
Al Viro
1
-2
/
+2
2025-05-09
fix IS_MNT_PROPAGATING uses
Al Viro
1
-8
/
+9
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-5
/
+5
2025-03-04
mount: handle mount propagation for detached mount trees
Christian Brauner
1
-5
/
+5
2025-02-05
vfs: add notifications for mount attach and detach
Miklos Szeredi
1
-1
/
+3
2024-12-22
fs: Fix grammar and spelling in propagate_umount()
Zhu Jun
1
-4
/
+4
2023-11-18
mounts: keep list of mounts in an rbtree
Miklos Szeredi
1
-1
/
+1
2023-05-19
fs: allow to mount beneath top mount
Christian Brauner
1
-1
/
+41
2023-04-06
pnode: pass mountpoint directly
Christian Brauner
1
-7
/
+5
2022-12-21
pnode: terminate at peers of source
Christian Brauner
1
-1
/
+1
2020-04-27
propagate_one(): mnt_set_mountpoint() needs mount_lock
Al Viro
1
-5
/
+4
2019-06-17
fs/namespace: fix unprivileged mount propagation
Christian Brauner
1
-1
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
1
-2
/
+1
2019-01-30
separate copying and locking mount tree on cross-userns copies
Al Viro
1
-5
/
+0
2018-12-20
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
1
-0
/
+1
2017-05-23
mnt: Make propagate_umount less slow for overlapping mount propagation trees
Eric W. Biederman
1
-1
/
+62
2017-05-23
mnt: In propgate_umount handle visiting mounts in any order
Eric W. Biederman
1
-58
/
+86
2017-05-23
mnt: In umount propagation reparent in a separate pass
Eric W. Biederman
1
-5
/
+30
2017-02-04
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
1
-12
/
+49
2016-12-16
reorganize do_make_slave()
Al Viro
1
-38
/
+36
2016-09-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
1
-1
/
+1
2016-05-05
propogate_mnt: Handle the first propogated copy being a slave
Eric W. Biederman
1
-11
/
+14
2016-02-20
fs/pnode.c: treat zero mnt_group_id-s as unequal
Maxim Patlasov
1
-2
/
+7
2015-04-02
mnt: Don't propagate unmounts to locked mounts
Eric W. Biederman
1
-3
/
+29
2015-04-02
mnt: On an unmount propagate clearing of MNT_LOCKED
Eric W. Biederman
1
-0
/
+20
2015-04-02
mnt: Delay removal from the mount hash.
Eric W. Biederman
1
-1
/
+0
[next]