开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
2025-08-21
fs: fix indentation style
Guopeng Zhang
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
fs: fix incorrect lflags value in the move_mount syscall
Yuntao Wang
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
2025-06-29
do_umount(): simplify the "is it still mounted" checks
Al Viro
2025-06-29
clone_mnt(): simplify the propagation-related logics
Al Viro
2025-06-29
don't set MNT_LOCKED on parentless mounts
Al Viro
2025-06-29
__attach_mnt(): lose the second argument
Al Viro
2025-06-29
dissolve_on_fput(): use anon_ns_root()
Al Viro
2025-06-29
new predicate: anon_ns_root(mount)
Al Viro
2025-06-29
constify is_local_mountpoint()
Al Viro
2025-06-29
new predicate: mount_is_ancestor()
Al Viro
2025-06-29
copy_tree(): don't set ->mnt_mountpoint on the root of copy
Al Viro
2025-06-29
prevent mount hash conflicts
Al Viro
2025-06-29
get rid of mnt_set_mountpoint_beneath()
Al Viro
2025-06-29
attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
Al Viro
2025-06-24
userns and mnt_idmap leak in open_tree_attr(2)
Al Viro
2025-06-23
attach_recursive_mnt(): do not lock the covering tree when sliding something ...
Al Viro
2025-06-23
replace collect_mounts()/drop_collected_mounts() with a safer variant
Al Viro
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
2025-06-11
mntns: use stable inode number for initial mount ns
Christian Brauner
2025-06-08
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-06-07
do_change_type(): refuse to operate on unmounted/not ours mounts
Al Viro
2025-06-07
clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns
Al Viro
2025-06-07
do_move_mount(): split the checks in subtree-of-our-ns and entire-anon cases
Al Viro
[next]