summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
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
2023-04-20build_mount_idmapped(): switch to fdget()Al Viro
2023-03-31fs: drop peer group ids under namespace lockChristian Brauner
2023-03-15fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel
2023-01-19fs: move mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-24copy_mnt_ns(): handle a corner case (overmounted mntns bindings) sanerAl Viro
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-08-17fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-19uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro
2022-05-12fs: hold writers when changing mount's idmappingChristian Brauner
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds
2022-03-22mount: warn only once about timestamp range expirationAnthony Iliopoulos