summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-03-23xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-02-27xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter1-5/+1
2019-02-23sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-15svcrdma: Remove max_sge check at connect timeChuck Lever2-12/+102
2019-02-15svcrdma: Reduce max_send_sgesChuck Lever1-4/+6
2019-02-15SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAITBenjamin Coddington1-2/+4
2019-01-22sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-17sunrpc: use-after-free in svc_process_common()Vasily Averin3-7/+11
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+9
2019-01-13SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust1-2/+2
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-1/+1
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust1-7/+1
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-13nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-11-13xprtrdma: Reset credit grant properly after a disconnectChuck Lever2-0/+7
2018-08-24Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds19-49/+75
2018-08-24Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-111/+140
2018-08-23sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-23sunrpc: Extract target name into svc_credChuck Lever1-25/+45
2018-08-23sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-23sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-3/+7
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang1-2/+1
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-42/+25
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-7/+4
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever1-19/+13
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2-4/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing3-6/+0
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-07-31sunrpc: whitespace fixesStephen Hemminger15-15/+5
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker1-8/+20
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter1-1/+1
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski1-5/+12
2018-07-31RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-3/+6
2018-07-30sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski1-0/+12
2018-07-30sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski1-11/+16
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon4-7/+8
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe1-1/+1
2018-07-25net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche5-10/+6
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+7
2018-06-19sunrpc: Prevent duplicate XID allocationChuck Lever1-3/+7
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2-2/+2
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+4
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2