aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+1
2021-10-26fs: remove leftover comments from mandatory locking removalJeff Layton1-3/+1
2021-09-07putname(): IS_ERR_OR_NULL() is wrong hereAl Viro1-1/+1
2021-09-07namei: Standardize callers of filename_create()Stephen Brennan1-17/+15
2021-09-07namei: Standardize callers of filename_lookup()Stephen Brennan1-17/+20
2021-09-07rename __filename_parentat() to filename_parentat()Al Viro1-9/+9
2021-09-07namei: Fix use after free in kern_path_lockedStephen Brennan1-15/+14
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+7
2021-09-03fs, mm: fix race in unlinking swapfileHugh Dickins1-1/+7
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-6/+37
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-102/+137
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev1-1/+1
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev1-2/+1
2021-08-23namei: update do_*() helpers to return intsDmitry Kadashev1-5/+5
2021-08-23namei: make do_linkat() take struct filenameDmitry Kadashev1-16/+29
2021-08-23namei: add getname_uflags()Dmitry Kadashev1-0/+8
2021-08-23namei: make do_symlinkat() take struct filenameDmitry Kadashev1-11/+12
2021-08-23namei: make do_mknodat() take struct filenameDmitry Kadashev1-8/+11
2021-08-23namei: make do_mkdirat() take struct filenameDmitry Kadashev1-7/+19
2021-08-23namei: change filename_parentat() calling conventionsDmitry Kadashev1-55/+53
2021-08-23namei: ignore ERR/NULL names in putname()Dmitry Kadashev1-4/+5
2021-08-23namei: add mapping aware lookup helperChristian Brauner1-6/+37
2021-08-23fs: remove mandatory file locking supportJeff Layton1-3/+1
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-35/+45
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-8/+3
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-11/+3
2021-04-07namei: make sure nd->depth is always validAl Viro1-1/+1
2021-04-07teach set_nameidata() to handle setting the root as wellAl Viro1-12/+16
2021-04-07take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro1-23/+31
2021-04-07switch file_open_root() to struct pathAl Viro1-5/+3
2021-04-06LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro1-4/+4
2021-04-06Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro1-2/+4
2021-03-23namei: fix kernel-doc for struct renamedata and moreRandy Dunlap1-11/+3
2021-03-23fs: introduce fsuidgid_has_mapping() helperChristian Brauner1-8/+3
2021-03-23fs: document and rename fsid helpersChristian Brauner1-4/+4
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-131/+380
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro1-4/+5
2021-01-24ima: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-23/+32
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-1/+1
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-43/+184
2021-01-24namei: introduce struct renamedataChristian Brauner1-6/+15
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner1-56/+92
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-2/+3
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-35/+86
2021-01-24capability: handle idmapped mountsChristian Brauner1-5/+8
2021-01-04fs: add support for LOOKUP_CACHEDJens Axboe1-0/+9
2021-01-04saner calling conventions for unlazy_child()Al Viro1-14/+14
2021-01-04fs: make unlazy_walk() error handling consistentJens Axboe1-26/+17
2021-01-04fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast()Steven Rostedt (VMware)1-1/+1