aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
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-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
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: Fix trace_svc_register() call siteChuck Lever
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown
2023-05-05SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever
2023-05-03SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever
2023-05-02SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever
2023-04-27SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever
2023-04-27SUNRPC: Be even lazier about releasing pagesChuck Lever
2023-04-26SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever