summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-01-23sunrpc: 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-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker1-8/+20
2018-07-22xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-04-26SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust1-2/+2
2018-04-26svcrdma: Fix Read chunk round-upChuck Lever1-4/+8
2018-04-26xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-24/+22
2018-04-24rpc_pipefs: fix double-dput()Al Viro1-0/+1
2018-04-19sunrpc: remove incorrect HMAC request initializationEric Biggers1-3/+0
2018-02-22xprtrdma: Fix BUG after a device removalChuck Lever1-3/+3
2018-02-22xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever2-2/+2
2018-02-03SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2017-12-20xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-12-20SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-12-20kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-14sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-11-30svcrdma: Preserve CB send buffer across retransmitsChuck Lever1-1/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds14-0/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-10-19SUNRPC: Destroy transport from the system workqueueTrond Myklebust1-10/+24
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust1-1/+1
2017-10-02sunrpc: remove redundant initialization of sockColin Ian King1-1/+1
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-12Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-554/+712
2017-09-06SUNRPC: remove some dead code.NeilBrown1-4/+0
2017-09-06xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever5-77/+19
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust9-425/+583
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever1-93/+15
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-2/+20
2017-08-25svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever1-3/+5
2017-08-25sunrpc: Const-ify struct sv_serv_opsChuck Lever1-3/+3
2017-08-25sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2-5/+5
2017-08-25net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev1-2/+20
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever1-5/+8
2017-08-20Merge branch 'bugfixes'Trond Myklebust1-0/+8
2017-08-20SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown1-0/+8