Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: improve sibling keys check failure report
@ 2023-04-26 10:51 fdmanana
  2023-04-26 10:51 ` [PATCH 1/3] btrfs: abort transaction when sibling keys check fails for leaves fdmanana
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: fdmanana @ 2023-04-26 10:51 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

This makes reporting of sibling key check failures more useful, by
printing more exact stack traces in case the extent buffers are leaves
and dumping the extent buffers. This is motivated by a recent report [1].
More details on the changelogs of each patch.

[1] https://lore.kernel.org/linux-btrfs/20230423222213.5391.409509F4@e16-tech.com/

Filipe Manana (3):
  btrfs: abort transaction when sibling keys check fails for leaves
  btrfs: print extent buffers when sibling keys check fails
  btrfs: tag as unlikely the key comparison when checking sibling keys

 fs/btrfs/ctree.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-04-27 23:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 10:51 [PATCH 0/3] btrfs: improve sibling keys check failure report fdmanana
2023-04-26 10:51 ` [PATCH 1/3] btrfs: abort transaction when sibling keys check fails for leaves fdmanana
2023-04-26 11:18   ` Qu Wenruo
2023-04-26 10:51 ` [PATCH 2/3] btrfs: print extent buffers when sibling keys check fails fdmanana
2023-04-26 11:20   ` Qu Wenruo
2023-04-26 11:31     ` Filipe Manana
2023-04-26 11:40       ` Qu Wenruo
2023-04-26 11:44         ` Filipe Manana
2023-04-26 11:50           ` Qu Wenruo
2023-04-26 12:00             ` Filipe Manana
2023-04-27 23:00     ` David Sterba
2023-04-26 10:51 ` [PATCH 3/3] btrfs: tag as unlikely the key comparison when checking sibling keys fdmanana
2023-04-26 11:21   ` Qu Wenruo
2023-04-27 23:13   ` David Sterba
2023-04-27 23:13 ` [PATCH 0/3] btrfs: improve sibling keys check failure report David Sterba

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