index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
fs: fix indentation style
Guopeng Zhang
1
-1
/
+1
2025-08-19
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-19
/
+22
2025-08-19
use uniform permission checks for all mount propagation changes
Al Viro
1
-14
/
+20
2025-08-19
fix the softlockups in attach_recursive_mnt()
Al Viro
1
-5
/
+2
2025-08-11
fs: fix incorrect lflags value in the move_mount syscall
Yuntao Wang
1
-12
/
+20
2025-08-11
open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE
Aleksa Sarai
1
-1
/
+2
2025-07-28
Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-06-29
statmount_mnt_basic(): simplify the logics for group id
Al Viro
1
-1
/
+1
2025-06-29
invent_group_ids(): zero ->mnt_group_id always implies !IS_MNT_SHARED()
Al Viro
1
-1
/
+1
2025-06-29
get rid of CL_SHARE_TO_SLAVE
Al Viro
1
-4
/
+3
2025-06-29
take freeing of emptied mnt_namespace to namespace_unlock()
Al Viro
1
-15
/
+12
2025-06-29
copy_tree(): don't link the mounts via mnt_list
Al Viro
1
-36
/
+24
2025-06-29
mnt_slave_list/mnt_slave: turn into hlist_head/hlist_node
Al Viro
1
-8
/
+6
2025-06-29
mount: separate the flags accessed only under namespace_sem
Al Viro
1
-4
/
+0
2025-06-29
don't have mounts pin their parents
Al Viro
1
-22
/
+9
2025-06-29
get rid of mountpoint->m_count
Al Viro
1
-94
/
+92
2025-06-29
combine __put_mountpoint() with unhash_mnt()
Al Viro
1
-6
/
+6
2025-06-29
pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()
Al Viro
1
-6
/
+5
2025-06-29
take ->mnt_expire handling under mount_lock [read_seqlock_excl]
Al Viro
1
-17
/
+11
2025-06-29
attach_recursive_mnt(): remove from expiry list on move
Al Viro
1
-6
/
+3
2025-06-29
do_move_mount(): get rid of 'attached' flag
Al Viro
1
-8
/
+5
2025-06-29
do_move_mount(): take dropping the old mountpoint into attach_recursive_mnt()
Al Viro
1
-5
/
+2
2025-06-29
attach_recursive_mnt(): get rid of flags entirely
Al Viro
1
-12
/
+6
2025-06-29
attach_recursive_mnt(): pass destination mount in all cases
Al Viro
1
-11
/
+6
2025-06-29
attach_recursive_mnt(): unify the mnt_change_mountpoint() logics
Al Viro
1
-9
/
+15
2025-06-29
make commit_tree() usable in same-namespace move case
Al Viro
1
-16
/
+14
2025-06-29
Rewrite of propagate_umount()
Al Viro
1
-1
/
+0
2025-06-29
sanitize handling of long-term internal mounts
Al Viro
1
-0
/
+9
2025-06-29
do_umount(): simplify the "is it still mounted" checks
Al Viro
1
-5
/
+6
2025-06-29
clone_mnt(): simplify the propagation-related logics
Al Viro
1
-13
/
+13
2025-06-29
don't set MNT_LOCKED on parentless mounts
Al Viro
1
-17
/
+15
2025-06-29
__attach_mnt(): lose the second argument
Al Viro
1
-5
/
+6
2025-06-29
dissolve_on_fput(): use anon_ns_root()
Al Viro
1
-49
/
+13
2025-06-29
new predicate: anon_ns_root(mount)
Al Viro
1
-25
/
+3
2025-06-29
constify is_local_mountpoint()
Al Viro
1
-1
/
+1
2025-06-29
new predicate: mount_is_ancestor()
Al Viro
1
-6
/
+15
2025-06-29
copy_tree(): don't set ->mnt_mountpoint on the root of copy
Al Viro
1
-1
/
+0
2025-06-29
prevent mount hash conflicts
Al Viro
1
-5
/
+22
2025-06-29
get rid of mnt_set_mountpoint_beneath()
Al Viro
1
-33
/
+4
2025-06-29
attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
Al Viro
1
-25
/
+12
2025-06-24
userns and mnt_idmap leak in open_tree_attr(2)
Al Viro
1
-7
/
+3
2025-06-23
attach_recursive_mnt(): do not lock the covering tree when sliding something ...
Al Viro
1
-4
/
+4
2025-06-23
replace collect_mounts()/drop_collected_mounts() with a safer variant
Al Viro
1
-38
/
+59
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
1
-1
/
+1
2025-06-11
mntns: use stable inode number for initial mount ns
Christian Brauner
1
-1
/
+3
2025-06-08
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-42
/
+71
2025-06-07
do_change_type(): refuse to operate on unmounted/not ours mounts
Al Viro
1
-0
/
+4
2025-06-07
clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns
Al Viro
1
-0
/
+3
2025-06-07
do_move_mount(): split the checks in subtree-of-our-ns and entire-anon cases
Al Viro
1
-21
/
+25
[next]