summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-221-3/+7
|\
| * sunrpc: Prevent duplicate XID allocationChuck Lever2018-06-191-3/+7
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-123-3/+4
|\ \
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
| * | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* | | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-1212-331/+299
|\ \ \ | | |/ | |/|
| * | Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-06-0412-331/+299
| |\ \
| | * | xprtrdma: Remove transfertypes arrayChuck Lever2018-06-011-8/+0
| | * | xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever2018-06-012-0/+2
| | * | xprtrdma: Wait on empty sendctx queueChuck Lever2018-06-013-2/+14
| | * | xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever2018-06-011-19/+12
| | * | xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever2018-06-011-1/+1
| | * | xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever2018-05-072-2/+3
| | * | xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever2018-05-071-12/+3
| | * | xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever2018-05-071-18/+4
| | * | xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever2018-05-072-62/+0
| | * | xprtrdma: Move Receive posting to Receive handlerChuck Lever2018-05-075-124/+115
| | * | xprtrdma: Clean up Receive trace pointsChuck Lever2018-05-071-2/+2
| | * | xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-073-75/+46
| | * | xprtrdma: Introduce ->alloc_slot call-out for xprtrdmaChuck Lever2018-05-071-2/+50
| | * | SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-074-2/+9
| | * | SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-072-5/+8
| | * | xprtrdma: Fix max_send_wr computationChuck Lever2018-05-073-24/+52
| | * | 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
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud