summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-03-27xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever3-103/+56
2020-03-27xprtrdma: Enhance MR-related trace pointsChuck Lever1-1/+1
2020-03-26SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia1-1/+2
2020-03-16sunrpc: Add tracing for cache eventsTrond Myklebust1-9/+27
2020-03-16SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust1-17/+19
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust3-27/+50
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever4-175/+71
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever4-129/+177
2020-03-16svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever1-1/+12
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever3-41/+28
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever3-121/+207
2020-03-16SUNRPC: Add encoders for list item discriminatorsChuck Lever1-31/+5
2020-03-16svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever1-6/+7
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever1-6/+4
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2-34/+50
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2-7/+7
2020-03-16svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2-35/+12
2020-03-16svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever1-83/+123
2020-03-16svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever1-7/+0
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever3-2/+5
2020-03-16SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever1-28/+15
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever3-10/+6
2020-03-16svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever1-8/+1
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever6-13/+83
2020-03-16svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-16sunrpc: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-03-16SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever1-6/+8
2020-03-16SUNRPC: Remove xdr_buf_read_mic()Chuck Lever1-55/+0
2020-03-16sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever1-19/+58
2020-03-16SUNRPC: remove redundant assignments to variable statusColin Ian King1-1/+1
2020-03-16SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust1-0/+3
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2-3/+5
2020-02-13xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever1-6/+7
2020-02-08Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-22/+30
2020-02-08Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds13-261/+199
2020-02-07sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-39/+37
2020-02-04SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust1-1/+1
2020-01-30Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds8-35/+41
2020-01-23sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust1-24/+26
2020-01-23sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust1-0/+2
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust3-79/+0
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever1-20/+11
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever1-1/+3
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever1-1/+8
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever4-37/+84
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever3-47/+25
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever5-40/+23
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever4-11/+11
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever1-7/+15