- 121affd nfs: Remove redundant null checks before kfree by Yushan Zhou · 2 years, 4 months ago
- ab29622 Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 5 months ago
- 1f24cd3 nfs_finish_open(): don't open-code file_inode() by Al Viro · 2 years, 6 months ago
- f16857e NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT by NeilBrown · 2 years, 6 months ago
- 2067231 NFS: Fix missing unlock in nfs_unlink() by Sun Ke · 2 years, 7 months ago
- 3c59366 NFS: don't unhash dentry during unlink/rename by NeilBrown · 2 years, 7 months ago
- c77c738 nfs: Replace kmap() with kmap_local_page() by Fabio M. De Francesco · 2 years, 8 months ago
- 6ca0a6f NFS: Fix case insensitive renames by Trond Myklebust · 2 years, 8 months ago
- 5ee3d10 NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file by Dave Wysochanski · 2 years, 9 months ago
- aa5dc8c nfs: Convert to free_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 830f111 NFS: Replace readdir's use of xxhash() with hash_64() by Trond Myklebust · 3 years ago
- b243874 NFSv4: fix open failure with O_ACCMODE flag by ChenXiaoSong · 3 years ago
- e47a62d NFS: Fix revalidation of empty readdir pages by Trond Myklebust · 3 years ago
- 648a454 NFS: Don't deadlock when cookie hashes collide by Trond Myklebust · 3 years ago
- 612896e NFS: Cache all entries in the readdirplus reply by Trond Myklebust · 3 years ago
- 0adf85b NFS: Optimise away the previous cookie field by Trond Myklebust · 3 years ago
- b0365ccb NFS: Fix up forced readdirplus by Trond Myklebust · 3 years ago
- f648022 NFS: Convert readdir page cache to use a cookie based index by Trond Myklebust · 3 years ago
- 9332cf1 NFS: Clean up page array initialisation/free by Trond Myklebust · 3 years ago
- 11d03d0 NFS: Trace effects of the readdirplus heuristic by Trond Myklebust · 3 years ago
- eace45a18c NFS: Trace effects of readdirplus on the dcache by Trond Myklebust · 3 years ago
- 310e318 NFS: Add basic readdir tracing by Trond Myklebust · 3 years ago
- 0b3cc71 NFS: Don't request readdirplus when revalidation was forced by Trond Myklebust · 3 years ago
- 2c2c336 NFS: Readdirplus can't help lookup for case insensitive filesystems by Trond Myklebust · 3 years ago
- 230bc98 NFS: Improve heuristic for readdirplus by Trond Myklebust · 3 years ago
- 9c3f4d9 NFS: Reduce use of uncached readdir by Trond Myklebust · 3 years ago
- 9ff89c2 NFS: Simplify nfs_readdir_xdr_to_array() by Trond Myklebust · 3 years, 1 month ago
- 6c34f05 NFS: If the cookie verifier changes, we must invalidate the page cache by Trond Myklebust · 3 years ago
- 580f236 NFS: Adjust the amount of readahead performed by NFS readdir by Trond Myklebust · 3 years, 1 month ago
- c8f0523 NFS: Don't advance the page pointer unless the page is full by Trond Myklebust · 3 years ago
- 728dd0a NFS: Don't re-read the entire page cache to find the next cookie by Trond Myklebust · 3 years ago
- d09e673 NFS: Store the change attribute in the directory page cache by Trond Myklebust · 3 years ago
- 0b2662b NFS: Calculate page offsets algorithmically by Trond Myklebust · 3 years ago
- 281f31b NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context by Trond Myklebust · 3 years ago
- d1e32ea3 NFS: Initialise the readdir verifier as best we can in nfs_opendir() by Trond Myklebust · 3 years ago
- 2eef8a3 NFS: Trace lookup revalidation failure by Trond Myklebust · 3 years ago
- 84631f8 NFS: Clean up NFSv4.2 xattrs by Trond Myklebust · 3 years ago
- 43245ec NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED by Olga Kornievskaia · 3 years, 1 month ago
- d786771 NFS: Charge open/lock file contexts to kmemcg by Trond Myklebust · 3 years, 1 month ago
- e0caaf7 NFS: LOOKUP_DIRECTORY is also ok with symlinks by Trond Myklebust · 3 years, 1 month ago
- e1d2699 NFS: Avoid duplicate uncached readdir calls on eof by Trond Myklebust · 3 years, 1 month ago
- ce292d8 NFS: Don't skip directory entries when doing uncached readdir by trondmy@kernel.org · 3 years, 1 month ago
- d9c4e39 NFS: Don't overfill uncached readdir pages by trondmy@kernel.org · 3 years, 1 month ago
- 0280e3c Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 1 month ago
- 1751fc1 NFSv4: nfs_atomic_open() can race when looking up a non-regular file by Trond Myklebust · 3 years, 2 months ago
- ac79516 NFSv4: Handle case where the lookup of a directory fails by Trond Myklebust · 3 years, 2 months ago
- 68eaba4 NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open() by Trond Myklebust · 3 years, 2 months ago
- 00bdadc NFS: Add a helper to remove case-insensitive aliases by Trond Myklebust · 3 years, 2 months ago
- 8ce37ab NFS: Invalidate negative dentries on all case insensitive directory changes by Trond Myklebust · 3 years, 2 months ago
- 98ca3ee NFSv4: Just don't cache negative dentries on case insensitive servers by Trond Myklebust · 3 years, 2 months ago
- 6ff9d99 NFS: Ensure the server has an up to date ctime before renaming by Trond Myklebust · 3 years, 3 months ago
- 2049750 NFS: Ensure the server has an up to date ctime before hardlinking by Trond Myklebust · 3 years, 3 months ago
- 6238aec NFS: don't store 'struct cred *' in struct nfs_access_entry by NeilBrown · 3 years, 5 months ago
- 73fbb3f NFS: pass cred explicitly for access tests by NeilBrown · 3 years, 5 months ago
- b5e7b59 NFS: change nfs_access_get_cached to only report the mask by NeilBrown · 3 years, 5 months ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
- dd225cb NFS: Remove the nfs4_label argument from nfs_setsecurity by Anna Schumaker · 3 years, 4 months ago
- cf7ab00 NFS: Remove the nfs4_label argument from nfs_fhget() by Anna Schumaker · 3 years, 4 months ago
- cc6f329 NFS: Remove the nfs4_label argument from nfs_add_or_obtain() by Anna Schumaker · 3 years, 4 months ago
- d91bfc4 NFS: Remove the nfs4_label argument from nfs_instantiate() by Anna Schumaker · 3 years, 4 months ago
- 2ef61e0 NFS: Remove the nfs4_label from the nfs4_getattr_res by Anna Schumaker · 3 years, 4 months ago
- 9558a00 NFS: Remove the label from the nfs4_lookup_res struct by Anna Schumaker · 3 years, 4 months ago
- b1db9a4 NFS: Remove the nfs4_label from the nfs_entry struct by Anna Schumaker · 3 years, 4 months ago
- 4798f80 NFS: Don't trace an uninitialised value by Trond Myklebust · 3 years, 4 months ago
- b97583b NFS: Do not flush the readdir cache in nfs_dentry_iput() by Trond Myklebust · 3 years, 5 months ago
- cec08f4 NFS: Fix dentry verifier races by Trond Myklebust · 3 years, 5 months ago
- ff81dfb NFS: Further optimisations for 'ls -l' by Trond Myklebust · 3 years, 5 months ago
- 2929bc3 NFS: Fix up nfs_readdir_inode_mapping_valid() by Trond Myklebust · 3 years, 5 months ago
- a6a361c NFS: Ignore the directory size when marking for revalidation by Trond Myklebust · 3 years, 5 months ago
- 9019fb3 NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink() by Trond Myklebust · 3 years, 8 months ago
- 342a67f NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink() by Trond Myklebust · 3 years, 8 months ago
- a647034 Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 10 months ago
- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 10 months ago
- 1301e42 NFSv4: link must update the inode nlink. by Trond Myklebust · 4 years ago
- 720869e NFS: Separate tracking of file mode cache validity from the uid/gid by Trond Myklebust · 3 years, 11 months ago
- fabf2b3 NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid by Trond Myklebust · 4 years ago
- 1f3208b NFS: Add a cache validity flag argument to nfs_revalidate_inode() by Trond Myklebust · 4 years ago
- f892c41 NFS: Only change the cookie verifier if the directory page cache is empty by Trond Myklebust · 4 years ago
- 13884ff NFS: Fix handling of cookie verifier in uncached_readdir() by Trond Myklebust · 4 years ago
- ee3707a nfs: Subsequent READDIR calls should carry non-zero cookieverifier by Nagendra S Tomar · 4 years ago
- ac46b3d NFS: Fix open coded versions of nfs_set_cache_invalid() by Trond Myklebust · 4 years ago
- fd6d3fe NFS: Clean up function nfs_mark_dir_for_revalidate() by Trond Myklebust · 4 years ago
- 4739791 NFS: Don't gratuitously clear the inode cache when lookup failed by Trond Myklebust · 4 years ago
- 82e7ca1 NFS: Don't revalidate the directory permissions on a lookup failure by Trond Myklebust · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 1 month ago
- 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 2 months ago
- 794092c NFS: Do uncached readdir when we're seeking a cookie in an empty page cache by Trond Myklebust · 4 years, 4 months ago
- 35df59d NFS: Reduce number of RPC calls when doing uncached readdir by Trond Myklebust · 4 years, 4 months ago
- 762567b NFS: Optimisations for monotonically increasing readdir cookies by Trond Myklebust · 4 years, 4 months ago
- b593c09 NFS: Improve handling of directory verifiers by Trond Myklebust · 4 years, 4 months ago
- 9fff59e NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls by Trond Myklebust · 4 years, 4 months ago
- 82e22a5 NFS: Allow the NFS generic code to pass in a verifier to readdir by Trond Myklebust · 4 years, 4 months ago
- 6c981ef NFS: Cleanup to remove nfs_readdir_descriptor_t typedef by Trond Myklebust · 4 years, 4 months ago
- 6b75cf9e NFS: Reduce readdir stack usage by Trond Myklebust · 4 years, 4 months ago
- dbeaf8c NFS: nfs_do_filldir() does not return a value by Trond Myklebust · 4 years, 4 months ago
- 93b8959 NFS: More readdir cleanups by Trond Myklebust · 4 years, 4 months ago
- 1a34c8c9 NFS: Support larger readdir buffers by Trond Myklebust · 4 years, 4 months ago
- a52a8a6 NFS: Simplify struct nfs_cache_array_entry by Trond Myklebust · 4 years, 4 months ago
- ed09222 NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array() by Trond Myklebust · 4 years, 4 months ago