summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
| * | SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
| * | SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-161-55/+0
| * | sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-03-161-19/+58
| * | SUNRPC: remove redundant assignments to variable statusColin Ian King2020-03-161-1/+1
| * | SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust2020-03-161-0/+3
| * | SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-162-3/+5
| |/
* | svcrdma: Fix leak of transport addressesChuck Lever2020-03-271-0/+1
* | SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-03-271-5/+14
* | sunrpc: Add tracing for cache eventsTrond Myklebust2020-03-161-9/+27
* | SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-03-161-17/+19
* | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-163-27/+50
* | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-164-175/+71
* | SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-164-129/+177
* | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-1/+12
* | svcrdma: Fix double sync of transport header bufferChuck Lever2020-03-163-41/+28
* | svcrdma: Refactor chunk list encodersChuck Lever2020-03-163-121/+207
* | SUNRPC: Add encoders for list item discriminatorsChuck Lever2020-03-161-31/+5
* | svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever2020-03-161-6/+7
* | svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever2020-03-161-6/+4
* | svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2020-03-162-34/+50
* | svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2020-03-162-7/+7
* | svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2020-03-162-35/+12
* | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-161-83/+123
* | svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever2020-03-161-7/+0
* | svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-163-2/+5
* | SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever2020-03-161-28/+15
* | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-163-10/+6
* | svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever2020-03-161-8/+1
* | nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-166-13/+83
* | svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
* | sunrpc: Pass lockdep expression to RCU listsAmol Grover2020-03-161-1/+2
|/
* xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever2020-02-131-6/+7
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-072-22/+30
|\
| * sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-071-0/+4
| * sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust2020-01-221-24/+26
| * sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-01-221-0/+2
* | Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-0713-261/+199
|\ \
| * | SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust2020-02-031-1/+1
| * | SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-153-79/+0
| * | xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever2020-01-151-20/+11
| * | xprtrdma: Destroy reps from previous connection instanceChuck Lever2020-01-151-1/+3
| * | xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever2020-01-151-1/+8
| * | xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever2020-01-154-37/+84
| * | xprtrdma: Refactor frwr_is_supportedChuck Lever2020-01-153-47/+25
| * | xprtrdma: Eliminate per-transport "max pages"Chuck Lever2020-01-155-40/+23
| * | xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever2020-01-154-11/+11
| * | xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever2020-01-151-7/+15
| * | xprtrdma: Eliminate ri_max_send_sgesChuck Lever2020-01-154-16/+14
| * | SUNRPC: constify copied structureJulia Lawall2020-01-151-1/+1