public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] btrfs-progs: various regression fixes
@ 2022-02-22 22:22 Josef Bacik
  2022-02-22 22:22 ` [PATCH 1/7] btrfs-progs: check: fix check_global_roots_uptodate Josef Bacik
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Josef Bacik @ 2022-02-22 22:22 UTC (permalink / raw)
  To: linux-btrfs, kernel-team

Hello,

In trying to test my new extent tree v2 patches I noticed I had regressed a few
of these tests with my previous prep patches.  I'm not entirely sure how I
missed this before as I generally run the tests, but there are some clear things
that need fixing.  I've based these patches on the devel branch, with them in
place everything passes as it should.  Thanks,

Josef

Josef Bacik (7):
  btrfs-progs: check: fix check_global_roots_uptodate
  btrfs-progs: fuzz-tests: use --force for --init-csum-tree
  btrfs-progs: repair: bail if we find an unaligned extent
  btrfs-progs: properly populate missing trees
  btrfs-progs: don't check skip_csum_check if there's no fs_info
  btrfs-progs: do not try to load the free space tree if it's not
    enabled
  btrfs-progs: inspect-tree-stats: initialize the key properly

 check/main.c                                  | 34 +++++++++++++-
 cmds/inspect-tree-stats.c                     |  2 +-
 common/repair.c                               | 17 +++++--
 kernel-shared/disk-io.c                       | 47 ++++++++++++++++++-
 .../003-multi-check-unmounted/test.sh         |  2 +-
 5 files changed, 94 insertions(+), 8 deletions(-)

-- 
2.26.3


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-03-08 17:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 22:22 [PATCH 0/7] btrfs-progs: various regression fixes Josef Bacik
2022-02-22 22:22 ` [PATCH 1/7] btrfs-progs: check: fix check_global_roots_uptodate Josef Bacik
2022-03-08 17:16   ` David Sterba
2022-02-22 22:22 ` [PATCH 2/7] btrfs-progs: fuzz-tests: use --force for --init-csum-tree Josef Bacik
2022-02-22 22:22 ` [PATCH 3/7] btrfs-progs: repair: bail if we find an unaligned extent Josef Bacik
2022-02-22 22:22 ` [PATCH 4/7] btrfs-progs: properly populate missing trees Josef Bacik
2022-03-04 22:18   ` David Sterba
2022-03-08 17:26     ` David Sterba
2022-02-22 22:22 ` [PATCH 5/7] btrfs-progs: don't check skip_csum_check if there's no fs_info Josef Bacik
2022-02-22 22:22 ` [PATCH 6/7] btrfs-progs: do not try to load the free space tree if it's not enabled Josef Bacik
2022-02-22 22:22 ` [PATCH 7/7] btrfs-progs: inspect-tree-stats: initialize the key properly Josef Bacik
2022-03-08 17:39 ` [PATCH 0/7] btrfs-progs: various regression fixes David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox