summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-09-21SUNRPC: Fix svc_flush_dcache()Chuck Lever1-1/+1
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+4
2020-09-05SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-08-26xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2
2020-08-26Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-18/+18
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-08-19SUNRPC: remove duplicate includeWang Hai1-1/+0
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+10
2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds10-264/+287
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long3-6/+6
2020-08-05SUNRPC dont update timeout value on connection resetOlga Kornievskaia1-0/+9
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2020-07-28svcrdma: CM event handler clean upChuck Lever1-31/+25
2020-07-28svcrdma: Remove transport reference countingChuck Lever4-27/+2
2020-07-28svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-07-25SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2-2/+1
2020-07-17sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-7/+7
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-07-14svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever1-2/+12
2020-07-14svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever2-6/+7
2020-07-14svcrdma: Introduce Send completion IDsChuck Lever1-3/+12
2020-07-14svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever1-6/+6
2020-07-14svcrdma: Introduce Receive completion IDsChuck Lever1-3/+12
2020-07-14svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever2-14/+4
2020-07-14svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever6-34/+19
2020-07-14SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever2-15/+14
2020-07-14svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever1-1/+1
2020-07-14svcrdma: Consolidate send_error helper functionsChuck Lever1-47/+5
2020-07-14svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever1-9/+19
2020-07-14svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever1-11/+14
2020-07-14svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever1-6/+26
2020-07-14svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever2-16/+16
2020-07-14svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever1-4/+5
2020-07-14svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever1-7/+21
2020-07-14SUNRPC: Augment server-side rpcgss tracepointsChuck Lever2-38/+82
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever1-3/+5
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever1-6/+10
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2-8/+7
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever1-5/+2
2020-07-03Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2020-06-29SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy1-0/+1
2020-06-26SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever1-0/+4
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2020-06-22xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever1-6/+3
2020-06-22xprtrdma: Clean up disconnectChuck Lever2-10/+14
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever3-11/+11
2020-06-22xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever2-4/+1