summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-10/+19
|\
| * NFSv4: link must update the inode nlink.Trond Myklebust2021-04-141-1/+1
| * NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust2021-04-131-2/+3
| * NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust2021-04-131-1/+1
| * NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust2021-04-121-1/+1
| * NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust2021-04-051-1/+6
| * NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust2021-04-051-6/+7
| * nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar2021-04-051-0/+2
* | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-7/+0
|/
* NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust2021-03-081-10/+10
* NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust2021-03-081-3/+1
* NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust2021-03-081-12/+8
* NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust2021-03-081-3/+17
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-9/+14
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* 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