aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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/crypto-2.6Linus 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-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever4-175/+114
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever1-90/+39
2016-03-01svcrdma: Remove close_out exit pathChuck Lever1-11/+1
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2-13/+46
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever2-7/+3
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever4-65/+72
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever4-24/+19
2016-03-01svcrdma: Close connection when a send error occursChuck Lever1-2/+6
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever2-6/+4
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2-6/+18
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever1-3/+8
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever1-44/+36
2016-02-25Merge 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
2016-02-22Merge branch 'multipath'Trond Myklebust8-100/+768
2016-02-18Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-0/+2
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust1-2/+131
2016-02-05SUNRPC: Make NFS swap work with multipathTrond Myklebust1-42/+24
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust1-0/+51
2016-02-05SUNRPC: Allow caller to specify the transport to useTrond Myklebust1-0/+2
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust4-36/+26
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust3-7/+33
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust3-1/+478
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-1/+2
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-3/+21
2016-01-31SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust1-8/+0
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu5-207/+290
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds11-218/+728
2016-01-22wrappers for ->i_mutex accessAl Viro2-35/+35
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig4-38/+10