All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] smb/server: fix some bugs in preparation for change notify support
@ 2026-07-15 13:55 ChenXiaoSong
  2026-07-15 13:55 ` [PATCH 1/3] smb/server: fix signing when a response uses more than one iov ChenXiaoSong
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: ChenXiaoSong @ 2026-07-15 13:55 UTC (permalink / raw)
  To: smfrench, linkinjeon, pc, ronniesahlberg, sprasad, tom, bharathsm,
	senozhatsky, dhowells, metze, andriy.shevchenko
  Cc: linux-cifs, ChenXiaoSong

From: ChenXiaoSong <chenxiaosong@kylinos.cn>

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 | 21 +++++++++++
 fs/smb/server/smb2pdu.c    | 76 ++++++++++++++++++++++++++------------
 2 files changed, 74 insertions(+), 23 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-07-15 15:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 13:55 [PATCH 0/3] smb/server: fix some bugs in preparation for change notify support ChenXiaoSong
2026-07-15 13:55 ` [PATCH 1/3] smb/server: fix signing when a response uses more than one iov ChenXiaoSong
2026-07-15 14:25   ` Andy Shevchenko
2026-07-15 15:04     ` ChenXiaoSong
2026-07-15 15:18       ` ChenXiaoSong
2026-07-15 13:55 ` [PATCH 2/3] smb/server: cancel async requests when closing connection ChenXiaoSong
2026-07-15 14:26   ` Andy Shevchenko
2026-07-15 13:55 ` [PATCH 3/3] smb/server: stop new async work " ChenXiaoSong
2026-07-15 15:22 ` [PATCH 0/3] smb/server: fix some bugs in preparation for change notify support ChenXiaoSong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.