index
:
kernel/git/stable/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
2025-12-07
fs/namespace: fix reference leak in grab_requested_mnt_ns
Andrei Vagin
2025-12-01
fs: Fix uninitialized 'offp' in statmount_string()
Zhen Ni
2025-11-24
fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
Andrei Vagin
2025-11-13
move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
Al Viro
2025-10-19
mount: handle NULL values in mnt_ns_release()
Christian Brauner
2025-10-19
mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
Al Viro
2025-10-19
fs: Add 'initramfs_options' to set initramfs mount options
Lichen Liu
2025-10-19
listmount: don't call path_put() under namespace semaphore
Christian Brauner
2025-10-19
statmount: don't call path_put() under namespace semaphore
Christian Brauner
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
[next]