index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
do_lock_mount(): don't modify path.
Al Viro
1
-56
/
+63
2025-09-15
new helper: topmost_overmount()
Al Viro
1
-6
/
+3
2025-09-15
don't bother passing new_path->dentry to can_move_mount_beneath()
Al Viro
1
-6
/
+7
2025-09-15
pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
Al Viro
1
-1
/
+1
2025-09-15
graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
Al Viro
1
-10
/
+10
2025-09-15
do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
Al Viro
1
-17
/
+15
2025-09-15
do_move_mount(): use the parent mount returned by do_lock_mount()
Al Viro
1
-11
/
+6
2025-09-15
change calling conventions for lock_mount() et.al.
Al Viro
1
-115
/
+107
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-5
/
+3
2025-09-02
finish_automount(): use __free() to deal with dropping mnt on failure
Al Viro
1
-14
/
+8
2025-09-02
do_new_mount_fc(): use __free() to deal with dropping mnt on failure
Al Viro
1
-7
/
+6
2025-09-02
finish_automount(): take the lock_mount() analogue into a helper
Al Viro
1
-17
/
+25
2025-09-02
pivot_root(2): use __free() to deal with struct path in it
Al Viro
1
-12
/
+7
2025-09-02
do_loopback(): use __free(path_put) to deal with old_path
Al Viro
1
-6
/
+3
2025-09-02
finish_automount(): simplify the ELOOP check
Al Viro
1
-2
/
+1
2025-09-02
move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
Al Viro
1
-8
/
+7
2025-09-02
do_move_mount(): deal with the checks on old_path early
Al Viro
1
-16
/
+13
2025-09-02
do_move_mount(): trim local variables
Al Viro
1
-8
/
+4
2025-09-02
switch do_new_mount_fc() to fc_mount()
Al Viro
1
-17
/
+12
2025-09-02
current_chrooted(): use guards
Al Viro
1
-9
/
+6
2025-09-02
current_chrooted(): don't bother with follow_down_one()
Al Viro
1
-10
/
+8
2025-09-02
path_is_under(): use guards
Al Viro
1
-6
/
+5
2025-09-02
mnt_set_expiry(): use guards
Al Viro
1
-2
/
+1
2025-09-02
has_locked_children(): use guards
Al Viro
1
-6
/
+3
2025-09-02
check_for_nsfs_mounts(): no need to take locks
Al Viro
1
-11
/
+5
2025-09-02
mnt_already_visible(): use guards
Al Viro
1
-7
/
+3
2025-09-02
put_mnt_ns(): use guards
Al Viro
1
-4
/
+2
2025-09-02
mark_mounts_for_expiry(): use guards
Al Viro
1
-4
/
+2
2025-09-02
do_set_group(): use guards
Al Viro
1
-20
/
+13
2025-09-02
do_change_type(): use guards
Al Viro
1
-7
/
+6
2025-09-02
__is_local_mountpoint(): use guards
Al Viro
1
-9
/
+6
2025-09-02
__detach_mounts(): use guards
Al Viro
1
-6
/
+4
2025-09-02
fs/namespace.c: allow to drop vfsmount references via __free(mntput)
Al Viro
1
-0
/
+2
2025-09-02
fs/namespace.c: fix the namespace_sem guard mess
Al Viro
1
-7
/
+11
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-08-21
fs: fix indentation style
Guopeng Zhang
1
-1
/
+1
2025-08-21
fs: Add 'initramfs_options' to set initramfs mount options
Lichen Liu
1
-1
/
+10
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
vfs: fs/namespace.c: remove ms_flags argument from do_remount
Askar Safin
1
-2
/
+2
2025-08-11
fs: fix incorrect lflags value in the move_mount syscall
Yuntao Wang
1
-12
/
+20
2025-08-11
vfs: output mount_too_revealing() errors to fscontext
Aleksa Sarai
1
-2
/
+4
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
[prev]
[next]