aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2023-09-23Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust
2023-09-13SUNRPC: Fix the recent bv_offset fixChuck Lever
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-08-14sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsgJeff Layton
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: Capture CMSG metadata on client-side receiveChuck 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: Trace the rpc_create_argsChuck Lever
2023-06-19SUNRPC: Plumb an API for setting transport layer securityChuck Lever
2023-06-19SUNRPC: attempt to reach rpcbind with an abstract socket nameNeilBrown
2023-06-19SUNRPC: support abstract unix socket addressesNeilBrown
2023-06-18svcrdma: Fix stale commentChuck Lever
2023-06-17SUNRPC: Address RCU warning in net/sunrpc/svc.cChuck Lever
2023-06-17SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh
2023-06-17SUNRPC: Remove transport class dprintk call sitesChuck Lever
2023-06-17SUNRPC: Fix comments for transport class registrationChuck Lever
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever
2023-06-17svcrdma: trace cc_release callsChuck Lever
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever
2023-06-17SUNRPC: Move initialization of rq_stimeChuck Lever
2023-06-17SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever
2023-06-17svcrdma: Prevent page release when nothing was receivedChuck 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-12SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever
2023-06-12svcrdma: Allocate new transports on device's NUMA nodeChuck Lever
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever
2023-06-05SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever
2023-06-05SUNRPC: Resupply rq_pages from node-local memoryChuck Lever
2023-06-05SUNRPC: Trace struct svc_sock lifetime eventsChuck Lever
2023-06-05SUNRPC: Improve observability in svc_tcp_accept()Chuck Lever
2023-06-05SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever
2023-06-05SUNRPC: Fix an incorrect commentChuck Lever
2023-06-05SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
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-22Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-05-19SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust