summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-49/+75
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-111/+140
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever-0/+17
2018-08-22sunrpc: Extract target name into svc_credChuck Lever-25/+45
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever-3/+17
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott-3/+9
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe-3/+7
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang-2/+1
2018-08-09NFSD: Handle full-length symlinksChuck Lever-42/+25
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever-7/+4
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever-19/+13
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever-4/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing-6/+0
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever-3/+2
2018-08-04net: Remove some unneeded semicolonzhong jiang-1/+1
2018-07-31sunrpc: whitespace fixesStephen Hemminger-15/+5
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker-8/+20
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter-1/+1
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski-5/+12
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche-3/+6
2018-07-30sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski-0/+12
2018-07-30sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski-11/+16
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon-7/+8
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe-1/+1
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche-10/+6
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-3/+7
2018-06-19sunrpc: Prevent duplicate XID allocationChuck Lever-3/+7
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise-2/+2
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-331/+299
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-819/+830
2018-06-08Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski-1/+3
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever-1/+1
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust-331/+299
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+0
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+1
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever-8/+0
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever-0/+2
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever-2/+14
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever-19/+12
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever-1/+1
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann-1/+1
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+1
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-11/+10
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever-126/+99
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever-15/+15
2018-05-11svcrdma: Remove post_send_wrChuck Lever-37/+16