summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry()Eric Biggers2019-10-161-8/+7
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-261-1/+1
|\
| * fs/namespace: untag user pointers in copy_mount_optionsAndrey Konovalov2019-09-251-1/+1
* | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-251-2/+0
|\ \ | |/ |/|
| * vfs: subtype handling moved to fuseDavid Howells2019-09-061-2/+0
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-1/+32
|\ \
| * | mount: Add mount warning for impending timestamp expiryDeepa Dinamani2019-08-301-1/+32
| |/
* | Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-181-3/+8
|\ \
| * | locks: print a warning when mount fails due to lack of "mand" supportJeff Layton2019-08-161-3/+8
* | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-181-5/+5
|\ \ \ | |_|/ |/| |
| * | kill the last users of user_{path,lpath,path_dir}()Al Viro2019-08-301-3/+5
| * | filename_mountpoint(): make LOOKUP_NO_EVAL unconditional thereAl Viro2019-07-211-2/+0
| |/
* / fix the struct mount leak in umount_tree()Al Viro2019-07-261-2/+2
|/
* Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-201-82/+77
|\
| * switch the remnants of releasing the mountpoint away from fs_pinAl Viro2019-07-161-18/+19
| * get rid of detach_mnt()Al Viro2019-07-161-34/+28
| * make struct mountpoint bear the dentry reference to mountpoint, not struct mountAl Viro2019-07-161-27/+25
| * fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()Al Viro2019-07-041-4/+6
| * __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymoreAl Viro2019-07-041-1/+1
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+7
|\ \ | |/ |/|
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-0/+2
| * constify ksys_mount() string argumentsAl Viro2019-07-041-2/+2
| * don't bother with registering rootfsAl Viro2019-07-041-6/+1
| * move mount_capable() further outAl Viro2019-05-251-0/+2
* | vfs: move_mount: reject moving kernel internal mountsEric Biggers2019-07-011-3/+4
* | fs/namespace: fix unprivileged mount propagationChristian Brauner2019-06-171-0/+1