summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-03-165-54/+55
|\
| * svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever2021-03-111-43/+39
| * rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields2021-03-061-4/+7
| * sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-061-2/+4
| * NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-061-2/+2
| * svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler2021-03-061-3/+3
* | SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington2021-03-081-1/+4
|/
* Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-267-77/+43
|\
| * xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever2021-02-051-18/+9
| * xprtrdma: Pad optimization, revisitedChuck Lever2021-02-051-4/+1
| * rpcrdma: Fix comments about reverse-direction operationChuck Lever2021-02-054-12/+8
| * xprtrdma: Refactor invocations of offset_in_page()Chuck Lever2021-02-053-8/+6
| * xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever2021-02-053-13/+10
| * xprtrdma: Remove FMR support in rpcrdma_convert_iovs()Chuck Lever2021-02-051-20/+7
| * SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-012-0/+2
| * net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury2021-02-011-5/+5
| * SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay2021-02-011-4/+2
* | Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-222-21/+20
|\ \
| * | SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever2021-02-161-8/+7
| * | SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust2021-02-161-9/+3
| * | SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust2021-02-161-1/+7
| * | svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever2021-02-151-3/+3
* | | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-02-215-121/+175
|\ \ \ | |/ / |/| |
| * | SUNRPC: Correct a commentChuck Lever2021-01-251-1/+1
| * | svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever2021-01-251-3/+3
| * | svcrdma: Reduce Receive doorbell rateChuck Lever2021-01-251-39/+43
| * | svcrdma: Deprecate stat variables that are no longer usedChuck Lever2021-01-251-57/+27
| * | svcrdma: Restore read and write statsChuck Lever2021-01-252-8/+20
| * | svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever2021-01-253-5/+11
| * | svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2021-01-252-6/+52
| * | svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever2021-01-251-7/+23
* | | SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-011-3/+4
| |/ |/|
* | SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-01-251-3/+6
* | SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-01-253-58/+45
|/
* Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-01-191-2/+2
|\
| * SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever2021-01-131-2/+2
* | Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-121-1/+1
|\ \ | |/ |/|
| * net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-101-1/+1
* | Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2021-01-111-1/+85
|\ \ | |/ |/|
| * SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever2020-12-181-1/+85
* | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-1713-453/+769
|\ \ | |/ |/|
| * Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2020-12-156-75/+90
| |\
| | * xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever2020-11-112-6/+7
| | * xprtrdma: Move rpcrdma_mr_put()Chuck Lever2020-11-113-33/+28
| | * xprtrdma: Trace unmap_sync callsChuck Lever2020-11-111-3/+4
| | * xprtrdma: Display the task ID when reporting MR eventsChuck Lever2020-11-112-2/+0
| | * xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever2020-11-111-1/+1
| | * xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-111-3/+3
| | * xprtrdma: Clean up tracepoints in the reply pathChuck Lever2020-11-111-4/+2
| | * xprtrdma: Clean up reply parsing error tracepointsChuck Lever2020-11-111-5/+5