summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2022-05-09nfs: Convert to free_folioMatthew Wilcox (Oracle)
2022-04-07NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust
2022-03-02NFS: Cache all entries in the readdirplus replyTrond Myklebust
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust
2022-03-02NFS: Clean up page array initialisation/freeTrond Myklebust
2022-03-02NFS: Trace effects of the readdirplus heuristicTrond Myklebust
2022-03-02NFS: Trace effects of readdirplus on the dcacheTrond Myklebust
2022-03-02NFS: Add basic readdir tracingTrond Myklebust
2022-03-02NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust
2022-03-02NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust
2022-03-02NFS: Reduce use of uncached readdirTrond Myklebust
2022-03-02NFS: Simplify nfs_readdir_xdr_to_array()Trond Myklebust
2022-03-02NFS: If the cookie verifier changes, we must invalidate the page cacheTrond Myklebust
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust
2022-03-02NFS: Don't advance the page pointer unless the page is fullTrond Myklebust
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust
2022-03-02NFS: Store the change attribute in the directory page cacheTrond Myklebust
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust
2022-02-28NFS: Trace lookup revalidation failureTrond Myklebust
2022-02-25NFS: Clean up NFSv4.2 xattrsTrond Myklebust
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia
2022-02-25NFS: Charge open/lock file contexts to kmemcgTrond Myklebust
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown
2022-01-06NFS: pass cred explicitly for access testsNeilBrown
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker