All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] btrfs: print-tree enhancements
@ 2025-09-15 16:37 fdmanana
  2025-09-15 16:37 ` [PATCH 01/11] btrfs: print-tree: print missing fields for inode items fdmanana
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: fdmanana @ 2025-09-15 16:37 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

The following are several enhancements to the kernel print-tree
implementation. These are motivated by debugging log tree leaves and
apply to the type of items we can find in log trees, and having this
makes the debugging much simpler. Details in the change logs.

Filipe Manana (11):
  btrfs: print-tree: print missing fields for inode items
  btrfs: print-tree: print more information about dir items
  btrfs: print-tree: print dir items for dir index and xattr keys too
  btrfs: print-tree: print information about inode ref items
  btrfs: print-tree: print information about inode extref items
  btrfs: print-tree: print information about dir log items
  btrfs: print-tree: print range information for extent csum items
  btrfs: print-tree: print correct inline extent data size
  btrfs: print-tree: print compression type for file extent items
  btrfs: print-tree: move code for processing file extent item into helper
  btrfs: print-tree: print key types as human readable strings

 fs/btrfs/print-tree.c | 256 ++++++++++++++++++++++++++++++++++++------
 1 file changed, 222 insertions(+), 34 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-09-16  6:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 16:37 [PATCH 00/11] btrfs: print-tree enhancements fdmanana
2025-09-15 16:37 ` [PATCH 01/11] btrfs: print-tree: print missing fields for inode items fdmanana
2025-09-15 16:37 ` [PATCH 02/11] btrfs: print-tree: print more information about dir items fdmanana
2025-09-15 16:37 ` [PATCH 03/11] btrfs: print-tree: print dir items for dir index and xattr keys too fdmanana
2025-09-15 16:37 ` [PATCH 04/11] btrfs: print-tree: print information about inode ref items fdmanana
2025-09-15 16:37 ` [PATCH 05/11] btrfs: print-tree: print information about inode extref items fdmanana
2025-09-15 16:37 ` [PATCH 06/11] btrfs: print-tree: print information about dir log items fdmanana
2025-09-15 16:37 ` [PATCH 07/11] btrfs: print-tree: print range information for extent csum items fdmanana
2025-09-15 16:37 ` [PATCH 08/11] btrfs: print-tree: print correct inline extent data size fdmanana
2025-09-15 16:37 ` [PATCH 09/11] btrfs: print-tree: print compression type for file extent items fdmanana
2025-09-15 16:37 ` [PATCH 10/11] btrfs: print-tree: move code for processing file extent item into helper fdmanana
2025-09-15 16:37 ` [PATCH 11/11] btrfs: print-tree: print key types as human readable strings fdmanana
2025-09-15 22:02 ` [PATCH 00/11] btrfs: print-tree enhancements Qu Wenruo
2025-09-16  6:46 ` Johannes Thumshirn

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.