Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Stefan Metzmacher <metze@samba.org>
To: linux-cifs@vger.kernel.org
Cc: metze@samba.org, Steve French <smfrench@gmail.com>,
	Tom Talpey <tom@talpey.com>, Long Li <longli@microsoft.com>,
	Namjae Jeon <linkinjeon@kernel.org>,
	Hyunchul Lee <hyc.lee@gmail.com>,
	samba-technical@lists.samba.org
Subject: [PATCH 0/5] smb:common: introduce and use common smb_direct headers (step1)
Date: Tue, 27 May 2025 18:12:57 +0200	[thread overview]
Message-ID: <cover.1748362221.git.metze@samba.org> (raw)

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


             reply	other threads:[~2025-05-27 16:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-27 16:12 Stefan Metzmacher [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1748362221.git.metze@samba.org \
    --to=metze@samba.org \
    --cc=hyc.lee@gmail.com \
    --cc=linkinjeon@kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=longli@microsoft.com \
    --cc=samba-technical@lists.samba.org \
    --cc=smfrench@gmail.com \
    --cc=tom@talpey.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox