summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-01SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: discard sp_lockNeilBrown
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-29SUNRPC: Remove unused declaration rpc_modcount()Yue Haibing
2023-08-29SUNRPC: Remove unused declarationsYue Haibing
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever
2023-08-29SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown
2023-08-29SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown
2023-08-29SUNRPC: change cache_head.flags bits to enumNeilBrown
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2023-08-29SUNRPC: Revert e0a912e8ddbaChuck Lever
2023-08-29SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever
2023-08-29SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever
2023-08-29sunrpc: Remove unused extern declarationsYueHaibing
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust
2023-08-24SUNRPC: clean up integer overflow checkDan Carpenter
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington
2023-06-19SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever
2023-06-19SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever
2023-06-19SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever
2023-06-19SUNRPC: Plumb an API for setting transport layer securityChuck Lever
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-12svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever