public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: check/lowmem: fix false alerts on
@ 2026-04-12  5:08 Qu Wenruo
  2026-04-12  5:08 ` [PATCH 1/3] btrfs-progs: print-tree: fix the format string for EXTENT_OWNER_REF_KEY Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qu Wenruo @ 2026-04-12  5:08 UTC (permalink / raw)
  To: linux-btrfs

The lowmem mode check doesn't recognize the new EXTENT_OWNER_REF key
type, thus it will always treat it as an unknown inline type and cause
false alerts.

Fix it by adding such types to lowmem check.

The first patch is to fix a format string error during the add of inline
backref sequence output, which breaks the indent.

The second patch is the real fix for lowmem btrfs check on squota
feature.

The last one is a new test case for fsck on squota.

Qu Wenruo (3):
  btrfs-progs: print-tree: fix the format string for
    EXTENT_OWNER_REF_KEY
  btrfs-progs: check/lowmem: fix false alerts about EXTENT_OWNER
  btrfs-progs: fsck-tests: add a new test case for squota lowmem false
    alerts

 check/mode-lowmem.c                 |  7 +++++++
 kernel-shared/print-tree.c          |  2 +-
 tests/fsck-tests/073-squota/test.sh | 31 +++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 1 deletion(-)
 create mode 100755 tests/fsck-tests/073-squota/test.sh

--
2.53.0


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

end of thread, other threads:[~2026-04-12  5:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12  5:08 [PATCH 0/3] btrfs-progs: check/lowmem: fix false alerts on Qu Wenruo
2026-04-12  5:08 ` [PATCH 1/3] btrfs-progs: print-tree: fix the format string for EXTENT_OWNER_REF_KEY Qu Wenruo
2026-04-12  5:08 ` [PATCH 2/3] btrfs-progs: check/lowmem: fix false alerts about EXTENT_OWNER Qu Wenruo
2026-04-12  5:08 ` [PATCH 3/3] btrfs-progs: fsck-tests: add a new test case for squota lowmem false alerts Qu Wenruo

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