summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
7 daysMerge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
7 daysMerge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysnamespace: convert fsmount() to FD_PREPARE()Christian Brauner
10 daysnamespace: convert open_tree_attr() to FD_PREPARE()Christian Brauner
10 daysnamespace: convert open_tree() to FD_ADD()Christian Brauner
13 daysfs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin
2025-11-19fs: move mntput_no_expire() slowpath into a dedicated routineMateusz Guzik
2025-11-19autofs: dont trigger mount if it cant succeedIan Kent
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner
2025-11-11fs: use boolean to indicate anonymous mount namespaceChristian Brauner
2025-11-11nstree: switch to new structuresChristian Brauner
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner
2025-10-29mnt: Remove dead code which might prevent from buildingAndy Shevchenko
2025-10-21fs: Fix uninitialized 'offp' in statmount_string()Zhen Ni
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29mount: handle NULL values in mnt_ns_release()Christian Brauner
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-26listmount: don't call path_put() under namespace semaphoreChristian Brauner
2025-09-26statmount: don't call path_put() under namespace semaphoreChristian Brauner
2025-09-25ns: move ns type into struct ns_commonChristian Brauner
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner
2025-09-19ns: rename to __ns_refChristian Brauner
2025-09-19mnt: port to ns_ref_*() helpersChristian Brauner
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner
2025-09-19mnt: expose pointer to init_mnt_nsChristian Brauner
2025-09-19mnt: support ns lookupChristian Brauner
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19mnt: use ns_common_init()Christian Brauner
2025-09-17constify {__,}mnt_is_readonly()Al Viro
2025-09-17WRITE_HOLD machinery: no need for to bump mount_lock seqcountAl Viro
2025-09-17struct mount: relocate MNT_WRITE_HOLD bitAl Viro
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro
2025-09-17setup_mnt(): primitive for connecting a mount to filesystemAl Viro
2025-09-17simplify the callers of mnt_unhold_writers()Al Viro
2025-09-17copy_mnt_ns(): use guardsAl Viro
2025-09-17copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failureAl Viro
2025-09-17Merge branch 'no-rebase-mnt_ns_tree_remove' into work.mountAl Viro
2025-09-16mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_listAl Viro
2025-09-15open_detached_copy(): separate creation of namespace into helperAl Viro