Age | Commit message (Expand) | Author |
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 |
2022-03-02 | NFS: Simplify nfs_readdir_xdr_to_array() | Trond Myklebust |
2022-03-02 | NFS: If the cookie verifier changes, we must invalidate the page cache | Trond Myklebust |
2022-03-02 | NFS: Adjust the amount of readahead performed by NFS readdir | Trond Myklebust |
2022-03-02 | NFS: Don't advance the page pointer unless the page is full | Trond Myklebust |
2022-03-02 | NFS: Don't re-read the entire page cache to find the next cookie | Trond Myklebust |
2022-03-02 | NFS: Store the change attribute in the directory page cache | Trond Myklebust |
2022-02-28 | NFS: Calculate page offsets algorithmically | Trond Myklebust |
2022-02-28 | NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context | Trond Myklebust |
2022-02-28 | NFS: Initialise the readdir verifier as best we can in nfs_opendir() | Trond Myklebust |
2022-02-28 | NFS: Trace lookup revalidation failure | Trond Myklebust |
2022-02-25 | NFS: Clean up NFSv4.2 xattrs | Trond Myklebust |
2022-02-25 | NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED | Olga Kornievskaia |
2022-02-25 | NFS: Charge open/lock file contexts to kmemcg | Trond Myklebust |
2022-02-14 | NFS: LOOKUP_DIRECTORY is also ok with symlinks | Trond Myklebust |
2022-02-02 | NFS: Avoid duplicate uncached readdir calls on eof | Trond Myklebust |
2022-02-02 | NFS: Don't skip directory entries when doing uncached readdir | trondmy@kernel.org |
2022-02-02 | NFS: Don't overfill uncached readdir pages | trondmy@kernel.org |
2022-01-25 | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-01-07 | NFSv4: nfs_atomic_open() can race when looking up a non-regular file | Trond Myklebust |
2022-01-07 | NFSv4: Handle case where the lookup of a directory fails | Trond Myklebust |
2022-01-06 | NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open() | Trond Myklebust |
2022-01-06 | NFS: Add a helper to remove case-insensitive aliases | Trond Myklebust |
2022-01-06 | NFS: Invalidate negative dentries on all case insensitive directory changes | Trond Myklebust |
2022-01-06 | NFSv4: Just don't cache negative dentries on case insensitive servers | Trond Myklebust |
2022-01-06 | NFS: Ensure the server has an up to date ctime before renaming | Trond Myklebust |
2022-01-06 | NFS: Ensure the server has an up to date ctime before hardlinking | Trond Myklebust |
2022-01-06 | NFS: don't store 'struct cred *' in struct nfs_access_entry | NeilBrown |
2022-01-06 | NFS: pass cred explicitly for access tests | NeilBrown |
2022-01-06 | NFS: change nfs_access_get_cached to only report the mask | NeilBrown |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_setsecurity | Anna Schumaker |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_fhget() | Anna Schumaker |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_add_or_obtain() | Anna Schumaker |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_instantiate() | Anna Schumaker |