summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2016-04-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-16Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever
2016-03-14xprtrdma: Clean up physical_op_map()Chuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever
2016-03-01svcrdma: Remove close_out exit pathChuck Lever
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-03-01svcrdma: Close connection when a send error occursChuck Lever
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever
2016-02-25Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-02-22Merge branch 'multipath'Trond Myklebust
2016-02-18Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust
2016-02-05SUNRPC: Make NFS swap work with multipathTrond Myklebust
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust
2016-02-05SUNRPC: Allow caller to specify the transport to useTrond Myklebust
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust
2016-01-31SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig