summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-07-211-0/+1
* svcrdma: Ignore source port when computing DRC hashChuck Lever2019-07-101-1/+6
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-021-0/+3
* sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew2019-02-231-11/+38
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-231-0/+8
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-163-7/+11
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2019-01-131-4/+4
* sunrpc: fix cache_head leak due to queued requestVasily Averin2019-01-131-1/+9
* SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2019-01-131-2/+2
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-1/+1
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9
* SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-131-0/+4
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-131-1/+1
* sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-09-151-3/+9
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-09-091-8/+20
* xprtrdma: Fix corner cases when handling device removalChuck Lever2018-07-221-4/+9
* xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever2018-07-031-1/+1
* SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust2018-04-261-2/+2
* svcrdma: Fix Read chunk round-upChuck Lever2018-04-261-4/+8
* xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever2018-04-263-24/+22
* rpc_pipefs: fix double-dput()Al Viro2018-04-241-0/+1
* sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-191-3/+0
* xprtrdma: Fix BUG after a device removalChuck Lever2018-02-221-3/+3
* xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever2018-02-222-2/+2
* SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2018-02-031-0/+1
* xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever2017-12-201-1/+1
* SUNRPC: Fix a race in the receive code pathTrond Myklebust2017-12-201-9/+19
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-203-0/+4
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-141-2/+1
* svcrdma: Preserve CB send buffer across retransmitsChuck Lever2017-11-301-1/+5
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0214-0/+14
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
* | SUNRPC: Destroy transport from the system workqueueTrond Myklebust2017-10-191-10/+24
* | SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust2017-10-161-1/+1
|/
* sunrpc: remove redundant initialization of sockColin Ian King2017-10-011-1/+1
* IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-1113-554/+712
|\
| * SUNRPC: remove some dead code.NeilBrown2017-09-061-4/+0
| * xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever2017-09-055-77/+19
| * Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-059-425/+583
| |\
| | * xprtrdma: Re-arrange struct rx_statsChuck Lever2017-08-221-5/+8
| | * xprtrdma: Remove imul instructions from chunk list encodersChuck Lever2017-08-154-36/+34
| | * xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever2017-08-151-57/+48
| | * xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever2017-08-111-13/+18
| | * xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever2017-08-111-86/+142
| | * xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever2017-08-113-6/+21
| | * xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever2017-08-111-7/+2