summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-10namespace: restrict OPEN_TREE_NAMESPACE/FSMOUNT_NAMESPACE to directoriesJann Horn
2026-06-04fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()Jann Horn
2026-06-02mount: honour SB_NOUSER in the new mount APIAl Viro
2026-05-28fs/namespace: use __getname() to allocate mntpath bufferMike Rapoport (Microsoft)
2026-05-11proc: handle subset=pid separately in userns visibility checksAlexey Gladkov
2026-05-11fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner
2026-05-11namespace: record fully visible mounts in listChristian Brauner
2026-04-14mount: always duplicate mountChristian Brauner
2026-03-12move_mount: allow MOVE_MOUNT_BENEATH on the rootfsChristian Brauner
2026-03-12move_mount: transfer MNT_LOCKEDChristian Brauner
2026-03-12namespace: allow creating empty mount namespacesChristian Brauner
2026-03-12mount: add FSMOUNT_NAMESPACEChristian Brauner
2026-03-12mount: simplify __do_loopback()Christian Brauner
2026-03-12mount: start iterating from start of rbtreeChristian Brauner
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18namespace: fix proc mount iterationChristian Brauner
2026-02-18mount: hold namespace_sem across copy in create_new_namespace()Christian Brauner
2026-02-14statmount: Fix the null-ptr-deref in do_statmount()Qing Wang
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.namespace' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-01-16mount: add OPEN_TREE_NAMESPACEChristian Brauner
2026-01-16move_mount(2): switch to CLASS(filename_maybe_null)Al Viro
2026-01-16vfs_open_tree(): use CLASS(filename_uflags)Al Viro
2026-01-16mount_setattr(2): don't mess with LOOKUP_EMPTYAl Viro
2026-01-14fs: use nullfs unconditionally as the real rootfsChristian Brauner
2026-01-13move_mount(): filename_lookup() accepts ERR_PTR() as filenameAl Viro
2026-01-12fs: add immutable rootfsChristian Brauner
2026-01-12fs: add init_pivot_root()Christian Brauner
2026-01-12fs: ensure that internal tmpfs mount gets mount id zeroChristian Brauner
2025-12-24namespace: Replace simple_strtoul with kstrtoul to parse boot paramsThorsten Blum
2025-12-15statmount: accept fd as a parameterBhavik Sachdev
2025-12-15statmount: permission check should return EPERMBhavik Sachdev
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-28namespace: convert fsmount() to FD_PREPARE()Christian Brauner
2025-11-28namespace: convert open_tree_attr() to FD_PREPARE()Christian Brauner
2025-11-28namespace: convert open_tree() to FD_ADD()Christian Brauner
2025-11-25fs/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