summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * SUNRPC mark the first transportOlga Kornievskaia2021-07-081-0/+1
| * | Merge branch 'sysfs-devel'Trond Myklebust2021-07-089-2/+635
| |\|
| | * sunrpc: provide showing transport's state info in the sysfs directoryOlga Kornievskaia2021-07-081-0/+47
| | * sunrpc: provide multipath info in the sysfs directoryOlga Kornievskaia2021-07-081-0/+35
| | * sunrpc: provide transport info in the sysfs directoryOlga Kornievskaia2021-07-081-0/+25
| | * sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia2021-07-083-3/+108
| | * sunrpc: add add sysfs directory per xprt under each xprt_switchOlga Kornievskaia2021-07-083-0/+79
| | * sunrpc: add a symlink from rpc-client directory to the xprt_switchOlga Kornievskaia2021-07-083-4/+26
| | * sunrpc: add xprt_switch direcotry to sunrpc's sysfsOlga Kornievskaia2021-07-083-7/+106
| | * 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