summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-5/+5
* Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-095-23/+33
|\
| * SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust2018-02-091-2/+2
| * fix parallelism for rpc tasksOlga Kornievskaia2018-02-081-1/+1
| * Make the xprtiod workqueue unbounded.Trond Myklebust2018-02-071-1/+1
| * SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-072-1/+14
| * Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-02-062-5/+5
| |\
| | * xprtrdma: Fix BUG after a device removalChuck Lever2018-02-021-3/+3
| | * xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever2018-02-022-2/+2
| * | SUNRPC: Ensure we always close the socket after a connection shuts downTrond Myklebust2018-02-051-13/+10
* | | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-086-55/+16
|\ \ \
| * | | svcrdma: Fix Read chunk round-upChuck Lever2018-02-081-4/+8
| * | | sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig2018-02-051-14/+0
| * | | svcrdma: Post Receives in the Receive completion handlerChuck Lever2018-01-184-37/+8
* | | | Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-3012-676/+666
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-01-2310-654/+636
| |\ \ \ | | | |/ | | |/|
| | * | SUNRPC: Micro-optimize __rpc_executeChuck Lever2018-01-231-13/+11
| | * | SUNRPC: task_run_action should display tk_callbackChuck Lever2018-01-231-1/+1
| | * | SUNRPC: Trace xprt_timer eventsChuck Lever2018-01-232-3/+1
| | * | xprtrdma: Correct some documenting commentsChuck Lever2018-01-232-2/+2
| | * | xprtrdma: Fix "bytes registered" accountingChuck Lever2018-01-231-2/+2
| | * | xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever2018-01-232-9/+7
| | * | xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2018-01-231-0/+3
| | * | xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2018-01-232-5/+5
| | * | xprtrdma: Add trace points for connect eventsChuck Lever2018-01-232-28/+17
| | * | xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2018-01-231-3/+3
| | * | xprtrdma: Add trace points to instrument memory invalidationChuck Lever2018-01-233-16/+16
| | * | xprtrdma: Add trace points in reply decoder pathChuck Lever2018-01-231-20/+9
| | * | xprtrdma: Add trace points to instrument memory registrationChuck Lever2018-01-232-22/+7
| | * | xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2018-01-232-19/+9
| | * | xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2018-01-232-15/+5
| | * | rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2018-01-232-5/+9
| | * | xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever2018-01-164-23/+33
| | * | xprtrdma: Remove usage of "mw"Chuck Lever2018-01-165-278/+292
| | * | xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever2018-01-164-99/+99
| | * | xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever2018-01-161-6/+1
| | * | xprtrdma: Split xprt_rdma_send_requestChuck Lever2018-01-164-32/+50
| | * | xprtrdma: buf_free not called for CB repliesChuck Lever2018-01-163-6/+1
| | * | xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever2018-01-162-5/+11
| | * | xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever2018-01-161-4/+24
| | * | xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever2018-01-163-19/+12
| | * | xprtrdma: Initialize the xprt address string array earlierChuck Lever2018-01-163-13/+21
| | * | xprtrdma: Remove unused padding variablesChuck Lever2018-01-162-7/+3
| | * | xprtrdma: Remove ri_reminv_expectedChuck Lever2018-01-162-3/+0
| | * | xprtrdma: Per-mode handling for Remote InvalidationChuck Lever2018-01-164-30/+27
| | * | xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever2018-01-161-1/+1
| | * | xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever2018-01-163-24/+22
| | * | xprtrdma: Fix buffer leak after transport set up failureChuck Lever2018-01-161-11/+2
| * | | SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust2018-01-141-2/+19
| * | | SUNRPC: Chunk reading of replies from the serverTrond Myklebust2018-01-141-4/+11
OpenPOWER on IntegriCloud