index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
pnode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/namespace.c: WARN if mnt_count has become negative
Eric Biggers
2020-12-10
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
separate copying and locking mount tree on cross-userns copies
Al Viro
2019-01-30
1
-2
/
+1
*
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
2017-02-04
1
-0
/
+2
*
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
2016-09-30
1
-0
/
+1
*
mnt: Clarify and correct the disconnect logic in umount_tree
Eric W. Biederman
2015-07-22
1
-2
/
+0
*
mnt: Honor MNT_LOCKED when detaching mounts
Eric W. Biederman
2015-04-09
1
-0
/
+2
*
mnt: Don't propagate unmounts to locked mounts
Eric W. Biederman
2015-04-02
1
-0
/
+1
*
mnt: On an unmount propagate clearing of MNT_LOCKED
Eric W. Biederman
2015-04-02
1
-0
/
+1
*
mnt: In umount_tree reuse mnt_list instead of mnt_hash
Eric W. Biederman
2015-04-02
1
-1
/
+1
*
mnt: Improve the umount_tree flags
Eric W. Biederman
2015-04-02
1
-1
/
+0
*
smarter propagate_mnt()
Al Viro
2014-04-01
1
-0
/
+3
*
switch mnt_hash to hlist
Al Viro
2014-03-30
1
-2
/
+2
*
vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespaces
Eric W. Biederman
2013-08-26
1
-1
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-4
/
+3
|
\
|
*
switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers
Al Viro
2013-04-09
1
-2
/
+1
|
*
get rid of full-hash scan on detaching vfsmounts
Al Viro
2013-04-09
1
-2
/
+2
*
|
vfs: Carefully propogate mounts across user namespaces
Eric W. Biederman
2013-03-27
1
-0
/
+1
|
/
*
vfs: Only support slave subtrees across different user namespaces
Eric W. Biederman
2012-11-19
1
-0
/
+1
*
vfs: switch pnode.h macros to struct mount *
Al Viro
2012-01-03
1
-5
/
+5
*
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - propagate_mnt()
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - get_dominating_id / do_make_slave
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - work with counters
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - is_path_reachable
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - do_umount/propagate_mount_busy
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount mnt_set_mountpoint child argument
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - clone_mnt/copy_tree argument
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - umount_tree argument
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - clone_mnt/copy_tree result
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: spread struct mount - change_mnt_propagation/set_mnt_shared
Al Viro
2012-01-03
1
-4
/
+4
*
vfs: spread struct mount - mount group id handling
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: add missing parens in pnode.h macros
Al Viro
2012-01-03
1
-5
/
+5
*
vfs: more mnt_parent cleanups
Al Viro
2012-01-03
1
-0
/
+2
*
vfs: new internal helper: mnt_has_parent(mnt)
Al Viro
2012-01-03
1
-1
/
+1
*
trim fs/internal.h
Al Viro
2012-01-03
1
-0
/
+6
*
VFS: Clean up shared mount flag propagation
Valerie Aurora
2010-03-03
1
-1
/
+1
*
Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()
Al Viro
2010-03-03
1
-2
/
+1
*
[patch 7/7] vfs: mountinfo: show dominating group id
Miklos Szeredi
2008-04-23
1
-0
/
+1
*
[PATCH] teach seq_file to discard entries
Al Viro
2008-04-21
1
-0
/
+1
*
[PATCH] new helpers - collect_mounts() and release_collected_mounts()
Al Viro
2007-10-21
1
-0
/
+1
*
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
2006-12-08
1
-1
/
+1
*
[PATCH] unbindable mounts
Ram Pai
2005-11-07
1
-0
/
+1
*
[PATCH] introduce slave mounts
Ram Pai
2005-11-07
1
-0
/
+2
*
[PATCH] shared mounts handling: umount
Ram Pai
2005-11-07
1
-0
/
+2
*
[PATCH] shared mount handling: bind and rbind
Ram Pai
2005-11-07
1
-0
/
+14
*
[PATCH] introduce shared mounts
Ram Pai
2005-11-07
1
-0
/
+4
*
[PATCH] beginning of the shared-subtree proper
Ram Pai
2005-11-07
1
-0
/
+14