aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Relocate connection helper functionsChuck Lever2016-11-293-41/+31
* xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever2016-11-291-1/+1
* xprtrdma: Shorten QP access error messageChuck Lever2016-11-291-3/+3
* xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever2016-11-291-2/+2
* xprtrdma: Update documenting commentChuck Lever2016-11-291-4/+0
* xprtrdma: Refactor FRMR invalidationChuck Lever2016-11-291-36/+21
* xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever2016-11-291-2/+4
* xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever2016-11-291-4/+13
* SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever2016-11-291-4/+6
* xprtrdma: Support for SG_GAP devicesChuck Lever2016-11-292-7/+14
* xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever2016-11-293-13/+30
* xprtrdma: Cap size of callback buffer resourcesChuck Lever2016-11-291-1/+3
* Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-183-10/+28
|\
| * sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-143-10/+28
* | Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-11-113-18/+29
|\ \ | |/ |/|
| * xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2016-11-102-16/+24
| * SUNRPC: Fix suspicious RCU usageAnna Schumaker2016-11-071-2/+5
* | svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever2016-11-011-3/+10
* | sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-282-0/+2
* | sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-263-45/+71
* | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-1321-478/+794
|\|
| * sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson2016-09-301-1/+1
| * sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson2016-09-301-0/+7
| * sunrpc: add auth_unix hash_cred() functionFrank Sorenson2016-09-301-0/+9
| * sunrpc: add generic_auth hash_cred() functionFrank Sorenson2016-09-301-0/+9
| * sunrpc: queue work on system_power_efficient_wqKe Wang2016-09-271-2/+3
| * xprtrdma: use complete() instead complete_all()Daniel Wagner2016-09-231-1/+1
| * SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust2016-09-221-2/+2
| * SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust2016-09-221-2/+5
| * sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
| * xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever2016-09-193-12/+5
| * xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever2016-09-191-3/+3
| * xprtrmda: Report address of frmr, not mwChuck Lever2016-09-191-2/+6
| * xprtrdma: Support larger inline thresholdsChuck Lever2016-09-191-2/+2
| * xprtrdma: Use gathered Send for large inline messagesChuck Lever2016-09-195-185/+207
| * xprtrdma: Basic support for Remote InvalidationChuck Lever2016-09-196-7/+44
| * xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever2016-09-195-15/+49
| * xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2016-09-192-7/+7
| * xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever2016-09-194-24/+24
| * xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever2016-09-194-11/+5
| * xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever2016-09-194-31/+23
| * xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever2016-09-194-26/+78
| * xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever2016-09-194-35/+36
| * xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever2016-09-193-5/+7
| * xprtrdma: Initialize separate RPC call and reply buffersChuck Lever2016-09-193-59/+99
| * SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-194-12/+10
| * SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-193-1/+3
| * SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-196-29/+18
| * SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-195-35/+61
| * SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-193-36/+8