Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] smb:common: introduce and use common smb_direct headers (step1)
@ 2025-05-27 16:12 Stefan Metzmacher
  2025-05-27 16:12 ` [PATCH 1/5] smb: common: split out smb_direct related header files Stefan Metzmacher
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stefan Metzmacher @ 2025-05-27 16:12 UTC (permalink / raw)
  To: linux-cifs
  Cc: metze, Steve French, Tom Talpey, Long Li, Namjae Jeon,
	Hyunchul Lee, samba-technical

Hi,

in preparation of a having a common smb_direct layer I started
to move things into common header files.

I'll work on this the next few months in order to
unify the in kernel client and server layers
and expose the result to userspace too.
So that Samba can also use it.

Stefan Metzmacher (5):
  smb: common: split out smb_direct related header files
  smb: client: make use of common smb_direct headers
  smb: common: add smb_direct_buffer_descriptor_v1
  smb: client: make use of common smb_direct_buffer_descriptor_v1
  smb: server: make use of common smb_direct_buffer_descriptor_v1

 fs/smb/client/smb2pdu.c                   | 16 +++----
 fs/smb/client/smbdirect.c                 | 22 ++++-----
 fs/smb/client/smbdirect.h                 | 50 +------------------
 fs/smb/common/smb_direct/smb_direct.h     | 11 +++++
 fs/smb/common/smb_direct/smb_direct_pdu.h | 58 +++++++++++++++++++++++
 fs/smb/server/connection.c                |  4 +-
 fs/smb/server/connection.h                |  8 ++--
 fs/smb/server/smb2pdu.c                   | 10 ++--
 fs/smb/server/smb2pdu.h                   |  8 +---
 fs/smb/server/transport_rdma.c            |  6 +--
 fs/smb/server/transport_rdma.h            | 41 ----------------
 11 files changed, 106 insertions(+), 128 deletions(-)
 create mode 100644 fs/smb/common/smb_direct/smb_direct.h
 create mode 100644 fs/smb/common/smb_direct/smb_direct_pdu.h

-- 
2.34.1


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

end of thread, other threads:[~2025-05-27 19:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 16:12 [PATCH 0/5] smb:common: introduce and use common smb_direct headers (step1) Stefan Metzmacher
2025-05-27 16:12 ` [PATCH 1/5] smb: common: split out smb_direct related header files Stefan Metzmacher
2025-05-27 18:50   ` Tom Talpey
2025-05-27 19:14     ` Steve French
2025-05-27 19:59     ` Stefan Metzmacher
2025-05-27 16:12 ` [PATCH 2/5] smb: client: make use of common smb_direct headers Stefan Metzmacher
2025-05-27 16:13 ` [PATCH 3/5] smb: common: add smb_direct_buffer_descriptor_v1 Stefan Metzmacher
2025-05-27 16:13 ` [PATCH 4/5] smb: client: make use of common smb_direct_buffer_descriptor_v1 Stefan Metzmacher
2025-05-27 16:13 ` [PATCH 5/5] smb: server: " Stefan Metzmacher

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