summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust2020-12-141-19/+17
* NFSv4.2: Handle hole lengths that exceed the READ_PLUS read bufferTrond Myklebust2020-12-141-0/+6
* NFSv4.2: decode_read_plus_hole() needs to check the extent offsetTrond Myklebust2020-12-141-3/+21
* NFSv4.2: decode_read_plus_data() must skip padding after data segmentTrond Myklebust2020-12-141-1/+3
* NFSv4.2: Ensure we always reset the result->count in decode_read_plus()Trond Myklebust2020-12-141-0/+1
* SUNRPC: When expanding the buffer, we may need grow the sparse pagesTrond Myklebust2020-12-141-2/+33
* SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust2020-12-142-40/+35
* SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust2020-12-141-13/+16
* SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust2020-12-141-4/+2
* SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust2020-12-141-77/+87
* SUNRPC: Fix xdr_expand_hole()Trond Myklebust2020-12-142-96/+180
* SUNRPC: Fixes for xdr_align_data()Trond Myklebust2020-12-142-43/+133
* SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust2020-12-141-0/+12
* NFSv4.1: use BITS_PER_LONG macro in nfs4session.hGeliang Tang2020-12-141-1/+1
* xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-141-9/+31
* NFSv4.2: improve page handling for GETXATTRFrank van der Linden2020-12-142-16/+44
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-141-1/+2
* NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()Trond Myklebust2020-12-101-5/+7
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-021-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-021-9/+11
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-021-2/+2
* NFSv4: Refactor to use user namespaces for nfs4idmapSargun Dhillon2020-12-021-1/+1
* NFS: NFSv2/NFSv3: Use cred from fs_context during mountSargun Dhillon2020-12-021-2/+2
* NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust2020-12-023-3/+37
* NFSv4: Fix open coded xdr_stream_remaining()Trond Myklebust2020-12-021-3/+3
* SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust2020-12-021-2/+2
* SUNRPC: Fix up xdr_set_page()Trond Myklebust2020-12-021-9/+12
* SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-025-46/+46
* SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust2020-12-021-26/+15
* SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust2020-12-021-17/+19
* SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust2020-12-021-1/+1
* NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust2020-12-021-3/+7
* pNFS: Clean up open coded xdr string decodingTrond Myklebust2020-12-021-36/+7
* SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust2020-12-021-3/+1
* pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transportsTrond Myklebust2020-12-021-7/+2
* NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addrTrond Myklebust2020-12-022-15/+21
* pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addrTrond Myklebust2020-12-021-5/+16
* NFSv4/pNFS: Use connections to a DS that are all of the same protocol familyTrond Myklebust2020-12-021-1/+6
* SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust2020-12-022-16/+0
* NFS: Switch mount code to use xprt_find_transport_ident()Trond Myklebust2020-12-021-9/+12
* SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust2020-12-022-4/+22
* SUNRPC: Close a race with transport setup and module putTrond Myklebust2020-12-021-11/+33
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-025-16/+56
* NFS: Do uncached readdir when we're seeking a cookie in an empty page cacheTrond Myklebust2020-12-021-0/+17
* NFS: Reduce number of RPC calls when doing uncached readdirTrond Myklebust2020-12-021-36/+69
* NFS: Optimisations for monotonically increasing readdir cookiesTrond Myklebust2020-12-021-1/+22
* NFS: Improve handling of directory verifiersTrond Myklebust2020-12-023-20/+30
* NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsTrond Myklebust2020-12-022-8/+18
* NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust2020-12-025-53/+76
* NFS: Cleanup to remove nfs_readdir_descriptor_t typedefTrond Myklebust2020-12-021-17/+13