index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
fs: Add 'initramfs_options' to set initramfs mount options
Lichen Liu
1
-1
/
+10
2025-08-28
use uniform permission checks for all mount propagation changes
Al Viro
1
-14
/
+20
2025-07-24
clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns
Al Viro
1
-0
/
+5
2025-07-06
attach_recursive_mnt(): do not lock the covering tree when sliding something ...
Al Viro
1
-4
/
+4
2025-06-19
do_change_type(): refuse to operate on unmounted/not ours mounts
Al Viro
1
-0
/
+4
2025-06-19
fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
Al Viro
1
-1
/
+1
2025-06-19
path_overmount(): avoid false negatives
Al Viro
1
-6
/
+13
2025-06-04
__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
Al Viro
1
-5
/
+1
2025-05-18
do_umount(): add missing barrier before refcount checks in sync case
Al Viro
1
-1
/
+2
2025-05-02
fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()
Al Viro
1
-33
/
+36
2025-04-25
umount: Allow superblock owners to force umount
Trond Myklebust
1
-1
/
+2
2024-10-04
mount: handle OOM on mnt_warn_timestamp_expiry
Olaf Hering
1
-3
/
+11
2024-02-23
fs: relax mount_setattr() permission checks
Christian Brauner
1
-3
/
+8
2024-01-26
fs: indicate request originates from old mount API
Christian Brauner
1
-0
/
+11
2023-06-26
Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-80
/
+371
2023-06-20
fs: Provide helpers for manipulating sb->s_readonly_remount
Jan Kara
1
-9
/
+16
2023-05-19
fs: allow to mount beneath top mount
Christian Brauner
1
-48
/
+304
2023-05-19
fs: use a for loop when locking a mount
Christian Brauner
1
-21
/
+28
2023-05-19
fs: properly document __lookup_mnt()
Christian Brauner
1
-3
/
+19
2023-05-19
fs: add path_mounted()
Christian Brauner
1
-12
/
+24
2023-04-25
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+6
2023-04-24
Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-6
/
+3
2023-04-21
build_mount_idmapped(): switch to fdget()
Al Viro
1
-6
/
+6
2023-03-31
fs: drop peer group ids under namespace lock
Christian Brauner
1
-1
/
+1
2023-03-15
fs/namespace: fnic: Switch to use %ptTd
Andy Shevchenko
1
-6
/
+3
2023-02-25
Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+14
2023-01-28
ipc,namespace: batch free ipc_namespace structures
Rik van Riel
1
-4
/
+14
2023-01-19
fs: move mnt_idmap
Christian Brauner
1
-90
/
+2
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-26
/
+0
2022-12-13
Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-34
/
+142
2022-11-25
copy_mnt_ns(): handle a corner case (overmounted mntns bindings) saner
Al Viro
1
-1
/
+2
2022-10-31
fs: introduce dedicated idmap type for mounts
Christian Brauner
1
-34
/
+142
2022-08-17
fs: require CAP_SYS_ADMIN in target namespace for idmapped mounts
Seth Forshee
1
-0
/
+7
2022-07-05
switch try_to_unlazy_next() to __legitimize_mnt()
Al Viro
1
-1
/
+1
2022-06-05
Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-20
uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)
Al Viro
1
-1
/
+1
2022-05-12
fs: hold writers when changing mount's idmapping
Christian Brauner
1
-2
/
+3
2022-04-21
fs: unset MNT_WRITE_HOLD on failure
Christian Brauner
1
-1
/
+13
2022-04-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+12
2022-03-24
Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-2
/
+18
2022-03-24
Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...
Linus Torvalds
1
-70
/
+78
2022-03-23
mount: warn only once about timestamp range expiration
Anthony Iliopoulos
1
-0
/
+2
2022-03-16
mount_setattr(): clean the control flow and calling conventions
Al Viro
1
-42
/
+40
2022-02-14
fs: clean up mount_setattr control flow
Christian Brauner
1
-41
/
+43
2022-02-14
fs: don't open-code mnt_hold_writers()
Christian Brauner
1
-5
/
+2
2022-02-14
fs: simplify check in mount_setattr_commit()
Christian Brauner
1
-7
/
+2
2022-02-14
fs: add mnt_allow_writers() and simplify mount_setattr_prepare()
Christian Brauner
1
-6
/
+22
2022-02-14
fs: add kernel doc for mnt_{hold,unhold}_writers()
Christian Brauner
1
-0
/
+30
2022-02-14
clean overflow checks in count_mounts() a bit
Al Viro
1
-9
/
+10
2022-01-31
constify struct path argument of finish_automount()/do_add_mount()
Al Viro
1
-2
/
+2
[next]