aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 8-149/+201
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 15-945/+869
2017-07-13sunrpc: use constant time memory comparison for macGravatar Jason A. Donenfeld 1-1/+2
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cGravatar Chuck Lever 1-3/+3
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Gravatar Chuck Lever 1-8/+8
2017-07-13xprtrdma: FMR does not need list_del_init()Gravatar Chuck Lever 1-8/+10
2017-07-13xprtrdma: Demote "connect" log messagesGravatar Chuck Lever 1-36/+8
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsGravatar Chuck Lever 2-20/+17
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryGravatar Chuck Lever 1-10/+13
2017-07-13xprtrdma: Fix client lock-up after application signal firesGravatar Chuck Lever 4-31/+84
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeGravatar Chuck Lever 2-6/+5
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncGravatar Chuck Lever 4-27/+26
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsGravatar Chuck Lever 4-5/+28
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredGravatar Chuck Lever 1-0/+1
2017-07-13SUNRPC: Make slot allocation more reliableGravatar Trond Myklebust 1-3/+5
2017-07-13sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-2/+2
2017-07-13sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 2-6/+7
2017-07-13sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-4/+2
2017-07-13sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-3/+6
2017-07-13sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-4/+4
2017-07-13sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 4-13/+14
2017-07-13sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 4-8/+16
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesGravatar Christoph Hellwig 3-3/+4
2017-07-13sunrpc: fix decoder callback prototypesGravatar Christoph Hellwig 1-12/+15
2017-07-13sunrpc: properly type argument to kxdrdproc_tGravatar Christoph Hellwig 1-1/+2
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesGravatar Christoph Hellwig 3-7/+8
2017-07-13sunrpc: fix encoder callback prototypesGravatar Christoph Hellwig 1-11/+13
2017-07-13sunrpc: properly type argument to kxdreproc_tGravatar Christoph Hellwig 1-1/+2
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALGravatar Colin Ian King 1-1/+1
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldGravatar Chuck Lever 1-10/+8
2017-07-12svcrdma: use offset_in_page() macroGravatar Chuck Lever 1-2/+3
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIGravatar Chuck Lever 1-35/+4
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaGravatar Chuck Lever 1-14/+5
2017-07-12svcrdma: Remove frmr cacheGravatar Chuck Lever 1-86/+0
2017-07-12svcrdma: Remove unused Read completion handlersGravatar Chuck Lever 1-84/+9
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsGravatar Chuck Lever 2-11/+5
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathGravatar Chuck Lever 2-454/+106
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cGravatar Chuck Lever 1-1/+424
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstGravatar Chuck Lever 1-4/+6
2017-07-04net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tGravatar Reshetova, Elena 1-11/+11
2017-07-04net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-06-28svcrdma: Don't account for Receive queue "starvation"Gravatar Chuck Lever 1-15/+6
2017-06-28svcrdma: Improve Reply chunk sanity checkingGravatar Chuck Lever 1-6/+11
2017-06-28svcrdma: Improve Write chunk sanity checkingGravatar Chuck Lever 1-5/+47
2017-06-28svcrdma: Improve Read chunk sanity checkingGravatar Chuck Lever 1-18/+37
2017-06-28svcrdma: Remove svc_rdma_marshal.cGravatar Chuck Lever 3-170/+128
2017-06-28svcrdma: Avoid Send Queue overflowGravatar Chuck Lever 2-1/+6
2017-06-28svcrdma: Squelch disconnection messagesGravatar Chuck Lever 1-3/+10