summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-716/+503
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust-6/+13
2020-03-28Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust-625/+413
2020-03-27svcrdma: Fix leak of transport addressesChuck Lever-0/+1
2020-03-27SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET-5/+14
2020-03-27xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprtChuck Lever-130/+141
2020-03-27xprtrdma: Extract sockaddr from struct rdma_cm_idChuck Lever-21/+14
2020-03-27xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever-255/+240
2020-03-27xprtrdma: Disconnect on flushed completionChuck Lever-17/+45
2020-03-27xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever-67/+13
2020-03-27xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever-142/+20
2020-03-27xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever-16/+10
2020-03-27xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever-20/+20
2020-03-27xprtrdma: Clean up the post_send pathChuck Lever-18/+18
2020-03-27xprtrdma: Refactor frwr_init_mr()Chuck Lever-8/+8
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever-103/+56
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever-1/+1
2020-03-26SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia-1/+2
2020-03-16sunrpc: Add tracing for cache eventsTrond Myklebust-9/+27
2020-03-16SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust-17/+19
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust-27/+50
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever-175/+71
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever-129/+177
2020-03-16svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever-1/+12
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever-41/+28
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever-121/+207
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever-31/+5
2020-03-16svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever-6/+7
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever-6/+4
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever-34/+50
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever-7/+7
2020-03-16svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever-35/+12
2020-03-16svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever-83/+123
2020-03-16svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever-7/+0
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever-2/+5
2020-03-16SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever-28/+15
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever-10/+6
2020-03-16svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever-8/+1
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever-13/+83
2020-03-16svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-03-16sunrpc: Pass lockdep expression to RCU listsAmol Grover-1/+2
2020-03-16SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever-6/+8
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Chuck Lever-55/+0
2020-03-16sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever-19/+58
2020-03-16SUNRPC: remove redundant assignments to variable statusColin Ian King-1/+1
2020-03-16SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust-0/+3
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust-3/+5
2020-02-13xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever-6/+7
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-22/+30
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-261/+199