Message ID | cover.1658867979.git.boris@bur.io (mailing list archive) |
---|---|
Headers | show |
Series | btrfs-progs: support for fs-verity fstests | expand |
On Tue, Jul 26, 2022 at 01:43:21PM -0700, Boris Burkov wrote: > Adding fstests for fs-verity on btrfs needs some light support from > btrfs-progs. Specifically, it needs additional device corruption > features to test corruption detection, and it needs the RO COMPAT flag. > > The first patch defines (u64)-1 as "UNSET_U64" I've dropped the patch, we've been using (u64)-1 everywhere so it's basically the coding style. > The second patch adds corrupting arbitrary regions of item data with -I. The corrupt-block options are a mess I've dropped the short options (in a separate patch). > The third patch adds corrupting holes and prealloc in extent data. > The fourth patch includes BTRFS_FEATURE_RO_COMPAT_VERITY to ctree.h Added to devel, thanks.