]> Gentwo Git Trees - linux/.git/commit
btrfs: print-tree: print information about dir log items
authorFilipe Manana <fdmanana@suse.com>
Fri, 12 Sep 2025 16:43:46 +0000 (17:43 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 23 Sep 2025 06:49:22 +0000 (08:49 +0200)
commit7d2197b5dc0cd02e9758fd4dd0d1e7e3707dfbe7
tree75817751ed192345c4788d1e05911060841b93d0
parent7317555f4553aaec9dc732e24c88b8258b3c9deb
btrfs: print-tree: print information about dir log items

We currently don't print information about dir log items (other than the
key, item offset and item size), which is useful to look at when debugging
problems with a log tree. So print their specific information (currently
they only have an end index number) in a format similar to btrfs-progs.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/print-tree.c