summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2024-01-29NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-17SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach
2024-01-11net: fill in MODULE_DESCRIPTION()s for Sun RPCBreno Leitao
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07SUNRPC: remove printk when back channel request not foundDai Ngo
2024-01-07svcrdma: Implement multi-stage Read completion againChuck Lever
2024-01-07svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever
2024-01-07svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever
2024-01-07svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever
2024-01-07svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever
2024-01-07svcrdma: Remove queue-shortening warningsChuck Lever
2024-01-07svcrdma: Remove pointer addresses shown in dprintk()Chuck Lever
2024-01-07svcrdma: Optimize svc_rdma_cc_init()Chuck Lever
2024-01-07svcrdma: De-duplicate completion ID initialization helpersChuck Lever
2024-01-07svcrdma: Move the svc_rdma_cc_init() callChuck Lever
2024-01-07svcrdma: Remove struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_special()Chuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_call_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever
2024-01-07svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever
2024-01-07svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever
2024-01-07svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever
2024-01-07svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever
2024-01-07svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever
2024-01-07svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever
2024-01-07svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever
2024-01-07svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever
2024-01-07svcrdma: Add lockdep class keys for transport locksChuck Lever
2024-01-07svcrdma: Clean up lockingChuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever
2024-01-07svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever
2024-01-07svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever