summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever2018-05-071-2/+2
| | * | xprtrdma: Try to fail quickly if proto=rdmaChuck Lever2018-05-071-2/+2
| | * | xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-075-0/+5
* | | | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-06-1215-819/+830
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski2018-06-081-1/+3
| * | | svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever2018-06-081-1/+1
| * | | svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever2018-05-113-126/+99
| * | | svcrdma: Simplify svc_rdma_send()Chuck Lever2018-05-111-15/+15
| * | | svcrdma: Remove post_send_wrChuck Lever2018-05-113-37/+16
| * | | svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever2018-05-112-19/+30
| * | | svcrdma: Introduce svc_rdma_send_ctxtChuck Lever2018-05-114-254/+231
| * | | svcrdma: Clean up Send SGE accountingChuck Lever2018-05-113-11/+10
| * | | svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever2018-05-111-33/+17
| * | | svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever2018-05-111-16/+36
| * | | svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever2018-05-114-134/+73
| * | | svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever2018-05-112-4/+12
| * | | svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever2018-05-112-21/+24
| * | | svcrdma: Remove sc_rq_depthChuck Lever2018-05-111-9/+8
| * | | svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever2018-05-114-220/+326
| * | | svcrdma: Trace key RDMA API eventsChuck Lever2018-05-1110-51/+50
| * | | svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever2018-05-114-47/+50
| * | | xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever2018-05-119-6/+12
| * | | svcrdma: Use passed-in net namespace when creating RDMA listenerChuck Lever2018-05-111-18/+17
| * | | svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-114-0/+4
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-16/+0
|\ \ \
| * | | remove rpc_rmdir()Al Viro2018-04-161-16/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\| | |
| * | | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
| |/ /
* | | Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-05-114-11/+10
|\ \ \ | |_|/ |/| |
| * | xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever2018-05-014-11/+10
* | | rpc_pipefs: fix double-dput()Al Viro2018-04-151-0/+1
| |/ |/|
* | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-1214-116/+240
|\|
| * SUNRPC: Add helpers for decoding opaque and string typesTrond Myklebust2018-04-101-0/+82
| * xprtrdma: Fix corner cases when handling device removalChuck Lever2018-04-101-4/+9
| * sunrpc: Add static trace point to report result of RPC pingChuck Lever2018-04-101-0/+6
| * sunrpc: Add static trace point to report RPC latency statsChuck Lever2018-04-101-5/+11
| * sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-102-6/+6
| * SUNRPC: Make num_reqs a non-atomic integerChuck Lever2018-04-101-8/+9
| * SUNRPC: Make RTT measurement more precise (Send)Chuck Lever2018-04-103-1/+4
| * SUNRPC: Make RTT measurement more precise (Receive)Chuck Lever2018-04-101-2/+3
| * SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-102-3/+9
| * xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever2018-04-103-34/+12
| * xprtrdma: Chain Send to FastReg WRsChuck Lever2018-04-104-18/+49
| * xprtrdma: "Support" call-only RPCsChuck Lever2018-04-102-6/+6
| * xprtrdma: Reduce number of MRs created by rpcrdma_mrs_createChuck Lever2018-04-101-1/+1
| * xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever2018-04-105-13/+27
| * xprtrdma: Remove xprt-specific connect cookieChuck Lever2018-04-103-6/+3
| * xprtrdma: Remove arbitrary limit on initiator depthChuck Lever2018-04-101-5/+2