summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2016-05-17xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever1-5/+2
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever2-7/+7
2016-05-17xprtrdma: Refactor the FRWR recovery workerChuck Lever1-9/+16
2016-05-17xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever1-38/+60
2016-05-17xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2-3/+4
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2-20/+20
2016-05-17xprtrdma: Use core ib_drain_qp() APIChuck Lever1-35/+6
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever1-151/+0
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2-60/+272
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever1-14/+4
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever1-4/+5
2016-05-17xprtrdma: Prevent inline overflowChuck Lever5-11/+90
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever5-26/+23
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever1-0/+6
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever5-0/+41
2016-05-09sunrpc: add rpc_lookup_generic_credWeston Andros Adamson1-0/+7
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton4-11/+11
2016-05-09SUNRPC: init xdr_stream for zero iov_len, page_lenBenjamin Coddington1-0/+2
2016-04-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-3/+8
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov7-38/+38
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu2-3/+8
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-439/+359
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds14-346/+1020
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-207/+290
2016-03-16Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-247/+253
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever3-125/+91
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever3-36/+36
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever2-58/+21
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever3-9/+28
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever1-8/+43
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever1-1/+5
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever1-10/+32
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever1-4/+2
2016-03-14xprtrdma: Clean up physical_op_map()Chuck Lever1-1/+0
2016-03-02svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever4-175/+114
2016-03-02svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever1-90/+39
2016-03-02svcrdma: Remove close_out exit pathChuck Lever1-11/+1
2016-03-02svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2-13/+46
2016-03-02svcrdma: Use correct XID in error repliesChuck Lever2-7/+3
2016-03-02svcrdma: Make RDMA_ERROR messages workChuck Lever4-65/+72
2016-03-02svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever4-24/+19
2016-03-02svcrdma: Close connection when a send error occursChuck Lever1-2/+6
2016-03-02nfsd: Lower NFSv4.1 callback message size limitChuck Lever2-6/+4
2016-03-02svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2-6/+18
2016-03-02svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever1-3/+8
2016-03-02svcrdma: Find client-provided write and reply chunks once per replyChuck Lever1-44/+36
2016-02-26Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1