summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-201-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-201-1/+2
* rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields2021-04-071-4/+7
* sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-241-2/+4
* svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler2021-03-241-3/+3
* NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-241-2/+2
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-231-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-233-58/+45
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-231-1/+1
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-294-16/+55
* svcrdma: Fix leak of transport addressesChuck Lever2020-10-011-0/+1
* SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-10-011-5/+14
* SUNRPC: stop printk reading past end of stringJ. Bruce Fields2020-09-231-2/+2
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-301-0/+4
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-301-0/+1
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-06-251-2/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-202-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-201-2/+4
* sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-141-0/+4
* xprtrdma: Fix completion wait during device removalChuck Lever2020-01-171-1/+1
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-12-171-6/+0
* sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2019-12-011-16/+18
* SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2019-12-011-0/+1
* sunrpc: Fix connect metricsChuck Lever2019-11-243-15/+15
* SUNRPC: Fix priority queue fairnessTrond Myklebust2019-11-241-55/+54
* 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