summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-081-3/+2
|\
| * SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-291-3/+2
* | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-294-2/+7
|\|
| * SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-1/+3
| * NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-0/+1
| * SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-0/+1
| * SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-0/+1
| * NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+0
| * SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-131-0/+1
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-242-0/+2
|\ \
| * | SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet2022-01-281-0/+1
| * | SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-0/+1
| |/
* | NFSD: prevent integer overflow on 32 bit systemsDan Carpenter2022-03-151-0/+2
* | SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever2022-02-281-0/+1
* | NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-10/+4
* | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-5/+0
* | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-282-1/+1
* | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
* | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-3/+4
* | SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+0
* | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-282-4/+0
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
* | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-3/+3
* | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-25/+0
* | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-4/+0
* | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-0/+13
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-10/+4
* | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-3/+23
* | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-1/+2
|/
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-8/+6
|\
| * SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-1/+1
| * SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-1/+2
| * SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-131-1/+1
| * SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-131-1/+2
| * SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-4/+1
| * NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-2/+1
* | SUNRPC: Per-rpc_clnt task PIDsChuck Lever2021-10-101-0/+1
* | SUNRPC: Remove unnecessary memory barriersTrond Myklebust2021-10-031-14/+2
|/
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-045-5/+9
|\
| * SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia2021-08-271-0/+2
| * SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2021-08-271-0/+1
| * SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-2/+0
| * SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-102-2/+3
| * SUNRPC: Fix potential memory corruptionTrond Myklebust2021-08-091-0/+1
| * SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-091-1/+2
* | SUNRPC: Move client-side disconnect injectionChuck Lever2021-08-201-18/+0
* | SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever2021-08-172-0/+2
* | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-0/+1
* | svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2021-08-171-1/+1
* | svcrdma: Relieve contention on sc_send_lock.Chuck Lever2021-08-171-2/+2