summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix another issue with MIC buffer spaceChuck Lever2019-12-171-6/+5
* SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-12-131-1/+1
* SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-11-122-1/+6
* SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust2019-11-121-0/+2
* SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust2019-11-121-2/+3
* SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-11-061-9/+8
* SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust2019-10-111-1/+13
* SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2019-10-112-4/+7
* xprtrdma: Send Queue size grows after a reconnectChuck Lever2019-10-111-12/+14
* xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever2019-10-111-1/+3
* SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington2019-10-051-9/+18
* SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-10-052-26/+34
* SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-08-261-1/+1
* Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-7/+0
* SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust2019-08-261-3/+7
* SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust2019-08-261-11/+24
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+26
|\
| * vfs: Convert rpc_pipefs to use the new mount APIDavid Howells2019-05-251-8/+26
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-191-2/+1
|\ \
| * | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-2/+1
* | | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-1818-508/+845
|\ \ \ | |/ / |/| |
| * | SUNRPC: Optimise transport balancing codeTrond Myklebust2019-07-181-29/+38
| * | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-183-2/+4
| * | SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-187-19/+46
| * | SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust2019-07-181-1/+3
| * | SUNRPC: Skip zero-refcount transportsTrond Myklebust2019-07-161-1/+19
| * | SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust2019-07-161-3/+2
| * | SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-122-23/+22
| * | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-128-332/+441
| |\ \
| | * | xprtrdma: Modernize ops->connectChuck Lever2019-07-095-36/+87
| | * | xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-093-7/+8
| | * | xprtrdma: Refactor chunk encodingChuck Lever2019-07-091-20/+16
| | * | xprtrdma: Streamline rpcrdma_post_recvsChuck Lever2019-07-091-21/+38
| | * | xprtrdma: Simplify rpcrdma_rep_createChuck Lever2019-07-091-14/+8
| | * | xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever2019-07-094-50/+36
| | * | xprtrdma: Reduce context switching due to Local InvalidationChuck Lever2019-07-094-53/+136
| | * | xprtrdma: Add mechanism to place MRs back on the free listChuck Lever2019-07-093-0/+22
| | * | xprtrdma: Remove fr_stateChuck Lever2019-07-093-123/+94
| | * | xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever2019-07-093-5/+1
| | * | xprtrdma: Fix occasional transport deadlockChuck Lever2019-07-094-29/+20
| | * | xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever2019-07-091-3/+3
| | * | xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever2019-07-021-1/+2
| * | | SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski2019-07-061-1/+1
| * | | SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPESAnna Schumaker2019-07-061-1/+1
| * | | Merge branch 'multipath_tcp'Trond Myklebust2019-07-064-32/+135
| |\ \ \
| | * | | SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust2019-07-061-1/+1
| | * | | SUNRPC: add links for all client xprts to debugfsNeilBrown2019-07-061-17/+29
| | * | | SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown2019-07-061-6/+9
| | * | | NFS: send state management on a single connection.NeilBrown2019-07-061-1/+23
| | * | | SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-062-3/+17