aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown1-1/+2
2022-08-13NFS: Fix missing unlock in nfs_unlink()Sun Ke1-1/+3
2022-08-08NFS: don't unhash dentry during unlink/renameNeilBrown1-18/+54
2022-07-12nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-07-10NFS: Fix case insensitive renamesTrond Myklebust1-0/+4
2022-06-15NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x fileDave Wysochanski1-0/+1
2022-05-09nfs: Convert to free_folioMatthew Wilcox (Oracle)1-2/+7
2022-04-07NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust1-6/+3
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong1-10/+0
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust1-2/+7
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust1-11/+18
2022-03-02NFS: Cache all entries in the readdirplus replyTrond Myklebust1-14/+26
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust1-12/+14
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust1-17/+39
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust1-84/+65
2022-03-02NFS: Clean up page array initialisation/freeTrond Myklebust1-10/+6
2022-03-02NFS: Trace effects of the readdirplus heuristicTrond Myklebust1-1/+10
2022-03-02NFS: Trace effects of readdirplus on the dcacheTrond Myklebust1-0/+5
2022-03-02NFS: Add basic readdir tracingTrond Myklebust1-1/+12
2022-03-02NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust1-10/+16
2022-03-02NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust1-0/+2
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust1-29/+51
2022-03-02NFS: Reduce use of uncached readdirTrond Myklebust1-20/+3
2022-03-02NFS: Simplify nfs_readdir_xdr_to_array()Trond Myklebust1-18/+11
2022-03-02NFS: If the cookie verifier changes, we must invalidate the page cacheTrond Myklebust1-1/+6
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust1-1/+52
2022-03-02NFS: Don't advance the page pointer unless the page is fullTrond Myklebust1-10/+22
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust1-3/+7
2022-03-02NFS: Store the change attribute in the directory page cacheTrond Myklebust1-31/+37
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust1-5/+13
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust1-7/+4
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust1-0/+1
2022-02-28NFS: Trace lookup revalidation failureTrond Myklebust1-12/+5
2022-02-25NFS: Clean up NFSv4.2 xattrsTrond Myklebust1-5/+2
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia1-2/+8
2022-02-25NFS: Charge open/lock file contexts to kmemcgTrond Myklebust1-1/+1
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust1-5/+15
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org1-0/+1
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org1-1/+2
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-28/+118
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust1-1/+6
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust1-1/+11
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust1-4/+15
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust1-0/+3
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown1-6/+44