summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia2021-07-082-0/+11
| | * sunrpc: add IDs to multipathOlga Kornievskaia2021-07-082-0/+27
| | * sunrpc: add xprt idOlga Kornievskaia2021-07-082-0/+27
| | * sunrpc: Create per-rpc_clnt sysfs kobjectsOlga Kornievskaia2021-07-083-0/+74
| | * sunrpc: Create a client/ subdirectory in the sunrpc sysfsOlga Kornievskaia2021-07-081-0/+43
| | * sunrpc: Create a sunrpc directory under /sys/kernel/Olga Kornievskaia2021-07-084-1/+40
| * | SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-06-281-0/+9
| * | SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-06-281-1/+2
| * | SUNRPC: prevent port reuse on transports which don't request it.NeilBrown2021-06-211-1/+2
| * | rpc: remove redundant initialization of variable statusColin Ian King2021-06-211-1/+1
| * | sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base()Anna Schumaker2021-06-131-4/+3
| |/
* | Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-07-072-4/+4
|\ \
| * | rpc: remove redundant initialization of variable statusColin Ian King2021-07-061-1/+1
| * | xprtrdma: Fix spelling mistakesZheng Yongjun2021-07-061-3/+3
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland2021-05-261-1/+1
| |/
* | xprtrdma: Revert 586a0787ce35Chuck Lever2021-05-271-9/+18
* | SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-264-39/+50
* | SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust2021-05-201-0/+2
* | SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-05-202-28/+47
|/
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-0710-227/+237
|\
| * xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever2021-05-011-0/+1
| * sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-011-6/+5
| * xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-262-9/+6
| * xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever2021-04-262-23/+13
| * xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever2021-04-262-6/+5
| * xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever2021-04-262-21/+16
| * xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever2021-04-262-17/+16
| * xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-18/+0
| * xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever2021-04-261-0/+2
| * xprtrdma: Avoid Send Queue wrappingChuck Lever2021-04-262-17/+16
| * xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever2021-04-263-9/+41
| * xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever2021-04-261-52/+17
| * xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever2021-04-261-3/+5
| * xprtrdma: Rename frwr_release_mr()Chuck Lever2021-04-263-6/+6
| * xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-04-261-1/+0
| * xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-264-20/+14
| * xprtrdma: Fix cwnd update orderingChuck Lever2021-04-263-7/+8
| * xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever2021-04-261-4/+5
| * xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever2021-04-261-1/+5
| * xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever2021-04-261-7/+24
| * xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever2021-04-261-1/+3
| * xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2021-04-262-0/+14
| * xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-04-261-0/+1
| * SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-04-141-2/+2
| * SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-2/+0
| * SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-1/+3
| * SUNRPC: Move fault injection call sitesChuck Lever2021-04-143-5/+8
| * SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
| * sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan2021-04-051-2/+5