aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust4-16/+55
2020-12-02SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust1-30/+35
2020-12-02SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever2-6/+10
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+45
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+5
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2-25/+5
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever1-3/+1
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever1-14/+222
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2-68/+108
2020-11-30svcrdma: Rename info::ri_chunklenChuck Lever1-16/+15
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever2-17/+12
2020-11-30svcrdma: Remove chunk list pointersChuck Lever1-7/+1
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever1-27/+9
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever1-76/+98
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever3-80/+127
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever1-61/+44
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever3-34/+36
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever1-15/+14
2020-11-30svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever1-37/+30
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever3-82/+422
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever2-12/+14
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2-36/+76
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever1-17/+7
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever4-14/+15
2020-11-30svcrdma: Refactor the RDMA Write pathChuck Lever1-21/+35
2020-11-30svcrdma: Const-ify the xdr_buf argumentsChuck Lever1-2/+2
2020-11-30SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever1-3/+2
2020-11-30svcrdma: Catch another Reply chunk overflow caseChuck Lever1-0/+2
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+2
2020-11-11xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever2-6/+7
2020-11-11xprtrdma: Move rpcrdma_mr_put()Chuck Lever3-33/+28
2020-11-11xprtrdma: Trace unmap_sync callsChuck Lever1-3/+4
2020-11-11xprtrdma: Display the task ID when reporting MR eventsChuck Lever2-2/+0
2020-11-11xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever1-1/+1
2020-11-11xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever1-3/+3
2020-11-11xprtrdma: Clean up tracepoints in the reply pathChuck Lever1-4/+2
2020-11-11xprtrdma: Clean up reply parsing error tracepointsChuck Lever1-5/+5
2020-11-11xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever1-2/+2
2020-11-11xprtrdma: Introduce FRWR completion IDsChuck Lever2-7/+23
2020-11-11xprtrdma: Introduce Send completion IDsChuck Lever2-1/+5
2020-11-11xprtrdma: Introduce Receive completion IDsChuck Lever2-1/+10
2020-11-11xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever1-10/+3
2020-11-08net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter1-3/+4
2020-11-06net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter1-1/+1
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-25/+85
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-283/+323
2020-10-20SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-20sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas1-1/+1
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-16net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov1-1/+7