summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-2419-49/+75
|\
| * xprtrdma: Fix disconnect regressionChuck Lever2018-08-081-3/+2Star
| * sunrpc: whitespace fixesStephen Hemminger2018-07-3115-15/+5Star
| * NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-8/+20
| * sunrpc: kstrtoul() can also return -ERANGEDan Carpenter2018-07-311-1/+1
| * sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski2018-07-311-5/+12
| * sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski2018-07-301-0/+12
| * sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski2018-07-301-11/+16
| * net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-304-7/+8
* | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-2410-111/+140
|\ \
| * | sunrpc: Add comment defining gssd upcall API keywordsChuck Lever2018-08-231-0/+17
| * | sunrpc: Extract target name into svc_credChuck Lever2018-08-231-25/+45
| * | sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever2018-08-231-3/+17
| * | sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-08-231-3/+9
| * | rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang2018-08-091-2/+1Star
| * | NFSD: Handle full-length symlinksChuck Lever2018-08-091-42/+25Star
| * | NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-7/+4Star
| * | svcrdma: Clean up Read chunk pathChuck Lever2018-08-091-19/+13Star
| * | svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2018-08-092-4/+9
| * | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-093-6/+0Star
* | | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\ \ \
| * | | net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
| | |/ | |/|
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-3/+7
|\| |
| * | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-211-3/+7
| |\ \ | | |/ | |/|
| | * sunrpc: Prevent duplicate XID allocationChuck Lever2018-06-191-3/+7
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-313-3/+6
* | | net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe2018-07-261-1/+1
* | | net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-255-10/+6Star
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-182-2/+2
|/ /
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-133-3/+4
|\ \
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
| * | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* | | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-1212-331/+299Star
|\ \ \ | | |/ | |/|
| * | Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-06-0512-331/+299Star
| |\ \
| | * | xprtrdma: Remove transfertypes arrayChuck Lever2018-06-011-8/+0Star
| | * | 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/+12Star
| | * | 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/+3Star
| | * | xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever2018-05-071-18/+4Star
| | * | xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever2018-05-072-62/+0Star
| | * | xprtrdma: Move Receive posting to Receive handlerChuck Lever2018-05-075-124/+115Star
| | * | xprtrdma: Clean up Receive trace pointsChuck Lever2018-05-071-2/+2
| | * | xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-073-75/+46Star
| | * | 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