[PATCH v2 0/3] smb/server: fix some bugs in preparation for change notify support
ChenXiaoSong <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs |
|---|---|
| Message-ID | <[email protected]> |
From: ChenXiaoSong <[email protected]> v1->v2: - Update some coding style. - Patch #03: use pr_err_ratelimited(). v1: https://lore.kernel.org/linux-cifs/[email protected]/ 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