linux/fs/smb
Namjae Jeon 2e450920d5 ksmbd: move oplock handling after unlock parent dir
ksmbd should process secound parallel smb2 create request during waiting
oplock break ack. parent lock range that is too large in smb2_open() causes
smb2_open() to be serialized. Move the oplock handling to the bottom of
smb2_open() and make it called after parent unlock. This fixes the failure
of smb2.lease.breaking1 testcase.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2023-11-23 20:50:45 -06:00
..
client cifs: fix lock ordering while disabling multichannel 2023-11-14 11:39:35 -06:00
common Add definition for new smb3.1.1 command type 2023-10-30 09:57:03 -05:00
server ksmbd: move oplock handling after unlock parent dir 2023-11-23 20:50:45 -06:00
Kconfig
Makefile