summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-171-260/+459
|\
| * NFS: Do uncached readdir when we're seeking a cookie in an empty page cacheTrond Myklebust2020-12-021-0/+17
| * NFS: Reduce number of RPC calls when doing uncached readdirTrond Myklebust2020-12-021-36/+69
| * NFS: Optimisations for monotonically increasing readdir cookiesTrond Myklebust2020-12-021-1/+22
| * NFS: Improve handling of directory verifiersTrond Myklebust2020-12-021-12/+23
| * NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsTrond Myklebust2020-12-021-8/+16
| * NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust2020-12-021-5/+18
| * NFS: Cleanup to remove nfs_readdir_descriptor_t typedefTrond Myklebust2020-12-021-17/+13
| * NFS: Reduce readdir stack usageTrond Myklebust2020-12-021-25/+33
| * NFS: nfs_do_filldir() does not return a valueTrond Myklebust2020-12-021-14/+7
| * NFS: More readdir cleanupsTrond Myklebust2020-12-021-14/+11
| * NFS: Support larger readdir buffersTrond Myklebust2020-12-021-14/+19
| * NFS: Simplify struct nfs_cache_array_entryTrond Myklebust2020-12-021-21/+25
| * NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()Trond Myklebust2020-12-021-2/+2
| * NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()Trond Myklebust2020-12-021-7/+3
| * NFS: Don't discard readdir resultsTrond Myklebust2020-12-021-4/+42
| * NFS: Clean up directory array handlingTrond Myklebust2020-12-021-61/+77
| * NFS: Clean up nfs_readdir_page_filler()Trond Myklebust2020-12-021-21/+18
| * NFS: Clean up readdir struct nfs_cache_arrayTrond Myklebust2020-12-021-17/+49
| * NFS: Ensure contents of struct nfs_open_dir_context are consistentTrond Myklebust2020-12-021-29/+43
* | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-1/+1
|/
* NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust2020-11-121-5/+1
* NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust2020-11-121-5/+4
* nfs: Fix security label length not being resetJeffrey Mitchell2020-09-161-0/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* NFSv4.2: query the extended attribute access bitsFrank van der Linden2020-07-131-0/+4
* nfs: define nfs_access_get_cached functionFrank van der Linden2020-07-131-4/+16
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-29/+50
|\
| * NFS: Clean up process of marking inode stale.Trond Myklebust2020-04-061-2/+3
| * nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * NFS:remove redundant call to nfs_do_accessZhouyi Zhou2020-03-161-8/+1
| * NFS: Limit the size of the access cache by defaultTrond Myklebust2020-03-161-1/+1
| * NFS: Use the 64-bit server readdir cookies when possibleTrond Myklebust2020-03-161-17/+44
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-1/+1
|\ \ | |/ |/|
| * nfs: Fix nfs_access_get_cached_rcu() sparse errorMadhuparna Bhowmik2020-02-201-1/+1
* | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-121-3/+102
* | NFS: Fix up directory verifier racesTrond Myklebust2020-02-101-7/+14
|/
* nfs: optimise readdir cache page invalidationDai Ngo2020-02-041-2/+7
* NFS: Switch readdir to using iterate_shared()Trond Myklebust2020-02-031-1/+1
* NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust2020-02-031-1/+1
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-031-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-031-2/+15
* NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust2020-02-031-1/+1
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-4/+11
* NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust2020-01-151-2/+2
* NFS: Improve tracing of permission callsTrond Myklebust2020-01-151-2/+2
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-16/+25
|\
| * NFS: remove unused check for negative dentryBenjamin Coddington2019-09-201-5/+1
| * NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-201-14/+27
* | NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-08-191-1/+1
|/