You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs-progs: do not generate checksum nor compress if the inode has
NODATACOW or NODATASUM
Currently mkfs.btrfs --rootdir is implying data checksum, but soon we
will support per-inode NODATACOW|NODATASUM flags.
To support per-inode NODATACOW|NODATASUM flags:
- Avoid compression if the inode has either NODATACOW|NODATASUM flag
- Do not generate data checksum if the inode has either
NODATACOW|NODATASUM flag.
Both behaviors are the following the kernel ones.
Signed-off-by: Qu Wenruo <[email protected]>
0 commit comments