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.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-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-02-07
fs: fix adding security options to statmount.mnt_opt
Miklos Szeredi
1
-15
/
+14
2025-02-07
statmount: let unset strings be empty
Miklos Szeredi
1
-9
/
+16
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-20
Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-76
/
+124
2025-01-20
Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+8
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-01-16
fs: Fix return type of do_mount() from long to int
Sentaro Onizuka
1
-1
/
+1
2025-01-09
Merge tag 'vfs-6.14-rc7.mount.fixes'
Christian Brauner
1
-8
/
+6
2025-01-09
fs: remove useless lockdep assertion
Christian Brauner
1
-2
/
+0
2025-01-09
fs: use xarray for old mount id
Christian Brauner
1
-9
/
+10
2025-01-09
fs: cache first and last mount
Christian Brauner
1
-4
/
+13
2025-01-09
fs: simplify rwlock to spinlock
Christian Brauner
1
-9
/
+6
2025-01-09
fs: lockless mntns lookup for nsfs
Christian Brauner
1
-13
/
+29
2025-01-09
fs: lockless mntns rbtree lookup
Christian Brauner
1
-46
/
+70
2025-01-09
fs: add mount namespace to rbtree late
Christian Brauner
1
-1
/
+1
2025-01-09
mount: remove inlude/nospec.h include
Christian Brauner
1
-1
/
+0
2025-01-09
fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()
Jeff Layton
1
-0
/
+4
2025-01-09
fs: kill MNT_ONRB
Christian Brauner
1
-8
/
+6
2025-01-09
samples: add a mountinfo program to demonstrate statmount()/listmount()
Jeff Layton
0
-0
/
+0
2024-12-22
pidfs: allow bind-mounts
Christian Brauner
1
-2
/
+8
2024-12-13
fs: fix is_mnt_ns_file()
Miklos Szeredi
1
-2
/
+8
2024-11-21
statmount: fix security option retrieval
Christian Brauner
1
-1
/
+1
2024-11-21
statmount: clean up unescaped option handling
Miklos Szeredi
1
-25
/
+19
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-32
/
+15
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-7
/
+154
2024-11-14
statmount: retrieve security mount options
Christian Brauner
1
-14
/
+60
2024-11-13
statmount: add flag to retrieve unescaped options
Miklos Szeredi
1
-1
/
+46
2024-11-13
fs: add the ability for statmount() to report the sb_source
Jeff Layton
1
-1
/
+35
2024-11-12
fs: add the ability for statmount() to report the fs_subtype
Jeff Layton
1
-2
/
+17
2024-11-12
fs: don't let statmount return empty strings
Jeff Layton
1
-4
/
+11
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-32
/
+15
2024-10-22
namespace: Use atomic64_inc_return() in alloc_mnt_ns()
Uros Bizjak
1
-1
/
+1
2024-10-17
fs: don't try and remove empty rbtree node
Christian Brauner
1
-1
/
+3
2024-09-25
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-9
/
+9
2024-09-16
Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-11
/
+63
2024-09-04
namespace: introduce SB_I_NOIDMAP flag
Alexander Mikhalitsyn
1
-0
/
+4
2024-08-30
fs/namespace.c: Fix typo in comment
Yuesong Li
1
-2
/
+2
2024-08-19
mount: handle OOM on mnt_warn_timestamp_expiry
Olaf Hering
1
-3
/
+11
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
1
-6
/
+6
2024-08-09
Merge patch series "nsfs: iterate through mount namespaces"
Christian Brauner
1
-11
/
+63
2024-08-09
nsfs: iterate through mount namespaces
Christian Brauner
1
-4
/
+31
2024-08-09
fs: allow mount namespace fd
Christian Brauner
1
-7
/
+32
2024-07-24
fs: use all available ids
Christian Brauner
1
-1
/
+1
2024-07-15
Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-76
/
+374
2024-07-08
fs: reject invalid last mount id early
Christian Brauner
1
-1
/
+7
2024-07-08
fs: refuse mnt id requests with invalid ids early
Christian Brauner
1
-1
/
+5
2024-07-06
fs: find rootfs mount of the mount namespace
Christian Brauner
1
-5
/
+11
2024-07-04
fs: only copy to userspace on success in listmount()
Christian Brauner
1
-0
/
+2
2024-06-28
fs: export mount options via statmount()
Josef Bacik
1
-1
/
+36
[next]