Age | Commit message (Expand) | Author |
2024-02-25 | nfs: make nfs_set_verifier() safe for use in RCU pathwalk | Al Viro |
2024-01-04 | nfs: add new tracepoint at nfs4 revalidate entry point | Jeff Layton |
2024-01-04 | NFS: Use parent's objective cred in nfs_access_login_time() | Scott Mayhew |
2023-11-01 | nfs: Convert nfs_symlink() to use a folio | Matthew Wilcox (Oracle) |
2023-08-24 | nfs: fix redundant readdir request after get eof | Kinglong Mee |
2023-05-19 | NFS: Convert kmap_atomic() to kmap_local_folio() | Fabio M. De Francesco |
2023-05-09 | nfs: fix another case of NULL/IS_ERR confusion wrt folio pointers | Linus Torvalds |
2023-05-06 | nfs: fix mis-merged __filemap_get_folio() error check | Linus Torvalds |
2023-04-12 | NFS: Convert readdir page array functions to use a folio | Anna Schumaker |
2023-04-12 | NFS: Convert the readdir array-of-pages into an array-of-folios | Anna Schumaker |
2023-03-14 | NFS: Correct timing for assigning access cache timestamp | Chengen Du |
2023-02-22 | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-15 | fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c | Fabio M. De Francesco |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner |
2023-01-01 | NFS: Fix up a sparse warning | Trond Myklebust |
2023-01-01 | NFS: Judge the file access cache's timestamp in rcu path | Chengen Du |
2022-11-27 | NFS: Trigger the "ls -l" readdir heuristic sooner | Benjamin Coddington |
2022-11-27 | NFS: Clear the file access cache upon login | Trond Myklebust |
2022-10-27 | nfs: Remove redundant null checks before kfree | Yushan Zhou |
2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-09-01 | nfs_finish_open(): don't open-code file_inode() | Al Viro |
2022-08-19 | NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT | NeilBrown |
2022-08-13 | NFS: Fix missing unlock in nfs_unlink() | Sun Ke |
2022-08-08 | NFS: don't unhash dentry during unlink/rename | NeilBrown |
2022-07-12 | nfs: Replace kmap() with kmap_local_page() | Fabio M. De Francesco |
2022-07-10 | NFS: Fix case insensitive renames | Trond Myklebust |
2022-06-15 | NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file | Dave Wysochanski |
2022-05-09 | nfs: Convert to free_folio | Matthew Wilcox (Oracle) |
2022-04-07 | NFS: Replace readdir's use of xxhash() with hash_64() | Trond Myklebust |
2022-03-29 | NFSv4: fix open failure with O_ACCMODE flag | ChenXiaoSong |
2022-03-22 | NFS: Fix revalidation of empty readdir pages | Trond Myklebust |
2022-03-22 | NFS: Don't deadlock when cookie hashes collide | Trond Myklebust |
2022-03-02 | NFS: Cache all entries in the readdirplus reply | Trond Myklebust |
2022-03-02 | NFS: Optimise away the previous cookie field | Trond Myklebust |
2022-03-02 | NFS: Fix up forced readdirplus | Trond Myklebust |
2022-03-02 | NFS: Convert readdir page cache to use a cookie based index | Trond Myklebust |
2022-03-02 | NFS: Clean up page array initialisation/free | Trond Myklebust |
2022-03-02 | NFS: Trace effects of the readdirplus heuristic | Trond Myklebust |
2022-03-02 | NFS: Trace effects of readdirplus on the dcache | Trond Myklebust |
2022-03-02 | NFS: Add basic readdir tracing | Trond Myklebust |
2022-03-02 | NFS: Don't request readdirplus when revalidation was forced | Trond Myklebust |
2022-03-02 | NFS: Readdirplus can't help lookup for case insensitive filesystems | Trond Myklebust |
2022-03-02 | NFS: Improve heuristic for readdirplus | Trond Myklebust |
2022-03-02 | NFS: Reduce use of uncached readdir | Trond Myklebust |