On Thu, Aug 18, 2022 at 03:16:30PM -0700, Boris Burkov wrote: > Test btrfs send/recv support for fs-verity. Includes tests for > signatures, salts, and interaction with chmod/caps. The last of those is > to ensure the various features that go in during inode_finalize interact > properly. > > This depends on the kernel patch adding support for send: > btrfs: send: add support for fs-verity > > And the btrfs-progs patch adding support for recv: > btrfs-progs: receive: add support for fs-verity > > Signed-off-by: Boris Burkov <boris@xxxxxx> > --- > Changes for v3: > - commit a few things from v2 that I left unstaged (277 in output, > true/false) > Changes for v2: > - btrfs/271 -> btrfs/277 > - YOUR NAME HERE -> Meta > - change 0/1 to false/true > - change drop caches to cycle mount > - get rid of unneeded _require_test > - compare file contents > > tests/btrfs/277 | 115 ++++++++++++++++++++++++++++++++++++++++++++ > tests/btrfs/277.out | 59 +++++++++++++++++++++++ > 2 files changed, 174 insertions(+) > create mode 100755 tests/btrfs/277 > create mode 100644 tests/btrfs/277.out > Looks good, Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric