summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2025-05-26Don't propagate mounts into detached treesAl Viro
2025-05-26Merge tag 'vfs-6.16-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23statmount: update STATMOUNT_SUPPORTED macroDmitry V. Levin
2025-05-23->mnt_devname is never NULLAl Viro
2025-05-23mount: add a comment about concurrent changes with statmount()/listmount()Christian Brauner
2025-05-09fix IS_MNT_PROPAGATING usesAl Viro
2025-05-09do_move_mount(): don't leak MNTNS_PROPAGATING on failuresAl Viro
2025-05-09do_umount(): add missing barrier before refcount checks in sync caseAl Viro
2025-05-09__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro
2025-05-06kill vfs_submount()Al Viro
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-04-23fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro
2025-04-11fs: use namespace_{lock,unlock} in dissolve_on_fput()Jan Stancek
2025-04-11mount: ensure we don't pointlessly walk the mount treeChristian Brauner
2025-04-03fs: actually hold the namespace semaphoreChristian Brauner
2025-03-28fs: namespace: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-03-24Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-19umount: Allow superblock owners to force umountTrond Myklebust
2025-03-04mount: handle mount propagation for detached mount treesChristian Brauner
2025-03-04fs: namespace: fix uninitialized variable useArnd Bergmann
2025-03-04fs: allow creating detached mounts from fsmount() file descriptorsChristian Brauner
2025-03-04fs: mount detached mounts onto detached mountsChristian Brauner
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner
2025-03-04fs: create detached mounts from detached mountsChristian Brauner
2025-03-04fs: add may_copy_tree()Christian Brauner
2025-03-04fs: add fastpath for dissolve_on_fput()Christian Brauner
2025-03-04fs: add assert for move_mount()Christian Brauner
2025-03-04fs: add mnt_ns_empty() helperChristian Brauner
2025-03-04fs: record sequence number of origin mount namespaceChristian Brauner
2025-02-12Merge patch series "fs: allow changing idmappings"Christian Brauner
2025-02-12fs: allow changing idmappingsChristian Brauner
2025-02-12fs: add kflags member to struct mount_kattrChristian Brauner
2025-02-12fs: add open_tree_attr()Christian Brauner
2025-02-12fs: add copy_mount_setattr() helperChristian Brauner
2025-02-12fs: add vfs_open_tree() helperChristian Brauner
2025-02-12statmount: add a new supported_mask fieldJeff Layton
2025-02-12statmount: allow to retrieve idmappingsChristian Brauner
2025-02-12fs: allow detached mounts in clone_private_mount()Christian Brauner
2025-02-07fs: fix adding security options to statmount.mnt_optMiklos Szeredi
2025-02-07statmount: let unset strings be emptyMiklos Szeredi
2025-02-05vfs: add notifications for mount attach and detachMiklos Szeredi
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka
2025-01-09Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner
2025-01-09fs: remove useless lockdep assertionChristian Brauner