summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
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
2023-06-12SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever
2023-06-05NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever
2023-06-02Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown