index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nsfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-27
nsfs: tighten permission checks for handle opening
Christian Brauner
1
-1
/
+1
2026-02-27
nsfs: tighten permission checks for ns iteration ioctls
Christian Brauner
1
-0
/
+13
2026-01-16
mount: add OPEN_TREE_NAMESPACE
Christian Brauner
1
-0
/
+13
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-34
/
+13
2025-11-28
nsfs: convert ns_ioctl() to FD_PREPARE()
Christian Brauner
1
-23
/
+12
2025-11-28
nsfs: convert open_namespace() to FD_PREPARE()
Christian Brauner
1
-11
/
+1
2025-11-10
ns: handle setns(pidfd, ...) cleanly
Christian Brauner
1
-1
/
+1
2025-11-03
nstree: add listns()
Christian Brauner
1
-0
/
+39
2025-11-03
nstree: allow lookup solely based on inode
Christian Brauner
1
-2
/
+9
2025-11-03
ns: add active reference count
Christian Brauner
1
-1
/
+47
2025-10-31
nsfs: raise SB_I_NODEV and SB_I_NOEXEC
Christian Brauner
1
-0
/
+1
2025-10-31
nsfs: raise DCACHE_DONTCACHE explicitly
Christian Brauner
1
-0
/
+1
2025-10-31
nsfs: use inode_just_drop()
Christian Brauner
1
-0
/
+1
2025-10-07
nsfs: handle inode number mismatches gracefully in file handles
Deepanshu Kartikey
1
-1
/
+3
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-9
/
+9
2025-09-19
nsfs: port to ns_ref_*() helpers
Christian Brauner
1
-1
/
+1
2025-09-19
nsfs: add missing id retrieval support
Christian Brauner
1
-12
/
+13
2025-09-19
nsfs: support exhaustive file handles
Christian Brauner
1
-0
/
+10
2025-09-19
nsfs: support file handles
Christian Brauner
1
-0
/
+158
2025-09-19
mnt: support ns lookup
Christian Brauner
1
-2
/
+2
2025-09-15
nsfs: validate extensible ioctls
Christian Brauner
1
-1
/
+3
2025-09-15
nsfs: drop tautological ioctl() check
Christian Brauner
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+31
2025-02-24
nsfs: remove d_op->d_delete
Christian Brauner
1
-1
/
+0
2025-02-20
nsfs: validate ioctls
Christian Brauner
1
-1
/
+31
2025-01-09
fs: lockless mntns lookup for nsfs
Christian Brauner
1
-4
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-08-09
nsfs: iterate through mount namespaces
Christian Brauner
1
-2
/
+100
2024-07-18
nsfs: use cleanup guard
Christian Brauner
1
-3
/
+3
2024-07-15
Merge tag 'vfs-6.11.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-24
/
+31
2024-07-15
Merge tag 'vfs-6.11.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+52
2024-06-28
nsfs: add open_namespace()
Christian Brauner
1
-24
/
+31
2024-06-28
fs: add an ioctl to get the mnt ns id from nsfs
Josef Bacik
1
-0
/
+14
2024-06-25
nsfs: add pid translation ioctls
Christian Brauner
1
-1
/
+52
2024-03-13
pidfs: remove config option
Christian Brauner
1
-4
/
+7
2024-03-01
libfs: improve path_from_stashed()
Christian Brauner
1
-11
/
+22
2024-03-01
libfs: add stashed_dentry_prune()
Christian Brauner
1
-14
/
+2
2024-03-01
libfs: improve path_from_stashed() helper
Christian Brauner
1
-28
/
+22
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
1
-3
/
+4
2024-03-01
nsfs: convert to path_from_stashed() helper
Christian Brauner
1
-55
/
+18
2023-11-25
nsfs: use d_make_root()
Al Viro
1
-5
/
+2
2023-10-18
fs: convert core infrastructure to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-07-13
fs: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-04-20
kill the last remaining user of proc_ns_fget()
Al Viro
1
-18
/
+0
2023-01-11
nsfs: repair kernel-doc for ns_match()
Lukas Bulwahn
1
-1
/
+1
2023-01-11
nsfs: add compat ioctl handler
Thomas Weißschuh
1
-0
/
+1
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
1
-1
/
+1
2020-05-13
nsproxy: attach to namespaces via pidfds
Christian Brauner
1
-0
/
+5
2020-03-12
fs/nsfs.c: Added ns_match
Carlos Neira
1
-0
/
+14
[next]