summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-01-27xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever1-1/+2
2020-01-27SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2019-12-17sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-12-05xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-12-01sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields1-16/+18
2019-12-01SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2019-11-24sunrpc: Fix connect metricsChuck Lever3-15/+15
2019-11-24SUNRPC: Fix priority queue fairnessTrond Myklebust1-55/+54
2019-07-14net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi1-0/+1
2019-07-10svcrdma: Ignore source port when computing DRC hashChuck Lever1-1/+6
2019-07-03SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2-41/+51
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-03-23svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields1-10/+10
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