e2fcd3fa | 22-Aug-2024 |
ChenXiaoSong <chenxiaosong@kylinos.cn> |
smb: add comment to STATUS_MCA_OCCURED
Explained why the typo was not corrected.
Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by
smb: add comment to STATUS_MCA_OCCURED
Explained why the typo was not corrected.
Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
show more ...
|
e56bc745 | 19-Mar-2024 |
Steve French <stfrench@microsoft.com> |
smb311: additional compression flag defined in updated protocol spec
Added new compression flag that was recently documented, in addition fix some typos and clarify the sid_attr_data struct definiti
smb311: additional compression flag defined in updated protocol spec
Added new compression flag that was recently documented, in addition fix some typos and clarify the sid_attr_data struct definition.
Reviewed-by: Bharath SM <bharathsm@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
show more ...
|
24337b60 | 08-Mar-2024 |
Enzo Matsumiya <ematsumiya@suse.de> |
smb: common: simplify compression headers
Unify compression headers (chained and unchained) into a single struct so we can use it for the initial compression transform header interchangeably.
Also
smb: common: simplify compression headers
Unify compression headers (chained and unchained) into a single struct so we can use it for the initial compression transform header interchangeably.
Also make the OriginalPayloadSize field to be always visible in the compression payload header, and have callers subtract its size when not needed.
Rename the related structs to match the naming convetion used in the other SMB2 structs.
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
show more ...
|
7588b830 | 09-Oct-2023 |
Steve French <stfrench@microsoft.com> |
Add definition for new smb3.1.1 command type
Add structs and defines for new SMB3.1.1 command, server to client notification.
See MS-SMB2 section 2.2.44
Signed-off-by: Steve French <stfrench@micro
Add definition for new smb3.1.1 command type
Add structs and defines for new SMB3.1.1 command, server to client notification.
See MS-SMB2 section 2.2.44
Signed-off-by: Steve French <stfrench@microsoft.com>
show more ...
|