summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2022-04-13Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+1
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+2
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+1
2022-03-30SUNRPC: handle malloc failure in ->request_prepareNeilBrown1-3/+2
2022-03-30Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-2/+7
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2-1/+3
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+2
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust1-0/+1
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust1-0/+1
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-0/+1
2022-03-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter1-0/+2
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown1-1/+0
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown1-0/+1
2022-02-28SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever1-0/+1
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever2-1/+1
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-3/+4
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2-4/+0
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet1-0/+1
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-0/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2021-11-11Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+6
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-1/+2
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-1/+2
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever1-4/+1
2021-10-10SUNRPC: Per-rpc_clnt task PIDsChuck Lever1-0/+1
2021-10-04SUNRPC: Remove unnecessary memory barriersTrond Myklebust1-14/+2
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-5/+9
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+2
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia1-0/+1
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever1-18/+0
2021-08-17SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever2-0/+2
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+1
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever1-1/+1
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever1-2/+2
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever1-0/+1
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+4