aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-11/+69
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu1-13/+69
2022-07-19fs: Add missing umask strip in vfs_tmpfileYang Xu1-0/+2
2022-07-06step_into(): move fetching ->d_inode past handle_mounts()Al Viro1-20/+11
2022-07-06lookup_fast(): don't bother with inodeAl Viro1-18/+4
2022-07-06follow_dotdot{,_rcu}(): don't bother with inodeAl Viro1-11/+4
2022-07-06step_into(): lose inode argumentAl Viro1-6/+9
2022-07-06namei: stash the sampled ->d_seq into nameidataAl Viro1-50/+48
2022-07-06namei: move clearing LOOKUP_RCU towards rcu_read_unlock()Al Viro1-9/+12
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro1-2/+7
2022-07-05follow_dotdot{,_rcu}(): change calling conventionsAl Viro1-9/+7
2022-07-05namei: get rid of pointless unlikely(read_seqcount_retry(...))Al Viro1-9/+9
2022-07-05__follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro1-0/+2
2022-06-04Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+2
2022-05-30Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-10/+60
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+4
2022-05-19namei: cleanup double word in commentTom Rix1-1/+1
2022-05-19get rid of dead code in legitimize_root()Al Viro1-7/+0
2022-05-19fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()Al Viro1-1/+1
2022-05-13proc/sysctl: make protected_* world readableJulius Hemanth Pitti1-4/+4
2022-05-08namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)1-3/+3
2022-05-08namei: Convert page_symlink() to use memalloc_nofs_save()Matthew Wilcox (Oracle)1-4/+7
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)1-11/+2
2022-04-28fs: add two trivial lookup helpersChristian Brauner1-10/+60
2022-04-14VFS: filename_create(): fix incorrect intent.NeilBrown1-12/+10
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-5/+5
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-5/+5
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain1-4/+54
2022-01-07vfs, cachefiles: Mark a backing file in use with an inode flagDavid Howells1-1/+2
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