summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-149/+201
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-945/+869
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld-1/+2
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever-3/+3
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever-8/+8
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever-8/+10
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever-36/+8
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever-20/+17
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever-10/+13
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever-31/+84
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever-6/+5
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever-27/+26
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever-5/+28
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever-0/+1
2017-07-13SUNRPC: Make slot allocation more reliableTrond Myklebust-3/+5
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig-2/+2
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig-1/+1
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig-6/+7
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig-4/+2
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig-3/+6
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig-4/+4
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig-13/+14
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig-8/+16
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig-3/+4
2017-07-13sunrpc: fix decoder callback prototypesChristoph Hellwig-12/+15
2017-07-13sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig-1/+2
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig-7/+8
2017-07-13sunrpc: fix encoder callback prototypesChristoph Hellwig-11/+13
2017-07-13sunrpc: properly type argument to kxdreproc_tChristoph Hellwig-1/+2
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King-1/+1
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever-10/+8
2017-07-12svcrdma: use offset_in_page() macroChuck Lever-2/+3
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever-35/+4
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever-14/+5
2017-07-12svcrdma: Remove frmr cacheChuck Lever-86/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever-84/+9
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever-11/+5
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever-454/+106
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever-1/+424
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever-4/+6
2017-07-04net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tReshetova, Elena-11/+11
2017-07-04net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena-3/+3
2017-06-28svcrdma: Don't account for Receive queue "starvation"Chuck Lever-15/+6
2017-06-28svcrdma: Improve Reply chunk sanity checkingChuck Lever-6/+11
2017-06-28svcrdma: Improve Write chunk sanity checkingChuck Lever-5/+47
2017-06-28svcrdma: Improve Read chunk sanity checkingChuck Lever-18/+37
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever-170/+128
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever-1/+6
2017-06-28svcrdma: Squelch disconnection messagesChuck Lever-3/+10