summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-11fs: export mnt_{get,put}_write_access() to modulesAmir Goldstein1-0/+2
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-17/+17
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-80/+371
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara1-9/+16
2023-05-19fs: allow to mount beneath top mountChristian Brauner1-48/+304
2023-05-19fs: use a for loop when locking a mountChristian Brauner1-21/+28
2023-05-19fs: properly document __lookup_mnt()Christian Brauner1-3/+19
2023-05-19fs: add path_mounted()Christian Brauner1-12/+24
2023-04-25Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+3
2023-04-21build_mount_idmapped(): switch to fdget()Al Viro1-6/+6
2023-03-31fs: drop peer group ids under namespace lockChristian Brauner1-1/+1
2023-03-15fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko1-6/+3
2023-02-25Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+14
2023-01-28ipc,namespace: batch free ipc_namespace structuresRik van Riel1-4/+14
2023-01-19fs: move mnt_idmapChristian Brauner1-90/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-26/+0
2022-12-13Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-34/+142
2022-11-25copy_mnt_ns(): handle a corner case (overmounted mntns bindings) sanerAl Viro1-1/+2
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner1-34/+142
2022-08-17fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee1-0/+7
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro1-1/+1
2022-06-05Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-05-20uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro1-1/+1
2022-05-12fs: hold writers when changing mount's idmappingChristian Brauner1-2/+3
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner1-1/+13
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+12
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-2/+18
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds1-70/+78
2022-03-23mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+2