]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Oct 2025 01:50:15 +0000 (18:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Oct 2025 01:50:15 +0000 (18:50 -0700)
commit566771afc7a81e343da9939f0bd848d3622e2501
treed7d8f0c1f7c0e84da4c978fa892cae2b5afc319e
parent53abe3e1c154628cc74e33a1bfcd865656e433a5
parentdd6940f5c7dbee7ae70708f4c8967c3c8cb1d965
Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:
 "smbdirect (RDMA) fixes in order avoid potential submission queue
  overflows:

   - free transport teardown fix

   - credit related fixes (five server related, one client related)"

* tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbd:
  smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTED
  smb: client: make use of smbdirect_socket.send_io.lcredits.*
  smb: server: make use of smbdirect_socket.send_io.lcredits.*
  smb: server: simplify sibling_list handling in smb_direct_flush_send_list/send_done
  smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiters on error
  smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*
  smb: server: allocate enough space for RW WRs and ib_drain_qp()
fs/smb/client/smbdirect.c