aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2022-06-04Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-30Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-19namei: cleanup double word in commentTom Rix
2022-05-19get rid of dead code in legitimize_root()Al Viro
2022-05-19fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()Al Viro
2022-05-13proc/sysctl: make protected_* world readableJulius Hemanth Pitti
2022-05-08namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08namei: Convert page_symlink() to use memalloc_nofs_save()Matthew Wilcox (Oracle)
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)
2022-04-28fs: add two trivial lookup helpersChristian Brauner
2022-04-14VFS: filename_create(): fix incorrect intent.NeilBrown
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-10-26fs: remove leftover comments from mandatory locking removalJeff Layton
2021-09-07putname(): IS_ERR_OR_NULL() is wrong hereAl Viro
2021-09-07namei: Standardize callers of filename_create()Stephen Brennan
2021-09-07namei: Standardize callers of filename_lookup()Stephen Brennan
2021-09-07rename __filename_parentat() to filename_parentat()Al Viro
2021-09-07namei: Fix use after free in kern_path_lockedStephen Brennan
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03fs, mm: fix race in unlinking swapfileHugh Dickins
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23io_uring: add support for IORING_OP_LINKATDmitry Kadashev
2021-08-23io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev
2021-08-23namei: update do_*() helpers to return intsDmitry Kadashev
2021-08-23namei: make do_linkat() take struct filenameDmitry Kadashev
2021-08-23namei: add getname_uflags()Dmitry Kadashev
2021-08-23namei: make do_symlinkat() take struct filenameDmitry Kadashev
2021-08-23namei: make do_mknodat() take struct filenameDmitry Kadashev
2021-08-23namei: make do_mkdirat() take struct filenameDmitry Kadashev
2021-08-23namei: change filename_parentat() calling conventionsDmitry Kadashev
2021-08-23namei: ignore ERR/NULL names in putname()Dmitry Kadashev
2021-08-23namei: add mapping aware lookup helperChristian Brauner
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-07namei: make sure nd->depth is always validAl Viro
2021-04-07teach set_nameidata() to handle setting the root as wellAl Viro
2021-04-07take LOOKUP_{ROOT,ROOT_GRABBED,JUMPED} out of LOOKUP_... spaceAl Viro
2021-04-07switch file_open_root() to struct pathAl Viro
2021-04-06LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro
2021-04-06Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro
2021-03-23namei: fix kernel-doc for struct renamedata and moreRandy Dunlap
2021-03-23fs: introduce fsuidgid_has_mapping() helperChristian Brauner