aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-33/+55
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko1-1/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-2/+1
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi1-50/+33
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi1-2/+1
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi1-0/+41
2022-09-01nd_jump_link(): constify pathAl Viro1-1/+1
2022-09-01may_linkat(): constify pathAl Viro1-1/+1
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