summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02NFS: Don't advance the page pointer unless the page is fullTrond Myklebust1-10/+22
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust1-3/+7
2022-03-02NFS: Store the change attribute in the directory page cacheTrond Myklebust1-31/+37
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust1-5/+13
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust1-7/+4
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust1-0/+1
2022-02-28NFS: Trace lookup revalidation failureTrond Myklebust1-12/+5
2022-02-26NFS: Clean up NFSv4.2 xattrsTrond Myklebust1-5/+2
2022-02-26NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia1-2/+8
2022-02-26NFS: Charge open/lock file contexts to kmemcgTrond Myklebust1-1/+1
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust1-5/+15
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org1-0/+1
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org1-1/+2
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-28/+118
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust1-1/+6
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust1-1/+11
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust1-4/+15
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust1-0/+3
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown1-6/+44
2022-01-06NFS: pass cred explicitly for access testsNeilBrown1-7/+10
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown1-11/+9
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker1-3/+2
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker1-3/+3
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker1-4/+3
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker1-3/+2
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-1/+1
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker1-22/+12
2021-11-05NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker1-14/+7
2021-11-05NFS: Don't trace an uninitialised valueTrond Myklebust1-1/+1
2021-10-04NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust1-4/+0
2021-10-04NFS: Fix dentry verifier racesTrond Myklebust1-4/+3
2021-10-04NFS: Further optimisations for 'ls -l'Trond Myklebust1-5/+11
2021-10-04NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust1-1/+2
2021-10-04NFS: Ignore the directory size when marking for revalidationTrond Myklebust1-1/+1
2021-10-04NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust1-3/+15
2021-10-04NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust1-0/+3
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-10/+19
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2021-04-14NFSv4: link must update the inode nlink.Trond Myklebust1-1/+1
2021-04-13NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust1-2/+3
2021-04-13NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust1-1/+1
2021-04-13NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust1-1/+1
2021-04-05NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust1-1/+6
2021-04-05NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust1-6/+7