All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: extra debug output for sector size < page size cases
@ 2024-11-27  4:06 Qu Wenruo
  2024-11-27  4:06 ` [PATCH 1/3] btrfs: subpage: fix the bitmap dump for the locked flags Qu Wenruo
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Qu Wenruo @ 2024-11-27  4:06 UTC (permalink / raw)
  To: linux-btrfs

The first patch is the long existing bug that full subpage bitmap dump
is not working for checked bitmap.
Thankfully even myself is not affected by the bug.

The second one is for a crash I hit where ASSERT() got triggered in
btrfs_folio_set_locked() after a btrfs_run_delalloc_range() failure.

The last one is for the btrfs_run_delalloc_range() failure, which is
not that rare in my environment, I guess the unsafe cache mode for my
aarch64 VM makes it too easy to hit ENOSPC.

But ENOSPC from btrfs_run_delalloc_range() itself is already a problem
for our data/metadata space reservation code, thus it should be
outputted even for non-debug build.

Qu Wenruo (3):
  btrfs: subpage: fix the bitmap dump for the locked flags
  btrfs: subpage: dump the involved bitmap when ASSERT() failed
  btrfs: add extra error messages for extent_writepage() failure

 fs/btrfs/extent_io.c | 16 +++++++++++++++
 fs/btrfs/subpage.c   | 47 ++++++++++++++++++++++++++++++++------------
 2 files changed, 50 insertions(+), 13 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-28 13:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27  4:06 [PATCH 0/3] btrfs: extra debug output for sector size < page size cases Qu Wenruo
2024-11-27  4:06 ` [PATCH 1/3] btrfs: subpage: fix the bitmap dump for the locked flags Qu Wenruo
2024-11-27  4:06 ` [PATCH 2/3] btrfs: subpage: dump the involved bitmap when ASSERT() failed Qu Wenruo
2024-11-27 15:32   ` David Sterba
2024-11-27  4:06 ` [PATCH 3/3] btrfs: add extra error messages for extent_writepage() failure Qu Wenruo
2024-11-27 15:30 ` [PATCH 0/3] btrfs: extra debug output for sector size < page size cases David Sterba
2024-11-27 20:30   ` Qu Wenruo
2024-11-28 13:10     ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.