Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] smb: client: fix problems with smbdirect/rdma mounts
@ 2025-06-18 16:51 Stefan Metzmacher
  2025-06-18 16:51 ` [PATCH 1/2] smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma() Stefan Metzmacher
  2025-06-18 16:51 ` [PATCH 2/2] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data Stefan Metzmacher
  0 siblings, 2 replies; 15+ messages in thread
From: Stefan Metzmacher @ 2025-06-18 16:51 UTC (permalink / raw)
  To: linux-cifs; +Cc: metze, Steve French, David Howells, Tom Talpey

Hi,

here are two regression fixes for rdma mounts using smbdirect

Actually I haven't verified it all worked before
commit 3d78fe73fa123964be30f0acec449dc8a2241dae
"cifs: Build the RDMA SGE list directly from an iterator",
but from reading the code it might be possible that it worked
before.

Stefan Metzmacher (2):
  smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
  smb: client: let smbd_post_send_iter() respect the peers max_send_size
    and transmit all data

 fs/smb/client/smbdirect.c | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-06-25  8:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 16:51 [PATCH 0/2] smb: client: fix problems with smbdirect/rdma mounts Stefan Metzmacher
2025-06-18 16:51 ` [PATCH 1/2] smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma() Stefan Metzmacher
2025-06-19 11:41   ` David Howells
2025-06-19 19:07     ` Tom Talpey
2025-06-18 16:51 ` [PATCH 2/2] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data Stefan Metzmacher
2025-06-19 11:49   ` David Howells
2025-06-19 19:22   ` Tom Talpey
2025-06-20 12:29     ` David Howells
2025-06-20 13:33       ` Tom Talpey
2025-06-20 14:56         ` David Howells
2025-06-25  7:59       ` David Howells
2025-06-23 15:46     ` Stefan Metzmacher
2025-06-23 17:28       ` Steve French
2025-06-23 19:48         ` Sasha Levin
2025-06-25  8:00   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox