summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-251-28/+118
|\
| * NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-01-071-0/+5
| * NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-01-071-0/+13
| * NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust2022-01-061-1/+6
| * NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust2022-01-061-1/+11
| * NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust2022-01-061-4/+15
| * NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust2022-01-061-0/+3
| * NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-01-061-0/+2
| * NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-01-061-0/+2
| * NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-061-6/+44
| * NFS: pass cred explicitly for access testsNeilBrown2022-01-061-7/+10
| * NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-061-11/+9
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
|/
* 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