summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong1-10/+0
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-16NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org1-0/+1
2022-02-16NFS: Don't overfill uncached readdir pagestrondmy@kernel.org1-1/+2
2022-02-16NFS: change nfs_access_get_cached to only report the maskNeilBrown1-11/+9
2022-02-01NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-02-01NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-02-01NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-02-01NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2021-11-18NFS: Fix dentry verifier racesTrond Myklebust1-4/+3
2021-11-18NFS: Ignore the directory size when marking for revalidationTrond Myklebust1-1/+1
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
2021-04-05nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar1-0/+2
2021-03-09NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust1-10/+10
2021-03-09NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust1-3/+1
2021-03-08NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust1-12/+8
2021-03-08NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust1-3/+17
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+14
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-260/+459
2020-12-02NFS: Do uncached readdir when we're seeking a cookie in an empty page cacheTrond Myklebust1-0/+17
2020-12-02NFS: Reduce number of RPC calls when doing uncached readdirTrond Myklebust1-36/+69
2020-12-02NFS: Optimisations for monotonically increasing readdir cookiesTrond Myklebust1-1/+22
2020-12-02NFS: Improve handling of directory verifiersTrond Myklebust1-12/+23
2020-12-02NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsTrond Myklebust1-8/+16
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust1-5/+18
2020-12-02NFS: Cleanup to remove nfs_readdir_descriptor_t typedefTrond Myklebust1-17/+13
2020-12-02NFS: Reduce readdir stack usageTrond Myklebust1-25/+33
2020-12-02NFS: nfs_do_filldir() does not return a valueTrond Myklebust1-14/+7
2020-12-02NFS: More readdir cleanupsTrond Myklebust1-14/+11
2020-12-02NFS: Support larger readdir buffersTrond Myklebust1-14/+19
2020-12-02NFS: Simplify struct nfs_cache_array_entryTrond Myklebust1-21/+25
2020-12-02NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()Trond Myklebust1-2/+2
2020-12-02NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()Trond Myklebust1-7/+3
2020-12-02NFS: Don't discard readdir resultsTrond Myklebust1-4/+42
2020-12-02NFS: Clean up directory array handlingTrond Myklebust1-61/+77
2020-12-02NFS: Clean up nfs_readdir_page_filler()Trond Myklebust1-21/+18
2020-12-02NFS: Clean up readdir struct nfs_cache_arrayTrond Myklebust1-17/+49
2020-12-02NFS: Ensure contents of struct nfs_open_dir_context are consistentTrond Myklebust1-29/+43
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+1
2020-11-12NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust1-5/+1
2020-11-12NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust1-5/+4
2020-09-16nfs: Fix security label length not being resetJeffrey Mitchell1-0/+3