summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig4-38/+10
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever7-15/+470
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever2-12/+18
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever1-7/+7
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2-2/+7
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2-4/+6
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2-42/+0
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2-13/+78
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever1-13/+89
2016-01-19svcrdma: Clean up process_context()Chuck Lever1-23/+21
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever1-8/+1
2015-12-22xprtrdma: Avoid calling ib_query_deviceOr Gerlitz4-50/+30
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-08SUNRPC: Fix callback channelTrond Myklebust2-8/+12
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+7
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-7/+7
2015-11-24nfs4: limit callback decoding to received bytesBenjamin Coddington2-0/+9
2015-11-12Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-28/+78
2015-11-11svcrpc: document lack of some memory barriersJ. Bruce Fields1-6/+31
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi1-1/+0
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-394/+1083
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds6-145/+159
2015-11-03Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee1-11/+12
2015-11-03SUNRPC: fix variable typeAndrzej Hajda1-1/+1
2015-11-03Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust13-313/+914
2015-11-03NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever4-0/+35
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2-0/+64
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever3-0/+161
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever3-0/+51
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever3-2/+26
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever5-12/+309
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever2-2/+27
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever1-14/+10
2015-11-02xprtrdma: Remove reply taskletChuck Lever1-43/+0
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever4-18/+65
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever2-91/+73
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever3-40/+53
2015-11-02xprtrdma: Prevent loss of completion signalsChuck Lever2-41/+38
2015-11-02xprtrdma: Re-arm after missed eventsChuck Lever1-56/+10
2015-11-02xprtrdma: Enable swap-on-NFS/RDMAChuck Lever1-1/+1
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise1-2/+5
2015-10-29svcrdma: Port to new memory registration APISagi Grimberg2-57/+53
2015-10-29xprtrdma: Port to new memory registration APISagi Grimberg2-52/+69
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford3-55/+56
2015-10-29Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford7-95/+61
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro2-3/+4
2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown1-13/+40
2015-10-23sunrpc: avoid warning in gss_key_timeoutArnd Bergmann1-7/+6
2015-10-23SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust2-2/+4