summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: introduce MOUNT_ATTR_IDMAPChristian Brauner2021-01-241-7/+115
* | fs: add mount_setattr()Christian Brauner2021-01-241-0/+263
* | fs: add attr_flags_to_mnt_flags helperChristian Brauner2021-01-241-16/+24
* | fs: split out functions to hold writersChristian Brauner2021-01-241-6/+18
* | namespace: only take read lock in do_reconfigure_mnt()Christian Brauner2021-01-241-6/+6
* | mount: make {lock,unlock}_mount_hash() staticChristian Brauner2021-01-241-0/+10
* | namespace: take lock_mount_hash() directly when changing flagsChristian Brauner2021-01-241-14/+8
* | mount: attach mappings to mountsChristian Brauner2021-01-241-0/+9
* | umount(2): move the flag validity checks firstAl Viro2021-01-041-2/+5
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-3/+6
|\
| * fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2020-12-101-3/+6
* | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-2/+2
|\ \ | |/ |/|
| * mnt: Use generic ns_common::countKirill Tkhai2020-08-191-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-0/+2
|\ \
| * | Add a "nosymfollow" mount option.Mattias Nissler2020-08-271-0/+2
| |/
* | task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-2/+2
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-2/+2
| |/
* / fs: Handle intra-page faults in copy_mount_options()Catalin Marinas2020-09-041-7/+18
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-071-14/+18
|\
| * fs: fix a struct path leak in path_umountChristoph Hellwig2020-08-071-14/+18
* | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-54/+53
|\|
| * init: add an init_umount helperChristoph Hellwig2020-07-311-2/+2
| * init: add an init_mount helperChristoph Hellwig2020-07-311-1/+1
| * fs: refactor ksys_umountChristoph Hellwig2020-07-311-22/+18
| * fs: refactor do_mountChristoph Hellwig2020-07-311-32/+35
* | fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi2020-07-141-0/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-06-101-4/+1
|\
| * vfs: Remove duplicated d_mountpoint check in __is_local_mountpointNikolay Borisov2020-05-291-4/+1
* | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-06-091-0/+16
|\ \
| * | ovl: make private mounts longtermMiklos Szeredi2020-06-041-0/+16
| |/
* | Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-06-031-4/+11
|\ \
| * | nsproxy: attach to namespaces via pidfdsChristian Brauner2020-05-131-0/+5
| * | nsproxy: add struct nssetChristian Brauner2020-05-091-4/+6
| |/
* | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-16/+75
|\ \
| * | proc/mounts: add cursorMiklos Szeredi2020-05-141-16/+75
| |/
* / docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro2020-03-131-2/+2
* follow_automount(): get rid of dead^Wstillborn codeAl Viro2020-02-271-1/+8
* fix automount/automount race properlyAl Viro2020-02-271-7/+33
* do_add_mount(): lift lock_mount/unlock_mount into callersAl Viro2020-02-101-23/+24
* saner copy_mount_options()Al Viro2020-02-031-42/+7
* fs/namespace.c: make to_mnt_ns() staticEric Biggers2020-01-041-1/+1
* init: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-8/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-12-081-3/+3
|\
| * fs/namespace: add __user to open_tree and move_mount syscallsBen Dooks2019-10-211-3/+3