summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+4
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-513/+13
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+121
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+69
2020-10-07SUNRPC: Split out _shift_data_right_tail()Anna Schumaker1-27/+41
2020-10-07SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Anna Schumaker1-7/+14
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker1-0/+13
2020-10-07SUNRPC: Split out a function for setting current pageAnna Schumaker1-4/+9
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-25sunrpc: simplify do_cache_cleanJ. Bruce Fields1-7/+8
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsXu Wang1-2/+2
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+45
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap3-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+4
2020-09-21xprtrdma: drop double zeroingJulia Lawall1-1/+1
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2-2/+2
2020-09-21SUNRPC: Remove remaining dprintks from sched.cChuck Lever1-10/+0
2020-09-21SUNRPC: Remove dprintk call sites in RPC queuing functionsChuck Lever1-21/+1
2020-09-21SUNRPC: Clean up RPC scheduler tracepointsChuck Lever1-12/+3
2020-09-21SUNRPC: Replace rpcbind dprintk call sites with tracepointsChuck Lever1-20/+4
2020-09-21SUNRPC: Remove more dprintks in rpcb_clnt.cChuck Lever1-22/+3
2020-09-21SUNRPC: Remove dprintk call sites in rpcbind XDR functionsChuck Lever1-27/+1
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever2-18/+14