summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
13 daysMerge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3Michael Nemanov
2026-08-17NFS: Verify symlink inode before caching targetZhangGuoDong
2026-08-17nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECTMike Snitzer
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-08NFSv4: include MAY_WRITE in open permission mask for O_TRUNCBenjamin Coddington
2026-07-01nfs: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2026-06-09NFS: correct CONFIG_NFS_V4 macro name in #endif commentEthan Nelson-Moore
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-05-21openat2: new OPENAT2_REGULAR flag supportDorjoy Chowdhury
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-04-02struct dentry: make ->d_u anonymousAl Viro
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09fs/nfs: Fix readdir slow-start regressionSagi Grimberg
2026-01-04NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust
2026-01-04NFS: Fix directory delegation verifier checksAnna Schumaker
2025-11-23NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker
2025-11-19NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust
2025-11-19NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust
2025-11-17NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-09-23NFS: Update readdir to use a scratch folioAnna Schumaker
2025-09-16slightly simplify nfs_atomic_open()Al Viro
2025-09-16simplify nfs_atomic_open_v23()Al Viro
2025-07-22NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()Trond Myklebust
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-03-21NFS: Extend rdirplus mount option with "force|none"Benjamin Coddington
2025-03-05nfs: change mkdir inode_operation to return alternate dentry if needed.NeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-01-27nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro
2025-01-27nfs{,4}_lookup_validate(): use stable parent inode passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-09-23nfs: Annotate struct nfs_cache_array with __counted_by()Thorsten Blum
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust
2024-05-30NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown
2024-05-30NFS: abort nfs_atomic_open_v23 if name is too long.NeilBrown