summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2022-10-26fs: use type safe idmapping helpersChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi
2022-09-01nd_jump_link(): constify pathAl Viro
2022-09-01may_linkat(): constify pathAl Viro
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu
2022-07-19fs: Add missing umask strip in vfs_tmpfileYang Xu
2022-07-06step_into(): move fetching ->d_inode past handle_mounts()Al Viro
2022-07-06lookup_fast(): don't bother with inodeAl Viro
2022-07-06follow_dotdot{,_rcu}(): don't bother with inodeAl Viro
2022-07-06step_into(): lose inode argumentAl Viro
2022-07-06namei: stash the sampled ->d_seq into nameidataAl Viro
2022-07-06namei: move clearing LOOKUP_RCU towards rcu_read_unlock()Al Viro
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro
2022-07-05follow_dotdot{,_rcu}(): change calling conventionsAl Viro
2022-07-05namei: get rid of pointless unlikely(read_seqcount_retry(...))Al Viro
2022-07-05__follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro
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