aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro1-2/+2
2024-01-04nfs: add new tracepoint at nfs4 revalidate entry pointJeff Layton1-0/+2
2024-01-04NFS: Use parent's objective cred in nfs_access_login_time()Scott Mayhew1-1/+1
2023-11-01nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)1-17/+12
2023-08-24nfs: fix redundant readdir request after get eofKinglong Mee1-4/+11
2023-05-19NFS: Convert kmap_atomic() to kmap_local_folio()Fabio M. De Francesco1-2/+2
2023-05-09nfs: fix another case of NULL/IS_ERR confusion wrt folio pointersLinus Torvalds1-1/+1
2023-05-06nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds1-1/+1
2023-04-12NFS: Convert readdir page array functions to use a folioAnna Schumaker1-102/+99
2023-04-12NFS: Convert the readdir array-of-pages into an array-of-foliosAnna Schumaker1-64/+65
2023-03-14NFS: Correct timing for assigning access cache timestampChengen Du1-1/+1
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-14/+14
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-7/+7
2023-02-15fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.cFabio M. De Francesco1-14/+14
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-01NFS: Fix up a sparse warningTrond Myklebust1-1/+3
2023-01-01NFS: Judge the file access cache's timestamp in rcu pathChengen Du1-0/+3
2022-11-27NFS: Trigger the "ls -l" readdir heuristic soonerBenjamin Coddington1-2/+7
2022-11-27NFS: Clear the file access cache upon loginTrond Myklebust1-0/+23
2022-10-27nfs: Remove redundant null checks before kfreeYushan Zhou1-3/+2
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-09-01nfs_finish_open(): don't open-code file_inode()Al Viro1-1/+1
2022-08-19NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown1-1/+2
2022-08-13NFS: Fix missing unlock in nfs_unlink()Sun Ke1-1/+3
2022-08-08NFS: don't unhash dentry during unlink/renameNeilBrown1-18/+54
2022-07-12nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-07-10NFS: Fix case insensitive renamesTrond Myklebust1-0/+4
2022-06-15NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x fileDave Wysochanski1-0/+1
2022-05-09nfs: Convert to free_folioMatthew Wilcox (Oracle)1-2/+7
2022-04-07NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust1-6/+3
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong1-10/+0
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust1-2/+7
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust1-11/+18
2022-03-02NFS: Cache all entries in the readdirplus replyTrond Myklebust1-14/+26
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust1-12/+14
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust1-17/+39
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust1-84/+65
2022-03-02NFS: Clean up page array initialisation/freeTrond Myklebust1-10/+6
2022-03-02NFS: Trace effects of the readdirplus heuristicTrond Myklebust1-1/+10
2022-03-02NFS: Trace effects of readdirplus on the dcacheTrond Myklebust1-0/+5
2022-03-02NFS: Add basic readdir tracingTrond Myklebust1-1/+12
2022-03-02NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust1-10/+16
2022-03-02NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust1-0/+2
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust1-29/+51
2022-03-02NFS: Reduce use of uncached readdirTrond Myklebust1-20/+3