All of lore.kernel.org
 help / color / mirror / Atom feed
From: fdmanana@kernel.org
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 00/11] btrfs: print-tree enhancements
Date: Mon, 15 Sep 2025 17:37:02 +0100	[thread overview]
Message-ID: <cover.1757952682.git.fdmanana@suse.com> (raw)

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


             reply	other threads:[~2025-09-15 16:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-15 16:37 fdmanana [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1757952682.git.fdmanana@suse.com \
    --to=fdmanana@kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.