From: ChenXiaoSong <chenxiaosong@chenxiaosong.com>
To: smfrench@gmail.com, linkinjeon@kernel.org, pc@manguebit.org,
ronniesahlberg@gmail.com, sprasad@microsoft.com, tom@talpey.com,
bharathsm@microsoft.com, senozhatsky@chromium.org,
dhowells@redhat.com, metze@samba.org, gael.blivet@gmail.com,
andriy.shevchenko@linux.intel.com
Cc: linux-cifs@vger.kernel.org, ChenXiaoSong <chenxiaosong@kylinos.cn>
Subject: [PATCH v2 0/3] smb/server: fix some bugs in preparation for change notify support
Date: Thu, 16 Jul 2026 00:11:53 +0000 [thread overview]
Message-ID: <20260716001156.671587-1-chenxiaosong@chenxiaosong.com> (raw)
From: ChenXiaoSong <chenxiaosong@kylinos.cn>
v1->v2:
- Update some coding style.
- Patch #03: use pr_err_ratelimited().
v1: https://lore.kernel.org/linux-cifs/73f4bc4e-3bdc-4bf2-b145-c9b6fc480451@chenxiaosong.com/
I have implemented the ksmbd change notify feature, please see the following GitHub link (some minor changes are also needed):
https://github.com/chenxiaosonggithub/linux/commits/ksmbd-change-notify/
However, to make this feature work properly, some pre-existing bugs need to be fixed first.
ChenXiaoSong (3):
smb/server: fix signing when a response uses more than one iov
smb/server: cancel async requests when closing connection
smb/server: stop new async work when closing connection
fs/smb/server/connection.c | 20 ++++++++++
fs/smb/server/smb2pdu.c | 76 ++++++++++++++++++++++++++------------
2 files changed, 73 insertions(+), 23 deletions(-)
--
2.54.0
next reply other threads:[~2026-07-16 0:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 0:11 ChenXiaoSong [this message]
2026-07-16 0:11 ` [PATCH v2 1/3] smb/server: fix signing when a response uses more than one iov ChenXiaoSong
2026-07-16 20:24 ` Andy Shevchenko
2026-07-16 23:43 ` ChenXiaoSong
2026-07-17 8:03 ` Andy Shevchenko
2026-07-17 8:58 ` ChenXiaoSong
2026-07-16 0:11 ` [PATCH v2 2/3] smb/server: cancel async requests when closing connection ChenXiaoSong
2026-07-16 2:13 ` Namjae Jeon
2026-07-16 2:27 ` ChenXiaoSong
2026-07-16 0:11 ` [PATCH v2 3/3] smb/server: stop new async work " ChenXiaoSong
2026-07-16 2:25 ` Namjae Jeon
2026-07-16 2:33 ` ChenXiaoSong
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=20260716001156.671587-1-chenxiaosong@chenxiaosong.com \
--to=chenxiaosong@chenxiaosong.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=bharathsm@microsoft.com \
--cc=chenxiaosong@kylinos.cn \
--cc=dhowells@redhat.com \
--cc=gael.blivet@gmail.com \
--cc=linkinjeon@kernel.org \
--cc=linux-cifs@vger.kernel.org \
--cc=metze@samba.org \
--cc=pc@manguebit.org \
--cc=ronniesahlberg@gmail.com \
--cc=senozhatsky@chromium.org \
--cc=smfrench@gmail.com \
--cc=sprasad@microsoft.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