summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+20
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-11-19vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedPeter Griffin1-1/+2
2022-10-26fs: use type safe idmapping helpersChristian Brauner1-20/+20
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-33/+55
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/b...Linus 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/kern...Linus Torvalds1-9/+2
2022-05-30Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+60
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus 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/kern...Linus 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/jlay...Linus 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