summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
5 daysMerge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
7 daysRevert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-04SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-03-22SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-09sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever
2024-03-01svcrdma: Post Send WR chainChuck Lever
2024-03-01svcrdma: Fix retry loop in svc_rdma_send()Chuck Lever
2024-03-01svcrdma: Prevent a UAF in svc_rdma_send()Chuck Lever
2024-03-01svcrdma: Fix SQ wake-upsChuck Lever
2024-03-01svcrdma: Increase the per-transport rw_ctx countChuck Lever
2024-03-01svcrdma: Update max_send_sges after QP is createdChuck Lever
2024-03-01svcrdma: Report CQ depths in debugging outputChuck Lever
2024-03-01svcrdma: Reserve an extra WQE for ib_drain_rq()Chuck Lever
2024-03-01SUNRPC: Remove stale commentsChuck Lever
2024-03-01SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()Chuck Lever
2024-03-01sunrpc: use the struct net as the svc proc privateJosef Bacik
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-03-01sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik
2024-03-01SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever
2024-03-01SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu
2024-03-01SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu
2024-02-28net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET
2024-02-28SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust
2024-02-28SUNRPC: Don't try to send when the connection is shutting downTrond Myklebust
2024-02-28SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust
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