summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
5 daysNFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown1-16/+32
5 daysNFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown1-1/+2
5 daysNFS: Fix missing unlock in nfs_unlink()Sun Ke1-1/+3
5 daysNFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust1-6/+13
5 daysNFS: don't unhash dentry during unlink/renameNeilBrown1-18/+54
5 daysNFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust1-3/+15
5 daysNFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust1-10/+10
5 daysNFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust1-3/+1
2024-06-21SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+1
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: 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-03-17NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust1-12/+8
2021-03-17NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust1-3/+17
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
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-14NFSv4.2: query the extended attribute access bitsFrank van der Linden1-0/+4
2020-07-14nfs: define nfs_access_get_cached functionFrank van der Linden1-4/+16
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-29/+50
2020-04-06NFS: Clean up process of marking inode stale.Trond Myklebust1-2/+3
2020-03-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2020-03-16nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-16NFS:remove redundant call to nfs_do_accessZhouyi Zhou1-8/+1
2020-03-16NFS: Limit the size of the access cache by defaultTrond Myklebust1-1/+1
2020-03-16NFS: Use the 64-bit server readdir cookies when possibleTrond Myklebust1-17/+44
2020-02-21nfs: Fix nfs_access_get_cached_rcu() sparse errorMadhuparna Bhowmik1-1/+1
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust1-3/+102
2020-02-10NFS: Fix up directory verifier racesTrond Myklebust1-7/+14
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo1-2/+7
2020-02-04NFS: Switch readdir to using iterate_shared()Trond Myklebust1-1/+1
2020-02-04NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust1-1/+1
2020-02-04NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-04NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-04NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust1-1/+1
2020-01-25NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust1-4/+11
2020-01-15NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust1-2/+2
2020-01-15NFS: Improve tracing of permission callsTrond Myklebust1-2/+2
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-16/+25
2019-09-20NFS: remove unused check for negative dentryBenjamin Coddington1-5/+1
2019-09-20NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington1-14/+27
2019-08-19NFSv4: Fix return value in nfs_finish_open()Trond Myklebust1-1/+1
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann1-84/+6
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust1-0/+4