summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+3
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-537/+459
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-136/+60
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2025-09-29mount: handle NULL values in mnt_ns_release()Christian Brauner1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+72
2025-09-26listmount: don't call path_put() under namespace semaphoreChristian Brauner1-28/+59
2025-09-26statmount: don't call path_put() under namespace semaphoreChristian Brauner1-5/+3
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-3/+3
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-2/+2
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner1-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner1-1/+1
2025-09-19mnt: port to ns_ref_*() helpersChristian Brauner1-2/+2
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner1-2/+3
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner1-0/+2
2025-09-19mnt: expose pointer to init_mnt_nsChristian Brauner1-11/+16
2025-09-19mnt: support ns lookupChristian Brauner1-110/+29
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner1-33/+45
2025-09-19mnt: use ns_common_init()Christian Brauner1-9/+6
2025-09-17constify {__,}mnt_is_readonly()Al Viro1-2/+2
2025-09-17WRITE_HOLD machinery: no need for to bump mount_lock seqcountAl Viro1-8/+8
2025-09-17struct mount: relocate MNT_WRITE_HOLD bitAl Viro1-17/+17
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro1-9/+29
2025-09-17setup_mnt(): primitive for connecting a mount to filesystemAl Viro1-17/+17
2025-09-17simplify the callers of mnt_unhold_writers()Al Viro1-24/+10
2025-09-17copy_mnt_ns(): use guardsAl Viro1-12/+4
2025-09-17copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failureAl Viro1-3/+1
2025-09-17Merge branch 'no-rebase-mnt_ns_tree_remove' into work.mountAl Viro1-1/+1
2025-09-16mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_listAl Viro1-1/+1
2025-09-16open_detached_copy(): separate creation of namespace into helperAl Viro1-9/+15
2025-09-16open_detached_copy(): don't bother with mount_lock_hash()Al Viro1-2/+0
2025-09-16fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()Al Viro1-29/+12
2025-09-16umount_tree(): take all victims out of propagation graph at onceAl Viro1-1/+2
2025-09-16do_mount(): use __free(path_put)Al Viro1-4/+2
2025-09-16do_move_mount_old(): use __free(path_put)Al Viro1-4/+2
2025-09-16constify can_move_mount_beneath() argumentsAl Viro1-2/+2
2025-09-16path_umount(): constify struct path argumentAl Viro1-1/+1
2025-09-16may_copy_tree(), __do_loopback(): constify struct path argumentAl Viro1-2/+2
2025-09-16path_mount(): constify struct path argumentAl Viro1-1/+1
2025-09-16do_{loopback,change_type,remount,reconfigure_mnt}(): constify struct path arg...Al Viro1-5/+5
2025-09-16do_new_mount{,_fc}(): constify struct path argumentAl Viro1-3/+4
2025-09-16mnt_warn_timestamp_expiry(): constify struct path argumentAl Viro1-1/+2
2025-09-16do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path ...Al Viro1-4/+6
2025-09-16collect_paths(): constify the return valueAl Viro1-2/+2
2025-09-16drop_collected_paths(): constify argumentsAl Viro1-2/+2
2025-09-16do_set_group(): constify path argumentsAl Viro1-1/+1
2025-09-16do_mount_setattr(): constify path argumentAl Viro1-1/+1
2025-09-16constify check_mnt()Al Viro1-1/+1