summaryrefslogtreecommitdiff
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT.Sebastian Andrzej Siewior2021-11-261-2/+18
* | | Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds2022-03-241-70/+78
|\ \ \
| * | | mount_setattr(): clean the control flow and calling conventionsAl Viro2022-03-151-42/+40
| * | | fs: clean up mount_setattr control flowChristian Brauner2022-02-141-41/+43
| * | | fs: don't open-code mnt_hold_writers()Christian Brauner2022-02-141-5/+2
| * | | fs: simplify check in mount_setattr_commit()Christian Brauner2022-02-141-7/+2
| * | | fs: add mnt_allow_writers() and simplify mount_setattr_prepare()Christian Brauner2022-02-141-6/+22
* | | | mount: warn only once about timestamp range expirationAnthony Iliopoulos2022-03-221-0/+2
|/ / /
* | | fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner2022-02-141-0/+30
| |/ |/|
* | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-221-1/+23
* | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-14/+39
|\ \
| * | fs: support mapped mounts of mapped filesystemsChristian Brauner2021-12-051-13/+38
| * | fs: add is_idmapped_mnt() helperChristian Brauner2021-12-031-1/+1
| |/
* | fs/mount_setattr: always cleanup mount_kattrChristian Brauner2021-12-301-5/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-3/+4
|\
| * memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-1/+1
| * memcg: enable accounting for mnt_cache entriesVasily Averin2021-09-031-2/+3
* | Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds2021-08-311-1/+76
|\ \
| * | move_mount: allow to add a mount into an existing groupPavel Tikhomirov2021-07-261-1/+76
* | | fs: remove mandatory file locking supportJeff Layton2021-08-231-19/+10
| |/ |/|
* | Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-08-211-1/+5
|\ \
| * | fs: warn about impending deprecation of mandatory locksJeff Layton2021-08-211-1/+5
| |/
* | ovl: prevent private clone if bind mount is not allowedMiklos Szeredi2021-08-101-14/+28
|/
* mount: Support "nosymfollow" in new mount apiChristian Brauner2021-06-011-3/+6
* fs/mount_setattr: tighten permission checksChristian Brauner2021-05-121-1/+5
* fs/namespace: correct/improve kernel-doc notationRandy Dunlap2021-03-311-6/+8
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-33/+20
|\
| * vfs: don't unnecessarily clone write access for writable fdsEric Biggers2021-01-041-33/+20