index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-15
ovl: prevent private clone if bind mount is not allowed
Miklos Szeredi
1
-15
/
+27
2020-05-02
fs/namespace.c: fix mountpoint reference counter race
Piotr Krysiuk
1
-1
/
+1
2018-11-21
mount: Prevent MNT_DETACH from disconnecting locked mounts
Eric W. Biederman
1
-1
/
+1
2018-11-21
mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
Eric W. Biederman
1
-2
/
+8
2018-11-21
mount: Retest MNT_LOCKED in do_umount
Eric W. Biederman
1
-2
/
+8
2018-08-15
fix __legitimize_mnt()/mntput() race
Al Viro
1
-0
/
+14
2018-08-15
fix mntput/mntput race
Al Viro
1
-2
/
+12
2018-04-24
Don't leak MNT_INTERNAL away from internal mounts
Al Viro
1
-1
/
+2
2017-07-21
mnt: In propgate_umount handle visiting mounts in any order
Eric W. Biederman
1
-1
/
+1
2017-07-21
mnt: In umount propagation reparent in a separate pass
Eric W. Biederman
1
-0
/
+1
2017-04-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
1
-1
/
+49
2017-03-15
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
1
-50
/
+59
2017-01-19
mnt: Protect the mountpoint hashtable with mount_lock
Eric W. Biederman
1
-19
/
+45
2016-08-10
namespace: update event counter when umounting a deleted dentry
Andrey Ulanov
1
-0
/
+1
2016-07-27
mnt: If fs_fully_visible fails call put_filesystem.
Eric W. Biederman
1
-1
/
+3
2016-07-27
mnt: Account for MS_RDONLY in fs_fully_visible
Eric W. Biederman
1
-0
/
+4
2016-07-27
mnt: fs_fully_visible test the proper mount for MNT_LOCKED
Eric W. Biederman
1
-1
/
+1
2015-09-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-8
/
+25
2015-07-23
mnt: In detach_mounts detach the appropriate unmounted mount
Eric W. Biederman
1
-5
/
+2
2015-07-22
mnt: Clarify and correct the disconnect logic in umount_tree
Eric W. Biederman
1
-4
/
+31
2015-07-10
mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXEC
Eric W. Biederman
1
-8
/
+25
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-6
/
+33
2015-07-01
mnt: Update fs_fully_visible to test for permanently empty directories
Eric W. Biederman
1
-3
/
+2
2015-07-01
vfs: Ignore unlocked mounts in fs_fully_visible
Eric W. Biederman
1
-2
/
+6
2015-06-30
fs: use seq_open_private() for proc_mounts
Yann Droneaud
1
-3
/
+3
2015-06-04
mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
Eric W. Biederman
1
-3
/
+21
2015-05-13
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
1
-1
/
+7
2015-05-11
new helper: __legitimize_mnt()
Al Viro
1
-8
/
+19
2015-05-09
mnt: Fix fs_fully_visible to verify the root directory is visible
Eric W. Biederman
1
-0
/
+6
2015-04-09
mnt: Update detach_mounts to leave mounts connected
Eric W. Biederman
1
-2
/
+6
2015-04-09
mnt: Fix the error check in __detach_mounts
Eric W. Biederman
1
-1
/
+1
2015-04-09
mnt: Honor MNT_LOCKED when detaching mounts
Eric W. Biederman
1
-3
/
+26
2015-04-09
mnt: Factor umount_mnt from umount_tree
Eric W. Biederman
1
-3
/
+11
2015-04-09
mnt: Factor out unhash_mnt from detach_mnt and umount_tree
Eric W. Biederman
1
-9
/
+12
2015-04-09
mnt: Fail collect_mounts when applied to unmounted mounts
Eric W. Biederman
1
-2
/
+5
2015-04-02
mnt: On an unmount propagate clearing of MNT_LOCKED
Eric W. Biederman
1
-0
/
+3
2015-04-02
mnt: Delay removal from the mount hash.
Eric W. Biederman
1
-5
/
+8
2015-04-02
mnt: Add MNT_UMOUNT flag
Eric W. Biederman
1
-1
/
+3
2015-04-02
mnt: In umount_tree reuse mnt_list instead of mnt_hash
Eric W. Biederman
1
-9
/
+11
2015-04-02
mnt: Don't propagate umounts in __detach_mounts
Eric W. Biederman
1
-1
/
+1
2015-04-02
mnt: Improve the umount_tree flags
Eric W. Biederman
1
-15
/
+16
2015-04-02
mnt: Use hlist_move_list in namespace_unlock
Eric W. Biederman
1
-7
/
+5
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
1
-5
/
+5
2015-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-27
/
+17
2015-02-13
fs/namespace: convert devname allocation to kstrdup_const
Andrzej Hajda
1
-3
/
+3
2015-01-25
switch the IO-triggering parts of umount to fs_pin
Al Viro
1
-27
/
+17
2014-12-18
mnt: Fix a memory stomp in umount
Eric W. Biederman
1
-0
/
+2
2014-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+15
2014-12-10
take the targets of /proc/*/ns/* symlinks to separate fs
Al Viro
1
-3
/
+6
2014-12-04
bury struct proc_ns in fs/proc
Al Viro
1
-11
/
+2
[next]