summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-25Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+9
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-11/+63
2024-09-04namespace: introduce SB_I_NOIDMAP flagAlexander Mikhalitsyn1-0/+4
2024-08-30fs/namespace.c: Fix typo in commentYuesong Li1-2/+2
2024-08-19mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-08-09Merge patch series "nsfs: iterate through mount namespaces"Christian Brauner1-11/+63
2024-08-09nsfs: iterate through mount namespacesChristian Brauner1-4/+31
2024-08-09fs: allow mount namespace fdChristian Brauner1-7/+32
2024-07-24fs: use all available idsChristian Brauner1-1/+1
2024-07-15Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-76/+374
2024-07-08fs: reject invalid last mount id earlyChristian Brauner1-1/+7
2024-07-08fs: refuse mnt id requests with invalid ids earlyChristian Brauner1-1/+5
2024-07-06fs: find rootfs mount of the mount namespaceChristian Brauner1-5/+11
2024-07-04fs: only copy to userspace on success in listmount()Christian Brauner1-0/+2
2024-06-28fs: export mount options via statmount()Josef Bacik1-1/+36
2024-06-28fs: use guard for namespace_sem in statmount()Christian Brauner1-77/+83
2024-06-28fs: Allow statmount() in foreign mount namespaceChristian Brauner1-6/+25
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner1-18/+70
2024-06-28fs: export the mount ns id via statmountJosef Bacik1-0/+11
2024-06-28fs: keep an index of current mount namespacesJosef Bacik1-2/+111
2024-06-28fs: relax permissions for statmount()Christian Brauner1-1/+2
2024-06-28fs: relax permissions for listmount()Christian Brauner1-1/+1
2024-06-28listmount: allow listing in reverse orderChristian Brauner1-10/+49
2024-06-28fs: simplify error handlingChristian Brauner1-12/+6
2024-06-28fs: don't copy to userspace under namespace semaphoreChristian Brauner1-42/+56
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik1-13/+0
2024-06-21Improve readability of copy_treeJemmy1-28/+31
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner1-1/+1
2024-02-07fs: relax mount_setattr() permission checksChristian Brauner1-3/+8
2024-01-13fs: rework listmount() implementationChristian Brauner1-22/+28
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-0/+11
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-101/+526
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-15fs: indicate request originates from old mount APIChristian Brauner1-0/+11
2023-12-14fs: keep struct mnt_id_req extensibleChristian Brauner1-4/+30
2023-12-14add listmount(2) syscallMiklos Szeredi1-2/+84
2023-12-14statmount: simplify string option retrievalChristian Brauner1-102/+145
2023-12-11statmount: simplify numeric option retrievalChristian Brauner1-25/+17
2023-12-11add statmount(2) syscallMiklos Szeredi1-0/+281
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner1-1/+1
2023-11-21fs: add missing @mp parameter documentationChristian Brauner1-0/+1
2023-11-18namespace: extract show_path() helperMiklos Szeredi1-0/+9
2023-11-18mounts: keep list of mounts in an rbtreeMiklos Szeredi1-101/+89
2023-11-18add unique mount IDMiklos Szeredi1-0/+4
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-8/+8
2023-10-19vfs: stop counting on gcc not messing with mnt_expiry_mark if not askedMateusz Guzik1-2/+2
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-8/+8