summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-02anon_inode: rework assertionsChristian Brauner
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-06-11VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()NeilBrown
2025-06-11VFS: change try_lookup_noperm() to skip revalidationNeilBrown
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)
2025-05-15fs: Convert __page_get_link() to use a folioMatthew Wilcox (Oracle)
2025-04-21fs: touch up predicts in inode_permission()Mateusz Guzik
2025-04-21fs: improve codegen in link_path_walk()Mateusz Guzik
2025-04-16fs: ensure that *path_locked*() helpers leave passed path pristineChristian Brauner
2025-04-15fs: add kern_path_locked_negative()Christian Brauner
2025-04-11fs: Fix filename init after recent refactoringSong Liu
2025-04-08VFS: change lookup_one_common and lookup_noperm_common to take a qstrNeilBrown
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-08fs: unconditionally use atime_needs_update() in pick_link()Mateusz Guzik
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-18VFS/autofs: try_lookup_one_len() does not need any locksNeilBrown
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik
2025-03-12fs: dodge an atomic in putname if ref == 1Mateusz Guzik
2025-03-05fs: use fput_close() in path_openat()Mateusz Guzik
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-21vfs: inline getname()Mateusz Guzik
2025-02-21vfs: catch invalid modes in may_open()Mateusz Guzik
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-11-01fs: optimize acl_permission_check()Linus Torvalds
2024-10-19getname_maybe_null() - the third variant of pathname copy-inAl Viro
2024-10-19teach filename_lookup() to treat NULL filename as ""Al Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner