summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-10anon_inode: rework assertionsChristian Brauner1-1/+1
2025-04-16fs: ensure that *path_locked*() helpers leave passed path pristineChristian Brauner1-16/+18
2025-04-15fs: add kern_path_locked_negative()Christian Brauner1-16/+49
2025-04-11fs: Fix filename init after recent refactoringSong Liu1-4/+4
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-49/+56
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+22
2025-03-18VFS/autofs: try_lookup_one_len() does not need any locksNeilBrown1-3/+2
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik1-8/+9
2025-03-12fs: dodge an atomic in putname if ref == 1Mateusz Guzik1-4/+9
2025-03-05fs: use fput_close() in path_openat()Mateusz Guzik1-1/+1
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-16/+29
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+12
2025-02-21vfs: inline getname()Mateusz Guzik1-5/+0
2025-02-21vfs: catch invalid modes in may_open()Mateusz Guzik1-0/+2
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi1-5/+19
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown1-40/+21
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown1-0/+4
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+10
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-8/+10
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik1-15/+19
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+26
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+4
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro1-9/+4
2024-11-01fs: optimize acl_permission_check()Linus Torvalds1-0/+41
2024-10-19getname_maybe_null() - the third variant of pathname copy-inAl Viro1-7/+23
2024-10-19teach filename_lookup() to treat NULL filename as ""Al Viro1-1/+3
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-5/+5
2024-08-30fs: rearrange general fastpath check now that O_CREAT uses itChristian Brauner1-13/+4
2024-08-30fs: remove audit dummy context checkChristian Brauner1-11/+1
2024-08-30fs: pull up trailing slashes check for O_CREATChristian Brauner1-8/+4
2024-08-30fs: move audit parent inodeChristian Brauner1-1/+3
2024-08-30fs: try an opportunistic lookup for O_CREAT opens tooJeff Layton1-10/+64
2024-08-30fs: add a kerneldoc header over lookup_fastJeff Layton1-0/+14
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-5/+5
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-5/+5
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-24vfs: correct the comments of vfs_*() helpersCongjie Zhou1-13/+13
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-36/+62
2024-07-15Merge branch 'link_path_walk'Linus Torvalds1-47/+94
2024-07-07vfs: link_path_walk: move more of the name hashing into hash_name()Linus Torvalds1-19/+32
2024-07-07vfs: link_path_walk: improve may_lookup() code generationLinus Torvalds1-10/+19
2024-06-27fs: reflow may_create_in_sticky()Christian Brauner1-16/+35
2024-06-25vfs: reorder checks in may_create_in_stickyMateusz Guzik1-3/+3
2024-06-21vfs: shave a branch in getname_flagsMateusz Guzik1-11/+20
2024-06-19vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds1-22/+46
2024-06-19vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds1-8/+12
2024-06-19vfs: link_path_walk: simplify name hash flowLinus Torvalds1-16/+13