]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'uek4-ga-nfs-rdma' of git://ca-git.us.oracle.com/linux-cel-public into...
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Wed, 16 Sep 2015 21:11:14 +0000 (14:11 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Wed, 16 Sep 2015 21:11:14 +0000 (14:11 -0700)
commitfe4518366c22dca8df68cb203065341822f1c603
tree6d8434f9e5cd1d703b358beb6a6d5f1f6f692ef9
parentb953c0d234bc72e8489d3bf51a276c5c4ec85345
parentaeade145cabc7d99c37809551ea094710a1eec81
Merge branch 'uek4-ga-nfs-rdma' of git://ca-git.us.oracle.com/linux-cel-public into topic/uek-4.1/nfs-rdma

* 'uek4-ga-nfs-rdma' of git://ca-git.us.oracle.com/linux-cel-public: (71 commits)
  xprtrdma: Add class for RDMA backwards direction transport
  svcrdma: Add infrastructure to receive backwards direction RPC/RDMA replies
  svcrdma: Add infrastructure to send backwards direction RPC/RDMA calls
  svcrdma: Add svc_rdma_get_context() API that is allowed to fail
  svcrdma: Define maximum number of backchannel requests
  NFS: Enable client side NFSv4.1 backchannel to use other transports
  svcrdma: Add backward direction service for RPC/RDMA transport
  xprtrdma: Handle incoming backward direction RPC calls
  xprtrdma: Add support for sending backward direction RPC replies
  xprtrdma: Pre-allocate Work Requests for backchannel
  xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
  SUNRPC: Abstract backchannel operations
  SUNRPC: xprt_complete_bc_request must also decrement the free slot count
  SUNRPC: Fix a backchannel deadlock
  SUNRPC: Fix a backchannel race
  SUNRPC: Clean up allocation and freeing of back channel requests
  xprtrdma: Replace send and receive arrays
  xprtrdma: Refactor reply handler error handling
  xprtrdma: Wait before destroying transport's queue pair
  xprtrdma: Remove completion polling budgets
  ...