summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-194-38/+10
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-197-15/+470
* svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-192-12/+18
* svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-7/+7
* svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-192-2/+7
* svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-192-4/+6
* svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-192-42/+0
* svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-192-13/+78
* svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-13/+89
* svcrdma: Clean up process_context()Chuck Lever2016-01-191-23/+21
* svcrdma: Clean up rdma_create_xprt()Chuck Lever2016-01-191-8/+1
* xprtrdma: Avoid calling ib_query_deviceOr Gerlitz2015-12-224-50/+30
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
* SUNRPC: Fix callback channelTrond Myklebust2015-12-072-8/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-031-7/+7
|\
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-7/+7
* | nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-232-0/+9
|/
* Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-11-113-28/+78
|\
| * svcrpc: document lack of some memory barriersJ. Bruce Fields2015-11-101-6/+31
| * SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi2015-11-101-1/+0
| * sunrpc/cache: make cache flushing more reliable.Neil Brown2015-10-231-13/+40
| * sunrpc: avoid warning in gss_key_timeoutArnd Bergmann2015-10-231-7/+6
| * SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()Trond Myklebust2015-10-232-2/+4
* | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-0913-394/+1083
|\ \
| * | Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee2015-11-031-11/+12
| * | SUNRPC: fix variable typeAndrzej Hajda2015-11-031-1/+1
| * | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-11-0213-313/+914
| |\ \
| | * | NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-024-0/+35
| | * | SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0
| | * | svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-022-0/+64
| | * | xprtrdma: Handle incoming backward direction RPC callsChuck Lever2015-11-023-0/+161
| | * | xprtrdma: Add support for sending backward direction RPC repliesChuck Lever2015-11-023-0/+51
| | * | xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever2015-11-023-2/+26
| | * | xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever2015-11-025-12/+309
| | * | SUNRPC: Abstract backchannel operationsChuck Lever2015-11-022-2/+27
| | * | xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever2015-11-021-14/+10
| | * | xprtrdma: Remove reply taskletChuck Lever2015-11-021-43/+0
| | * | xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever2015-11-024-18/+65
| | * | xprtrdma: Replace send and receive arraysChuck Lever2015-11-022-91/+73
| | * | xprtrdma: Refactor reply handler error handlingChuck Lever2015-11-023-40/+53
| | * | xprtrdma: Prevent loss of completion signalsChuck Lever2015-11-022-41/+38
| | * | xprtrdma: Re-arm after missed eventsChuck Lever2015-11-021-56/+10
| | * | xprtrdma: Enable swap-on-NFS/RDMAChuck Lever2015-11-021-1/+1
| | * | xprtrdma: don't log warnings for flushed completionsSteve Wise2015-11-021-2/+5
| * | | SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata()Trond Myklebust2015-10-081-1/+3
| * | | SUNRPC: Move AF_LOCAL receive data path into a workqueue contextTrond Myklebust2015-10-081-30/+42
| * | | SUNRPC: Move UDP receive data path into a workqueue contextTrond Myklebust2015-10-081-23/+61
| * | | SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust2015-10-081-15/+36
| * | | SUNRPC: Refactor TCP receiveTrond Myklebust2015-10-081-15/+29
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-076-145/+159
|\ \ \ \ | |_|/ / |/| | |