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