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