index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
2025-09-02
do_move_mount(): trim local variables
Al Viro
2025-09-02
switch do_new_mount_fc() to fc_mount()
Al Viro
2025-09-02
current_chrooted(): use guards
Al Viro
2025-09-02
current_chrooted(): don't bother with follow_down_one()
Al Viro
2025-09-02
path_is_under(): use guards
Al Viro
2025-09-02
mnt_set_expiry(): use guards
Al Viro
2025-09-02
has_locked_children(): use guards
Al Viro
2025-09-02
check_for_nsfs_mounts(): no need to take locks
Al Viro
2025-09-02
mnt_already_visible(): use guards
Al Viro
2025-09-02
put_mnt_ns(): use guards
Al Viro
2025-09-02
mark_mounts_for_expiry(): use guards
Al Viro
2025-09-02
do_set_group(): use guards
Al Viro
2025-09-02
do_change_type(): use guards
Al Viro
2025-09-02
__is_local_mountpoint(): use guards
Al Viro
2025-09-02
__detach_mounts(): use guards
Al Viro
2025-09-02
fs/namespace.c: allow to drop vfsmount references via __free(mntput)
Al Viro
2025-09-02
fs/namespace.c: fix the namespace_sem guard mess
Al Viro
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
2025-08-21
fs: fix indentation style
Guopeng Zhang
2025-08-21
fs: Add 'initramfs_options' to set initramfs mount options
Lichen Liu
2025-08-19
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-08-19
use uniform permission checks for all mount propagation changes
Al Viro
2025-08-19
fix the softlockups in attach_recursive_mnt()
Al Viro
2025-08-11
vfs: fs/namespace.c: remove ms_flags argument from do_remount
Askar Safin
2025-08-11
fs: fix incorrect lflags value in the move_mount syscall
Yuntao Wang
2025-08-11
vfs: output mount_too_revealing() errors to fscontext
Aleksa Sarai
2025-08-11
open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE
Aleksa Sarai
2025-07-28
Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-06-29
statmount_mnt_basic(): simplify the logics for group id
Al Viro
2025-06-29
invent_group_ids(): zero ->mnt_group_id always implies !IS_MNT_SHARED()
Al Viro
2025-06-29
get rid of CL_SHARE_TO_SLAVE
Al Viro
2025-06-29
take freeing of emptied mnt_namespace to namespace_unlock()
Al Viro
2025-06-29
copy_tree(): don't link the mounts via mnt_list
Al Viro
2025-06-29
mnt_slave_list/mnt_slave: turn into hlist_head/hlist_node
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
get rid of mountpoint->m_count
Al Viro
2025-06-29
combine __put_mountpoint() with unhash_mnt()
Al Viro
2025-06-29
pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()
Al Viro
2025-06-29
take ->mnt_expire handling under mount_lock [read_seqlock_excl]
Al Viro
2025-06-29
attach_recursive_mnt(): remove from expiry list on move
Al Viro
2025-06-29
do_move_mount(): get rid of 'attached' flag
Al Viro
2025-06-29
do_move_mount(): take dropping the old mountpoint into attach_recursive_mnt()
Al Viro
2025-06-29
attach_recursive_mnt(): get rid of flags entirely
Al Viro
2025-06-29
attach_recursive_mnt(): pass destination mount in all cases
Al Viro
2025-06-29
attach_recursive_mnt(): unify the mnt_change_mountpoint() logics
Al Viro
2025-06-29
make commit_tree() usable in same-namespace move case
Al Viro
2025-06-29
Rewrite of propagate_umount()
Al Viro
2025-06-29
sanitize handling of long-term internal mounts
Al Viro
[prev]
[next]