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-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
2025-06-07
fs: allow clone_private_mount() for a path on real rootfs
KONDO KAZUMA(近藤 和真)
2025-06-07
fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
Al Viro
2025-06-07
path_overmount(): avoid false negatives
Al Viro
2025-06-07
fs/fhandle.c: fix a race in call of has_locked_children()
Al Viro
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-05-30
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-05-26
Don't propagate mounts into detached trees
Al Viro
2025-05-26
Merge tag 'vfs-6.16-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-23
statmount: update STATMOUNT_SUPPORTED macro
Dmitry V. Levin
2025-05-23
->mnt_devname is never NULL
Al Viro
2025-05-23
mount: add a comment about concurrent changes with statmount()/listmount()
Christian Brauner
2025-05-09
fix IS_MNT_PROPAGATING uses
Al Viro
2025-05-09
do_move_mount(): don't leak MNTNS_PROPAGATING on failures
Al Viro
2025-05-09
do_umount(): add missing barrier before refcount checks in sync case
Al Viro
2025-05-09
__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
Al Viro
2025-05-06
kill vfs_submount()
Al Viro
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
2025-04-23
fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()
Al Viro
2025-04-11
fs: use namespace_{lock,unlock} in dissolve_on_fput()
Jan Stancek
2025-04-11
mount: ensure we don't pointlessly walk the mount tree
Christian Brauner
2025-04-03
fs: actually hold the namespace semaphore
Christian Brauner
2025-03-28
fs: namespace: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-19
umount: Allow superblock owners to force umount
Trond Myklebust
2025-03-04
mount: handle mount propagation for detached mount trees
Christian Brauner
2025-03-04
fs: namespace: fix uninitialized variable use
Arnd Bergmann
2025-03-04
fs: allow creating detached mounts from fsmount() file descriptors
Christian Brauner
2025-03-04
fs: mount detached mounts onto detached mounts
Christian Brauner
[prev]
[next]