aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 7-25/+85
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 10-283/+323
2020-10-20SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Gravatar Martijn de Gouw 1-10/+17
2020-10-20sunrpc: raise kernel RPC channel buffer sizeGravatar Roberto Bergantinos Corpas 1-1/+1
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesGravatar Dan Aloni 1-1/+2
2020-10-16net/sunrpc: Fix return value for sysctl sunrpc.transportsGravatar Artur Molchanov 1-1/+7
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-2/+4
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 7-513/+13
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-10-07SUNRPC: Add an xdr_align_data() functionGravatar Anna Schumaker 1-0/+121
2020-10-07SUNRPC: Add the ability to expand holes in data pagesGravatar Anna Schumaker 1-0/+69
2020-10-07SUNRPC: Split out _shift_data_right_tail()Gravatar Anna Schumaker 1-27/+41
2020-10-07SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Gravatar Anna Schumaker 1-7/+14
2020-10-07SUNRPC: Implement a xdr_page_pos() functionGravatar Anna Schumaker 1-0/+13
2020-10-07SUNRPC: Split out a function for setting current pageGravatar Anna Schumaker 1-4/+9
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-09-25sunrpc: simplify do_cache_cleanGravatar J. Bruce Fields 1-7/+8
2020-09-25sunrpc: cache : Replace seq_printf with seq_putsGravatar Xu Wang 1-2/+2
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Gravatar Anna Schumaker 1-0/+45
2020-09-25net: sunrpc: delete repeated wordsGravatar Randy Dunlap 3-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-2/+4
2020-09-21xprtrdma: drop double zeroingGravatar Julia Lawall 1-1/+1
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsGravatar Alexander A. Klimov 2-2/+2
2020-09-21SUNRPC: Remove remaining dprintks from sched.cGravatar Chuck Lever 1-10/+0
2020-09-21SUNRPC: Remove dprintk call sites in RPC queuing functionsGravatar Chuck Lever 1-21/+1
2020-09-21SUNRPC: Clean up RPC scheduler tracepointsGravatar Chuck Lever 1-12/+3
2020-09-21SUNRPC: Replace rpcbind dprintk call sites with tracepointsGravatar Chuck Lever 1-20/+4
2020-09-21SUNRPC: Remove more dprintks in rpcb_clnt.cGravatar Chuck Lever 1-22/+3
2020-09-21SUNRPC: Remove dprintk call sites in rpcbind XDR functionsGravatar Chuck Lever 1-27/+1
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeGravatar Chuck Lever 2-18/+14
2020-09-21SUNRPC: Remove rpcb_getport_async dprintk call sitesGravatar Chuck Lever 1-20/+3
2020-09-21SUNRPC: Clean up call_bind_status() observabilityGravatar Chuck Lever 1-14/+6
2020-09-21SUNRPC: Remove dprintk call site in call_decodeGravatar Chuck Lever 1-2/+0
2020-09-21SUNRPC: Trace call_refresh eventsGravatar Chuck Lever 1-6/+3
2020-09-21SUNRPC: Add trace_rpc_timeout_status()Gravatar Chuck Lever 1-1/+1
2020-09-21SUNRPC: Mitigate cond_resched() in xprt_transmit()Gravatar Chuck Lever 1-2/+4
2020-09-21SUNRPC: Replace connect dprintk call sites with a tracepointGravatar Chuck Lever 2-6/+1
2020-09-21SUNRPC: Remove dprintk call site in call_start()Gravatar Chuck Lever 1-4/+0
2020-09-21SUNRPC: Remove the dprint_status() macroGravatar Chuck Lever 1-30/+1
2020-09-21SUNRPC: Replace dprintk() call site in xs_nospace()Gravatar Chuck Lever 1-4/+1
2020-09-21SUNRPC: Replace dprintk() call site in xprt_prepare_transmitGravatar Chuck Lever 1-2/+2
2020-09-21SUNRPC: Update debugging instrumentation in xprt_do_reserve()Gravatar Chuck Lever 1-6/+2
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseGravatar Chuck Lever 3-6/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeGravatar Chuck Lever 3-6/+1
2020-09-21SUNRPC: Remove trace_xprt_complete_rqst()Gravatar Chuck Lever 1-2/+0
2020-09-21SUNRPC dont update timeout value on connection resetGravatar Olga Kornievskaia 1-1/+2
2020-09-21SUNRPC: Fix svc_flush_dcache()Gravatar Chuck Lever 1-1/+1
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVGravatar Ard Biesheuvel 7-513/+13
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-2/+4
2020-09-05SUNRPC: stop printk reading past end of stringGravatar J. Bruce Fields 1-2/+2