summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-6/+6
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-43/+121
2025-09-28Have cc(1) catch attempts to modify ->f_pathAl Viro1-4/+4
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-22/+37
2025-09-23VFS/audit: introduce kern_path_parent() for auditNeilBrown1-6/+17
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-9/+8
2025-09-23VFS: discard err2 in filename_create()NeilBrown1-6/+4
2025-09-23VFS/ovl: add lookup_one_positive_killable()NeilBrown1-0/+55
2025-09-16done_path_create(): constify path argumentAl Viro1-1/+1
2025-09-16filename_lookup(): constify root argumentAl Viro1-1/+1
2025-09-02openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin1-0/+8
2025-09-02namei: move cross-device check to __traverse_mountsAskar Safin1-6/+5
2025-09-02namei: remove LOOKUP_NO_XDEV check from handle_mountsAskar Safin1-4/+2
2025-09-02namei: move cross-device check to traverse_mountsAskar Safin1-4/+7
2025-08-11fs: fix "writen"->"written"Xichao Zhao1-1/+1
2025-07-29Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+14
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+15
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro1-4/+4
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-07-02anon_inode: rework assertionsChristian Brauner1-1/+1
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao1-11/+11
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-3/+4
2025-06-11VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()NeilBrown1-23/+14
2025-06-11VFS: change try_lookup_noperm() to skip revalidationNeilBrown1-4/+13
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-26/+53
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-76/+80
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)1-3/+27
2025-05-15fs: Convert __page_get_link() to use a folioMatthew Wilcox (Oracle)1-10/+10
2025-04-21fs: touch up predicts in inode_permission()Mateusz Guzik1-5/+5
2025-04-21fs: improve codegen in link_path_walk()Mateusz Guzik1-4/+7
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-04-08VFS: change lookup_one_common and lookup_noperm_common to take a qstrNeilBrown1-27/+21
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-35/+52
2025-04-08fs: unconditionally use atime_needs_update() in pick_link()Mateusz Guzik1-5/+5
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-29/+22
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