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
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
/
namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-66
/
+37
2025-12-01
Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+6
2025-12-01
Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+22
2025-11-28
namespace: convert fsmount() to FD_PREPARE()
Christian Brauner
1
-40
/
+30
2025-11-28
namespace: convert open_tree_attr() to FD_PREPARE()
Christian Brauner
1
-13
/
+6
2025-11-28
namespace: convert open_tree() to FD_ADD()
Christian Brauner
1
-13
/
+1
2025-11-25
fs/namespace: fix reference leak in grab_requested_mnt_ns
Andrei Vagin
1
-3
/
+4
2025-11-19
fs: move mntput_no_expire() slowpath into a dedicated routine
Mateusz Guzik
1
-16
/
+22
2025-11-19
autofs: dont trigger mount if it cant succeed
Ian Kent
1
-0
/
+6
2025-11-12
fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
Andrei Vagin
1
-16
/
+16
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-11
fs: use boolean to indicate anonymous mount namespace
Christian Brauner
1
-2
/
+3
2025-11-11
nstree: switch to new structures
Christian Brauner
1
-1
/
+1
2025-11-03
nstree: assign fixed ids to the initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
1
-4
/
+1
2025-10-29
mnt: Remove dead code which might prevent from building
Andy Shevchenko
1
-10
/
+0
2025-10-21
fs: Fix uninitialized 'offp' in statmount_string()
Zhen Ni
1
-2
/
+2
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+3
2025-10-03
Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-537
/
+459
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-136
/
+60
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+6
2025-09-29
mount: handle NULL values in mnt_ns_release()
Christian Brauner
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-34
/
+72
2025-09-26
listmount: don't call path_put() under namespace semaphore
Christian Brauner
1
-28
/
+59
2025-09-26
statmount: don't call path_put() under namespace semaphore
Christian Brauner
1
-5
/
+3
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-3
/
+3
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-2
/
+2
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
1
-1
/
+1
2025-09-19
ns: rename to __ns_ref
Christian Brauner
1
-1
/
+1
2025-09-19
mnt: port to ns_ref_*() helpers
Christian Brauner
1
-2
/
+2
2025-09-19
ns: add ns_common_free()
Christian Brauner
1
-2
/
+2
2025-09-19
nscommon: simplify initialization
Christian Brauner
1
-2
/
+3
2025-09-19
mnt: simplify ns_common_init() handling
Christian Brauner
1
-0
/
+2
2025-09-19
mnt: expose pointer to init_mnt_ns
Christian Brauner
1
-11
/
+16
2025-09-19
mnt: support ns lookup
Christian Brauner
1
-110
/
+29
2025-09-19
Merge branch 'no-rebase-mnt_ns_tree_remove'
Christian Brauner
1
-33
/
+45
2025-09-19
mnt: use ns_common_init()
Christian Brauner
1
-9
/
+6
2025-09-17
constify {__,}mnt_is_readonly()
Al Viro
1
-2
/
+2
2025-09-17
WRITE_HOLD machinery: no need for to bump mount_lock seqcount
Al Viro
1
-8
/
+8
2025-09-17
struct mount: relocate MNT_WRITE_HOLD bit
Al Viro
1
-17
/
+17
2025-09-17
preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
Al Viro
1
-9
/
+29
2025-09-17
setup_mnt(): primitive for connecting a mount to filesystem
Al Viro
1
-17
/
+17
2025-09-17
simplify the callers of mnt_unhold_writers()
Al Viro
1
-24
/
+10
2025-09-17
copy_mnt_ns(): use guards
Al Viro
1
-12
/
+4
2025-09-17
copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
Al Viro
1
-3
/
+1
2025-09-17
Merge branch 'no-rebase-mnt_ns_tree_remove' into work.mount
Al Viro
1
-1
/
+1
2025-09-16
mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
Al Viro
1
-1
/
+1
2025-09-15
open_detached_copy(): separate creation of namespace into helper
Al Viro
1
-9
/
+15
[next]