summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker2021-11-051-3/+2
* NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-3/+3
* NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker2021-11-051-4/+3
* NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker2021-11-051-3/+2
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-1/+1
* NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-051-22/+12
* NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker2021-11-051-14/+7
* NFS: Don't trace an uninitialised valueTrond Myklebust2021-11-051-1/+1
* NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust2021-10-031-4/+0
* NFS: Fix dentry verifier racesTrond Myklebust2021-10-031-4/+3
* NFS: Further optimisations for 'ls -l'Trond Myklebust2021-10-031-5/+11
* NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust2021-10-031-1/+2
* NFS: Ignore the directory size when marking for revalidationTrond Myklebust2021-10-031-1/+1
* NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust2021-10-031-3/+15
* NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust2021-10-031-0/+3
* 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