summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2026-08-17Merge tag 'vfs-7.3-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+7
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+10
2026-07-31put_mnt_ns(): leave mounts connectedNoah Orlando1-1/+1
2026-07-27fs: add failfsChristian Brauner1-0/+1
2026-07-22mount: remove redundant panic() in mnt_init()Hamza Mahfooz1-3/+0
2026-06-30fs/namespace: notify pollers of legacy propagation changesGuopeng Zhang1-0/+7
2026-06-29fs: start all kthreads in nullfsChristian Brauner1-6/+10
2026-06-29fs: maintain a global device-to-superblock tableChristian Brauner1-0/+2
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+26
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+7
2026-06-10namespace: restrict OPEN_TREE_NAMESPACE/FSMOUNT_NAMESPACE to directoriesJann Horn1-0/+3
2026-06-04fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()Jann Horn1-3/+3
2026-06-02mount: honour SB_NOUSER in the new mount APIAl Viro1-0/+4
2026-05-28fs/namespace: use __getname() to allocate mntpath bufferMike Rapoport (Microsoft)1-4/+3
2026-05-11proc: handle subset=pid separately in userns visibility checksAlexey Gladkov1-1/+16
2026-05-11fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner1-3/+3
2026-05-11namespace: record fully visible mounts in listChristian Brauner1-8/+11
2026-04-14mount: always duplicate mountChristian Brauner1-21/+15
2026-03-12move_mount: allow MOVE_MOUNT_BENEATH on the rootfsChristian Brauner1-16/+5
2026-03-12move_mount: transfer MNT_LOCKEDChristian Brauner1-3/+13
2026-03-12namespace: allow creating empty mount namespacesChristian Brauner1-29/+56
2026-03-12mount: add FSMOUNT_NAMESPACEChristian Brauner1-7/+30
2026-03-12mount: simplify __do_loopback()Christian Brauner1-22/+9
2026-03-12mount: start iterating from start of rbtreeChristian Brauner1-6/+6
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-59/+74
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-18namespace: fix proc mount iterationChristian Brauner1-5/+15
2026-02-18mount: hold namespace_sem across copy in create_new_namespace()Christian Brauner1-54/+57
2026-02-14statmount: Fix the null-ptr-deref in do_statmount()Qing Wang1-0/+2
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-16/+6
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+2
2026-02-09Merge tag 'vfs-7.0-rc1.namespace' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-51/+214
2026-01-16mount: add OPEN_TREE_NAMESPACEChristian Brauner1-16/+147
2026-01-16move_mount(2): switch to CLASS(filename_maybe_null)Al Viro1-4/+2
2026-01-16vfs_open_tree(): use CLASS(filename_uflags)Al Viro1-3/+2
2026-01-16mount_setattr(2): don't mess with LOOKUP_EMPTYAl Viro1-3/+2
2026-01-14fs: use nullfs unconditionally as the real rootfsChristian Brauner1-43/+21
2026-01-13move_mount(): filename_lookup() accepts ERR_PTR() as filenameAl Viro1-6/+0
2026-01-12fs: add immutable rootfsChristian Brauner1-11/+71
2026-01-12fs: add init_pivot_root()Christian Brauner1-47/+54
2026-01-12fs: ensure that internal tmpfs mount gets mount id zeroChristian Brauner1-1/+1
2025-12-24namespace: Replace simple_strtoul with kstrtoul to parse boot paramsThorsten Blum1-8/+2
2025-12-15statmount: accept fd as a parameterBhavik Sachdev1-35/+67
2025-12-15statmount: permission check should return EPERMBhavik Sachdev1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-66/+37
2025-12-01Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6