- 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 1 month ago
- 52104f2 NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() by Trond Myklebust · 4 years, 1 month ago
- 9bfffea pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read by Trond Myklebust · 4 years, 1 month ago
- cac1d3a NFSv4/pnfs: Add tracing for the deviceid cache by Trond Myklebust · 4 years, 1 month ago
- 7be9b38 NFSv4.2: fix error return on memory allocation failure by Colin Ian King · 4 years, 1 month ago
- f986e35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
- aa6159a kernel.h: split out mathematical helpers by Andy Shevchenko · 4 years, 1 month ago
- 1a50ede Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 1 month ago
- 5c3485b NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yet by Trond Myklebust · 4 years, 1 month ago
- 7aedc68 NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow by Trond Myklebust · 4 years, 1 month ago
- 503b934 NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow by Trond Myklebust · 4 years, 1 month ago
- dac3b10 NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer by Trond Myklebust · 4 years, 1 month ago
- 82f98c8 NFSv4.2: decode_read_plus_hole() needs to check the extent offset by Trond Myklebust · 4 years, 1 month ago
- 5c4afe2 NFSv4.2: decode_read_plus_data() must skip padding after data segment by Trond Myklebust · 4 years, 1 month ago
- 1ee6310 NFSv4.2: Ensure we always reset the result->count in decode_read_plus() by Trond Myklebust · 4 years, 1 month ago
- 1f70ea7 NFSv4.1: use BITS_PER_LONG macro in nfs4session.h by Geliang Tang · 4 years, 1 month ago
- a1f2673 NFSv4.2: improve page handling for GETXATTR by Frank van der Linden · 4 years, 2 months ago
- 21e3140 NFS: Disable READ_PLUS by default by Anna Schumaker · 4 years, 2 months ago
- fe8eb82 NFSv4.2: Fix 5 seconds delay when doing inter server copy by Dai Ngo · 4 years, 2 months ago
- 1c87b85 NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation by Chuck Lever · 4 years, 2 months ago
- fa94a95 NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages() by Trond Myklebust · 4 years, 2 months ago
- 716a8bc nfsd: Record NFSv4 pre/post-op attributes as non-atomic by Trond Myklebust · 4 years, 2 months ago
- 01cbf38 nfsd: Set PF_LOCAL_THROTTLE on local filesystems only by Trond Myklebust · 4 years, 2 months ago
- 7f84b48 nfsd: close cached files prior to a REMOVE or RENAME that would replace target by Jeff Layton · 4 years, 2 months ago
- ba5e818 nfsd: allow filesystems to opt out of subtree checking by Jeff Layton · 4 years, 2 months ago
- daab110 nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations by Jeff Layton · 4 years, 2 months ago
- bf701b76 NFS: switch nfsiod to be an UNBOUND workqueue. by NeilBrown · 4 years, 2 months ago
- d3ff46f NFSv4: Refactor to use user namespaces for nfs4idmap by Sargun Dhillon · 4 years, 2 months ago
- d18a9d3 NFS: NFSv2/NFSv3: Use cred from fs_context during mount by Sargun Dhillon · 4 years, 2 months ago
- b6d49ec NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode by Trond Myklebust · 4 years, 2 months ago
- 1706846 NFSv4: Fix open coded xdr_stream_remaining() by Trond Myklebust · 4 years, 2 months ago
- 9ed5af26 SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() by Trond Myklebust · 4 years, 2 months ago
- 046e5cc NFSv4: Fix the alignment of page data in the getdeviceinfo reply by Trond Myklebust · 4 years, 2 months ago
- 9889981 pNFS: Clean up open coded xdr string decoding by Trond Myklebust · 4 years, 2 months ago
- 9a70163 pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transports by Trond Myklebust · 4 years, 2 months ago
- 4be78d2 NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr by Trond Myklebust · 4 years, 3 months ago
- 190c75a pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr by Trond Myklebust · 4 years, 2 months ago
- a12f996 NFSv4/pNFS: Use connections to a DS that are all of the same protocol family by Trond Myklebust · 4 years, 3 months ago
- 1c3695d NFS: Switch mount code to use xprt_find_transport_ident() by Trond Myklebust · 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, 3 months ago
- 35df59d NFS: Reduce number of RPC calls when doing uncached readdir by Trond Myklebust · 4 years, 3 months ago
- 762567b NFS: Optimisations for monotonically increasing readdir cookies by Trond Myklebust · 4 years, 3 months ago
- b593c09 NFS: Improve handling of directory verifiers by Trond Myklebust · 4 years, 3 months ago
- 9fff59e NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls by Trond Myklebust · 4 years, 3 months ago
- 82e22a5 NFS: Allow the NFS generic code to pass in a verifier to readdir by Trond Myklebust · 4 years, 3 months ago
- 6c981ef NFS: Cleanup to remove nfs_readdir_descriptor_t typedef by Trond Myklebust · 4 years, 3 months ago
- 6b75cf9 NFS: Reduce readdir stack usage by Trond Myklebust · 4 years, 3 months ago
- dbeaf8c NFS: nfs_do_filldir() does not return a value by Trond Myklebust · 4 years, 3 months ago
- 93b8959 NFS: More readdir cleanups by Trond Myklebust · 4 years, 3 months ago
- 1a34c8c9 NFS: Support larger readdir buffers by Trond Myklebust · 4 years, 3 months ago
- a52a8a6 NFS: Simplify struct nfs_cache_array_entry by Trond Myklebust · 4 years, 3 months ago
- ed09222 NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array() by Trond Myklebust · 4 years, 3 months ago
- e762a63 NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array() by Trond Myklebust · 4 years, 3 months ago
- 3b2a09f NFS: Don't discard readdir results by Trond Myklebust · 4 years, 3 months ago
- 1f1d4aa4 NFS: Clean up directory array handling by Trond Myklebust · 4 years, 3 months ago
- 972bcdf NFS: Clean up nfs_readdir_page_filler() by Trond Myklebust · 4 years, 3 months ago
- b1e21c9 NFS: Clean up readdir struct nfs_cache_array by Trond Myklebust · 4 years, 3 months ago
- 2e7a464 NFS: Ensure contents of struct nfs_open_dir_context are consistent by Trond Myklebust · 4 years, 3 months ago
- 05ad917 NFSv4.2: condition READDIR's mask for security label based on LSM state by Olga Kornievskaia · 4 years, 3 months ago
- 76998eb NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookupp by Trond Myklebust · 4 years, 3 months ago
- 3c5e9a5 NFSv3: Add emulation of the lookupp() operation by Trond Myklebust · 4 years, 3 months ago
- 5f447cb NFSv3: Refactor nfs3_proc_lookup() to split out the dentry by Trond Myklebust · 4 years, 3 months ago
- bd75475 NFSv4.2: Fix 5 seconds delay when doing inter server copy by Dai Ngo · 4 years, 2 months ago
- 5482e09 NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation by Chuck Lever · 4 years, 2 months ago
- 0ae4c3e SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() by Chuck Lever · 4 years, 2 months ago
- 63e2fff pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled by Trond Myklebust · 4 years, 2 months ago
- 11decaf NFS: Remove unnecessary inode lock in nfs_fsync_dir() by Trond Myklebust · 4 years, 3 months ago
- 83f2c45 NFS: Remove unnecessary inode locking in nfs_llseek_dir() by Trond Myklebust · 4 years, 3 months ago
- 6c2190b NFS: Fix listxattr receive buffer size by Chuck Lever · 4 years, 3 months ago
- 70438af NFSv4.2: fix failure to unregister shrinker by J. Bruce Fields · 4 years, 3 months ago
- 3fc2bfa nfsroot: Default mount option should ask for built-in NFS version by Helge Deller · 4 years, 3 months ago
- 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 3 months ago
- 0cfcd40 NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy by Dai Ngo · 4 years, 3 months ago
- 59f0e7e Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 3 months ago
- 8c39076 NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag by Olga Kornievskaia · 4 years, 3 months ago
- 094eca3 NFSv4: Fix up RCU annotations for struct nfs_netns_client by Trond Myklebust · 4 years, 3 months ago
- 61ca2c4 NFS: Only reference user namespace from nfs4idmap struct instead of cred by Sargun Dhillon · 4 years, 3 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 22230cd Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- a2d24bc nfs: add missing "posix" local_lock constant table definition by Scott Mayhew · 4 years, 3 months ago
- 39d43d1 NFSv4: Use the net namespace uniquifier if it is set by Trond Myklebust · 4 years, 4 months ago
- 1aee551 NFSv4: Clean up initialisation of uniquified client id strings by Trond Myklebust · 4 years, 4 months ago
- bff049a3 NFS: Decode a full READ_PLUS reply by Anna Schumaker · 4 years, 10 months ago
- c05eafa NFS: Add READ_PLUS hole segment decoding by Anna Schumaker · 6 years ago
- c567552 NFS: Add READ_PLUS data segment support by Anna Schumaker · 11 years ago
- a14a635 NFS: Use xdr_page_pos() in NFSv4 decode_getacl() by Anna Schumaker · 4 years, 9 months ago
- 247db73 NFS: fix nfs_path in case of a rename retry by Ashish Sangwan · 4 years, 4 months ago
- 5904c16 fs: nfs: return per memcg count for xattr shrinkers by Yang Shi · 4 years, 4 months ago
- b4868b4 NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE by Benjamin Coddington · 4 years, 4 months ago
- fb08334 nfs: remove incorrect fallthrough label by Nick Desaulniers · 4 years, 4 months ago
- 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
- 76bd5c0 NFSv4: make cache consistency bitmask dynamic by Olga Kornievskaia · 4 years, 4 months ago
- 9f26645 nfs: fix spellint typo in pnfs.c by Wang Qing · 4 years, 4 months ago
- 67e306c fs,nfs: lift compat nfs4 mount data handling into the nfs code by Christoph Hellwig · 4 years, 4 months ago
- a1c7dc5 nfs: simplify nfs4_parse_monolithic by Christoph Hellwig · 4 years, 4 months ago
- c754e13 pNFS/flexfiles: Be consistent about mirror index types by Trond Myklebust · 4 years, 4 months ago
- c0a1d12 pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read by Trond Myklebust · 4 years, 4 months ago
- 68274f9 NFSv4.2: xattr cache: remove unused cache struct field by Frank van der Linden · 4 years, 5 months ago
- cf65e49 nfs: Convert to use the preferred fallthrough macro by Miaohe Lin · 4 years, 5 months ago
- d8a6ad9 NFS4: Fix oops when copy_file_range is attempted with NFS4.0 source by Dave Wysochanski · 4 years, 6 months ago