summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-07-018-24/+658
|\
| * NFS: add sysfs shutdown knobBenjamin Coddington2023-06-191-0/+5
| * NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-191-7/+0
| * SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever2023-06-192-0/+371
| * SUNRPC: Capture CMSG metadata on client-side receiveChuck Lever2023-06-191-2/+47
| * SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever2023-06-191-0/+6
| * SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever2023-06-194-2/+180
| * SUNRPC: Trace the rpc_create_argsChuck Lever2023-06-191-1/+1
| * SUNRPC: Plumb an API for setting transport layer securityChuck Lever2023-06-191-0/+4
| * SUNRPC: attempt to reach rpcbind with an abstract socket nameNeilBrown2023-06-191-8/+31
| * SUNRPC: support abstract unix socket addressesNeilBrown2023-06-192-4/+13
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-26/+12
|\ \
| * | sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-121-26/+12
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-5/+5
|\ \
| * | net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)2023-06-231-5/+5
* | | svcrdma: Fix stale commentChuck Lever2023-06-181-4/+2
* | | SUNRPC: Address RCU warning in net/sunrpc/svc.cChuck Lever2023-06-171-2/+6
* | | SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh2023-06-171-5/+5
* | | SUNRPC: Remove transport class dprintk call sitesChuck Lever2023-06-171-3/+0
* | | SUNRPC: Fix comments for transport class registrationChuck Lever2023-06-171-0/+12
* | | svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever2023-06-171-4/+3
* | | svcrdma: trace cc_release callsChuck Lever2023-06-171-0/+2
* | | svcrdma: Convert "might sleep" comment into a code annotationChuck Lever2023-06-172-2/+5
* | | SUNRPC: Move initialization of rq_stimeChuck Lever2023-06-171-1/+2
* | | SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever2023-06-171-2/+2
* | | svcrdma: Prevent page release when nothing was receivedChuck Lever2023-06-171-6/+6
* | | svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever2023-06-122-22/+13
* | | SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever2023-06-121-0/+25
* | | SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever2023-06-121-5/+0
* | | svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever2023-06-121-4/+6
* | | svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever2023-06-121-5/+4
* | | svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever2023-06-121-11/+7
* | | svcrdma: Allocate new transports on device's NUMA nodeChuck Lever2023-06-121-9/+9
* | | NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-111-14/+12
* | | SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever2023-06-051-16/+7
* | | SUNRPC: Resupply rq_pages from node-local memoryChuck Lever2023-06-051-2/+3
* | | SUNRPC: Trace struct svc_sock lifetime eventsChuck Lever2023-06-051-1/+3
* | | SUNRPC: Improve observability in svc_tcp_accept()Chuck Lever2023-06-051-7/+2
* | | SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever2023-06-051-3/+0
* | | SUNRPC: Fix an incorrect commentChuck Lever2023-06-051-1/+1
* | | SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui2023-06-051-12/+11
| |/ |/|
* | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-021-18/+6
|\ \ | |/ |/|
| * nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-18/+6
* | Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-05-221-3/+2
|\ \
| * | SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust2023-05-191-3/+2
* | | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-176-46/+66
|\ \ \ | |/ / |/| / | |/
| * SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-141-1/+1
| * SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-144-27/+39
| * SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-141-1/+2
| * SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever2023-05-051-12/+4