summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-313-3/+7
|\
| * SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2023-08-242-0/+4
| * SUNRPC: clean up integer overflow checkDan Carpenter2023-08-241-3/+1
| * SUNRPC: kmap() the xdr pages during decodeAnna Schumaker2023-08-231-0/+2
* | SUNRPC: Remove unused declaration rpc_modcount()Yue Haibing2023-08-291-16/+7
* | SUNRPC: Remove unused declarationsYue Haibing2023-08-291-3/+0
* | SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown2023-08-291-1/+1
* | SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2023-08-291-0/+1
* | SUNRPC: Deduplicate thread wake-up codeChuck Lever2023-08-291-0/+1
* | SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-292-27/+25
* | SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever2023-08-291-17/+21
* | SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown2023-08-291-10/+13
* | SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown2023-08-291-3/+7
* | SUNRPC: change cache_head.flags bits to enumNeilBrown2023-08-291-4/+8
* | SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-292-2/+1
* | SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-1/+1
* | nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown2023-08-291-13/+0
* | SUNRPC: Revert e0a912e8ddbaChuck Lever2023-08-291-2/+0
* | SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever2023-08-291-0/+2
* | SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever2023-08-291-0/+2
* | sunrpc: Remove unused extern declarationsYueHaibing2023-08-291-3/+0
* | NFSD: Remove svc_rqst::rq_cacherepChuck Lever2023-08-291-1/+0
|/
* Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-07-014-2/+34
|\
| * NFS: add sysfs shutdown knobBenjamin Coddington2023-06-191-1/+2
| * NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-191-1/+7
| * SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever2023-06-192-0/+3
| * SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever2023-06-191-0/+1
| * SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever2023-06-191-0/+2
| * SUNRPC: Plumb an API for setting transport layer securityChuck Lever2023-06-192-0/+19
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-6/+5
|\ \
| * | sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-121-6/+5
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \
| * | net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)2023-06-231-1/+1
* | | svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever2023-06-121-1/+0
* | | SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever2023-06-121-1/+2
* | | svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever2023-06-121-1/+0
* | | NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-111-2/+1
* | | NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever2023-06-051-0/+21
| |/ |/|
* | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-021-4/+3
|\ \ | |/ |/|
| * nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-4/+3
* | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-172-2/+2
|\|
| * SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-142-2/+2
* | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-294-22/+18
|\|
| * SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-272-1/+6
| * SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-261-11/+1
| * SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-262-2/+2
| * NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+1
| * SUNRPC: return proper error from get_expiry()NeilBrown2023-04-261-7/+8
* | SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-04-191-2/+1
|/
* SUNRPC: Remove ->xpo_secure_port()Chuck Lever2023-02-201-1/+0