index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
mount.h
Age
Commit message (
Expand
)
Author
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
get rid of mountpoint->m_count
Al Viro
2025-06-29
Rewrite of propagate_umount()
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
constify mnt_has_parent()
Al Viro
2025-06-29
prevent mount hash conflicts
Al Viro
2025-05-26
Don't propagate mounts into detached trees
Al Viro
2025-03-24
Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-03-04
mount: handle mount propagation for detached mount trees
Christian Brauner
2025-03-04
fs: add mnt_ns_empty() helper
Christian Brauner
2025-03-04
fs: record sequence number of origin mount namespace
Christian Brauner
2025-02-05
vfs: add notifications for mount attach and detach
Miklos Szeredi
2025-02-05
fanotify: notify on mount attach and detach
Miklos Szeredi
2025-02-04
fsnotify: add mount notification infrastructure
Miklos Szeredi
2025-01-09
fs: cache first and last mount
Christian Brauner
2025-01-09
fs: lockless mntns lookup for nsfs
Christian Brauner
2025-01-09
fs: lockless mntns rbtree lookup
Christian Brauner
2025-01-09
fs: kill MNT_ONRB
Christian Brauner
2024-09-16
Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-08-30
fs: mounts: Remove unused declaration mnt_cursor_del()
Yue Haibing
2024-08-09
nsfs: iterate through mount namespaces
Christian Brauner
2024-07-15
Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-06-28
fs: keep an index of current mount namespaces
Josef Bacik
2024-05-28
fhandle: relax open_by_handle_at() permission checks
Christian Brauner
2023-11-18
mounts: keep list of mounts in an rbtree
Miklos Szeredi
2023-11-18
add unique mount ID
Miklos Szeredi
2022-07-05
switch try_to_unlazy_next() to __legitimize_mnt()
Al Viro
2021-01-24
mount: make {lock,unlock}_mount_hash() static
Christian Brauner
2020-08-19
mnt: Use generic ns_common::count
Kirill Tkhai
2020-05-14
proc/mounts: add cursor
Miklos Szeredi
2019-07-16
switch the remnants of releasing the mountpoint away from fs_pin
Al Viro
2019-07-16
make struct mountpoint bear the dentry reference to mountpoint, not struct mount
Al Viro
2019-01-30
saner handling of temporary namespaces
Al Viro
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
2017-05-23
mnt: In propgate_umount handle visiting mounts in any order
Eric W. Biederman
2017-05-23
mnt: In umount propagation reparent in a separate pass
Eric W. Biederman
2017-04-10
fsnotify: Free fsnotify_mark_connector when there is no mark attached
Jan Kara
2017-04-10
fsnotify: Move mark list head from object into dedicated structure
Jan Kara
2017-02-04
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
2016-12-03
vfs: add path_is_mountpoint() helper
Ian Kent
2016-09-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
2016-08-31
mntns: Add a limit on the number of mount namespaces.
Eric W. Biederman
2015-06-30
fs: use seq_open_private() for proc_mounts
Yann Droneaud
2015-05-11
new helper: __legitimize_mnt()
Al Viro
2015-01-25
switch the IO-triggering parts of umount to fs_pin
Al Viro
[next]