summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Clean upTrond Myklebust2019-03-091-33/+14
* SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-071-18/+24
* SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-071-28/+33
* SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-071-4/+17
* SUNRPC: Allow dynamic allocation of back channel slotsTrond Myklebust2019-03-021-16/+25
* NFSv4.1: Bump the default callback session slot count to 16Trond Myklebust2019-03-021-1/+1
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-023-8/+5
* NFS/flexfiles: Clean up mirror DS initialisationTrond Myklebust2019-03-021-35/+31
* NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Trond Myklebust2019-03-021-15/+0
* NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust2019-03-023-26/+10
* NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust2019-03-022-5/+5
* NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust2019-03-023-8/+9
* NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust2019-03-023-10/+6
* NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust2019-03-023-16/+5
* NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust2019-03-023-12/+73
* NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust2019-03-022-21/+3
* NFS/flexfiles: Remove bogus checks for invalid deviceidsTrond Myklebust2019-03-021-20/+0
* NFS/flexfiles: Avoid unnecessary layout invalidationsTrond Myklebust2019-03-021-3/+3
* NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust2019-03-023-22/+28
* NFSv4: Handle early exit in layoutget by returning an errorTrond Myklebust2019-03-021-2/+4
* NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust2019-03-023-6/+57
* NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust2019-03-018-1/+306
* NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-013-0/+25
* NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()Trond Myklebust2019-03-011-0/+3
* NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust2019-03-011-2/+2
* NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2019-03-011-13/+19
* NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker2019-03-011-0/+10
* NFSv4.1: Don't process the sequence op more than once.Trond Myklebust2019-03-011-1/+1
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-011-4/+8
* SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-262-2/+20
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2547-1581/+2078
|\
| * SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-141-3/+4
| * SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-145-11/+20
| * SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-144-3/+7
| * NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-145-16/+23
| * SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-147-73/+102
| * SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-148-136/+9
| * SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-144-46/+6
| * SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-147-92/+530
| * SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-147-201/+243
| * SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-133-128/+154
| * SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-138-181/+266
| * SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-133-1/+59
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-137-58/+65
| * SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2019-02-132-37/+1
| * NFS: Add trace events to report non-zero NFS status codesChuck Lever2019-02-136-4/+133
| * NFS: Remove print_overflow_msg()Chuck Lever2019-02-138-600/+219
| * SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever2019-02-132-6/+86
| * SUNRPC: Add XDR overflow trace eventChuck Lever2019-02-132-7/+84
| * SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-138-15/+26