[PATCH v3 0/3] ksmbd: refactor smb2_notify() to a blocking wait
ChenXiaoSong <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs |
|---|---|
| Message-ID | <[email protected]> |
From: ChenXiaoSong <[email protected]> v2->v3: - Add patch #01. - Patch #02 #03: - Rebase on ksmbd-for-next-next branch. - Split Gaël's patch into two patches for easier review. The next version of my complete notify implementation may still take some time to modify, so merging Gael's patch sooner would help avoid repeated rebasing. Gael's v2: https://lore.kernel.org/linux-cifs/[email protected]/ Gael's v1: https://lore.kernel.org/linux-cifs/[email protected]/ ChenXiaoSong (1): smb/server: support compound fid in notify requests Gael Blivet (2): ksmbd: temporarily remove interim-work change notify handling ksmbd: refactor smb2_notify() to a blocking wait fs/smb/server/ksmbd_work.c | 3 - fs/smb/server/ksmbd_work.h | 5 +- fs/smb/server/smb2pdu.c | 305 ++++++------------------------------- fs/smb/server/vfs_cache.c | 48 ------ fs/smb/server/vfs_cache.h | 6 - 5 files changed, 47 insertions(+), 320 deletions(-) -- 2.54.0