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