| b587fd12 | 17-Sep-2024 |
Pali Rohár <[email protected]> |
cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes
If the reparse point was not handled (indicated by the -EOPNOTSUPP from ops->parse_reparse_point() call) but re
cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes
If the reparse point was not handled (indicated by the -EOPNOTSUPP from ops->parse_reparse_point() call) but reparse tag is of type name surrogate directory type, then treat is as a new mount point.
Name surrogate reparse point represents another named entity in the system.
From SMB client point of view, this another entity is resolved on the SMB server, and server serves its content automatically. Therefore from Linux client point of view, this name surrogate reparse point of directory type crosses mount point.
Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Steve French <[email protected]>
show more ...
|
| e56bc745 | 19-Mar-2024 |
Steve French <[email protected]> |
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 <[email protected]> Signed-off-by: Steve French <[email protected]>
show more ...
|
| 24337b60 | 08-Mar-2024 |
Enzo Matsumiya <[email protected]> |
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 <[email protected]> Signed-off-by: Steve French <[email protected]>
show more ...
|