summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2024-07-24fs: use all available idsChristian Brauner
2024-07-15Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-08fs: reject invalid last mount id earlyChristian Brauner
2024-07-08fs: refuse mnt id requests with invalid ids earlyChristian Brauner
2024-07-06fs: find rootfs mount of the mount namespaceChristian Brauner
2024-07-04fs: only copy to userspace on success in listmount()Christian Brauner
2024-06-28fs: export mount options via statmount()Josef Bacik
2024-06-28fs: use guard for namespace_sem in statmount()Christian Brauner
2024-06-28fs: Allow statmount() in foreign mount namespaceChristian Brauner
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner
2024-06-28fs: export the mount ns id via statmountJosef Bacik
2024-06-28fs: keep an index of current mount namespacesJosef Bacik
2024-06-28fs: relax permissions for statmount()Christian Brauner
2024-06-28fs: relax permissions for listmount()Christian Brauner
2024-06-28listmount: allow listing in reverse orderChristian Brauner
2024-06-28fs: simplify error handlingChristian Brauner
2024-06-28fs: don't copy to userspace under namespace semaphoreChristian Brauner
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik
2024-06-21Improve readability of copy_treeJemmy
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner
2024-02-07fs: relax mount_setattr() permission checksChristian Brauner
2024-01-13fs: rework listmount() implementationChristian Brauner
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-15fs: indicate request originates from old mount APIChristian Brauner
2023-12-14fs: keep struct mnt_id_req extensibleChristian Brauner
2023-12-14add listmount(2) syscallMiklos Szeredi
2023-12-14statmount: simplify string option retrievalChristian Brauner
2023-12-11statmount: simplify numeric option retrievalChristian Brauner
2023-12-11add statmount(2) syscallMiklos Szeredi
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner
2023-11-21fs: add missing @mp parameter documentationChristian Brauner
2023-11-18namespace: extract show_path() helperMiklos Szeredi
2023-11-18mounts: keep list of mounts in an rbtreeMiklos Szeredi
2023-11-18add unique mount IDMiklos Szeredi
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-19vfs: stop counting on gcc not messing with mnt_expiry_mark if not askedMateusz Guzik
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-09-11fs: export mnt_{get,put}_write_access() to modulesAmir Goldstein
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara
2023-05-19fs: allow to mount beneath top mountChristian Brauner
2023-05-19fs: use a for loop when locking a mountChristian Brauner
2023-05-19fs: properly document __lookup_mnt()Christian Brauner
2023-05-19fs: add path_mounted()Christian Brauner
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds