summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust1-1/+1
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker1-1/+3
2023-09-01Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-3/+7
2023-08-30SUNRPC: Remove unused declaration rpc_modcount()Yue Haibing1-16/+7
2023-08-30SUNRPC: Remove unused declarationsYue Haibing1-3/+0
2023-08-30SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-1/+1
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+1
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+1
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever2-27/+25
2023-08-30SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever1-17/+21
2023-08-30SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown1-10/+13
2023-08-30SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown1-3/+7
2023-08-30SUNRPC: change cache_head.flags bits to enumNeilBrown1-4/+8
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown2-2/+1
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-1/+1
2023-08-30nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2023-08-30SUNRPC: Revert e0a912e8ddbaChuck Lever1-2/+0
2023-08-30SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever1-0/+2
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever1-0/+2
2023-08-30sunrpc: Remove unused extern declarationsYueHaibing1-3/+0
2023-08-30NFSD: Remove svc_rqst::rq_cacherepChuck Lever1-1/+0
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2-0/+4
2023-08-24SUNRPC: clean up integer overflow checkDan Carpenter1-3/+1
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker1-0/+2
2023-07-02Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-2/+34
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-24net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)1-1/+1
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington1-1/+2
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington1-1/+7
2023-06-19SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever2-0/+3
2023-06-19SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever1-0/+1
2023-06-19SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever1-0/+2
2023-06-19SUNRPC: Plumb an API for setting transport layer securityChuck Lever2-0/+19
2023-06-13sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-6/+5
2023-06-12svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever1-1/+0
2023-06-12SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever1-1/+2
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever1-1/+0
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever1-2/+1
2023-06-05NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever1-0/+21
2023-06-02Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-4/+3
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-2/+2
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown2-2/+2
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-22/+18
2023-04-28SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2-1/+6
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever1-11/+1
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2-2/+2
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever1-1/+1
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown1-7/+8