summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* fs: relax mount_setattr() permission checksChristian Brauner2024-02-071-3/+8
* fs: rework listmount() implementationChristian Brauner2024-01-131-22/+28
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-101-0/+11
|\ \
| * | fs: indicate request originates from old mount APIChristian Brauner2023-12-151-0/+11
| |/
* | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-101/+526
|\ \
| * | fs: keep struct mnt_id_req extensibleChristian Brauner2023-12-141-4/+30
| * | add listmount(2) syscallMiklos Szeredi2023-12-141-2/+84
| * | statmount: simplify string option retrievalChristian Brauner2023-12-141-102/+145
| * | statmount: simplify numeric option retrievalChristian Brauner2023-12-111-25/+17
| * | add statmount(2) syscallMiklos Szeredi2023-12-111-0/+281
| * | namespace: extract show_path() helperMiklos Szeredi2023-11-181-0/+9
| * | mounts: keep list of mounts in an rbtreeMiklos Szeredi2023-11-181-101/+89
| * | add unique mount IDMiklos Szeredi2023-11-181-0/+4
| |/
* | mnt_idmapping: remove check_fsmapping()Christian Brauner2023-11-281-1/+1
* | fs: add missing @mp parameter documentationChristian Brauner2023-11-211-0/+1
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-8/+8
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-8/+8
* | vfs: stop counting on gcc not messing with mnt_expiry_mark if not askedMateusz Guzik2023-10-191-2/+2
* | fs: export mnt_{get,put}_write_access() to modulesAmir Goldstein2023-09-111-0/+2
* | fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein2023-09-111-17/+17
|/
* Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-06-261-80/+371
|\
| * fs: allow to mount beneath top mountChristian Brauner2023-05-191-48/+304
| * fs: use a for loop when locking a mountChristian Brauner2023-05-191-21/+28
| * fs: properly document __lookup_mnt()Christian Brauner2023-05-191-3/+19
| * fs: add path_mounted()Christian Brauner2023-05-191-12/+24
* | fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara2023-06-201-9/+16
|/
* Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-241-6/+6
|\
| * build_mount_idmapped(): switch to fdget()Al Viro2023-04-201-6/+6
* | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-241-6/+3
|\ \
| * | fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko2023-03-151-6/+3
| |/
* / fs: drop peer group ids under namespace lockChristian Brauner2023-03-311-1/+1
|/
* Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-4/+14
|\
| * ipc,namespace: batch free ipc_namespace structuresRik van Riel2023-01-271-4/+14
* | fs: move mnt_idmapChristian Brauner2023-01-191-90/+2
* | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-26/+0
|/
* Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-34/+142
|\
| * fs: introduce dedicated idmap type for mountsChristian Brauner2022-10-311-34/+142
* | copy_mnt_ns(): handle a corner case (overmounted mntns bindings) sanerAl Viro2022-11-241-1/+2
|/
* fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee2022-08-171-0/+7
* switch try_to_unlazy_next() to __legitimize_mnt()Al Viro2022-07-051-1/+1
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-1/+1
|\
| * uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro2022-05-191-1/+1
* | fs: hold writers when changing mount's idmappingChristian Brauner2022-05-121-2/+3
* | fs: unset MNT_WRITE_HOLD on failureChristian Brauner2022-04-211-1/+13
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-11/+12
|\
| * clean overflow checks in count_mounts() a bitAl Viro2022-02-131-9/+10
| * constify struct path argument of finish_automount()/do_add_mount()Al Viro2022-01-301-2/+2
* | Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2022-03-241-2/+18
|\ \