summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever2023-05-031-6/+11
| * SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-296-69/+243
|\|
| * SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-273-6/+111
| * SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever2023-04-271-0/+2
| * SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2023-04-271-2/+46
| * SUNRPC: Be even lazier about releasing pagesChuck Lever2023-04-272-3/+3
| * SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever2023-04-261-6/+5
| * SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-262-1/+20
| * SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-262-18/+16
| * SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever2023-04-261-7/+18
| * NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+14
| * sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain2023-04-261-19/+2
| * SUNRPC: return proper error from get_expiry()NeilBrown2023-04-262-12/+12
* | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-295-52/+18
|\ \ | |/ |/|