summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
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
2024-05-24nfs: don't invalidate dentries on transient errorsScott Mayhew
2024-05-20NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly.NeilBrown
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro
2024-01-04nfs: add new tracepoint at nfs4 revalidate entry pointJeff Layton
2024-01-04NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew
2023-11-01nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)
2023-08-24nfs: fix redundant readdir request after get eofKinglong Mee
2023-05-19NFS: Convert kmap_atomic() to kmap_local_folio()Fabio M. De Francesco
2023-05-09nfs: fix another case of NULL/IS_ERR confusion wrt folio pointersLinus Torvalds