summaryrefslogtreecommitdiff
path: root/fs/btrfs/print-tree.c
AgeCommit message (Expand)Author
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana
2025-11-24btrfs: print-tree: use string format for key namesDavid Sterba
2025-09-23btrfs: print-tree: print key types as human readable stringsFilipe Manana
2025-09-23btrfs: print-tree: move code for processing file extent item into helperFilipe Manana
2025-09-23btrfs: print-tree: print compression type for file extent itemsFilipe Manana
2025-09-23btrfs: print-tree: print correct inline extent data sizeFilipe Manana
2025-09-23btrfs: print-tree: print range information for extent csum itemsFilipe Manana
2025-09-23btrfs: print-tree: print information about dir log itemsFilipe Manana
2025-09-23btrfs: print-tree: print information about inode extref itemsFilipe Manana
2025-09-23btrfs: print-tree: print information about inode ref itemsFilipe Manana
2025-09-23btrfs: print-tree: print dir items for dir index and xattr keys tooFilipe Manana
2025-09-23btrfs: print-tree: print more information about dir itemsFilipe Manana
2025-09-23btrfs: print-tree: print missing fields for inode itemsFilipe Manana
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
2025-07-21btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
2024-08-02btrfs: avoid using fixed char array size for tree namesQu Wenruo
2024-07-11btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn
2024-07-11btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEYQu Wenruo
2024-07-11btrfs: only print error message when checking item size in print_extent_item()David Sterba
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov
2023-10-12btrfs: add raid stripe tree pretty printerJohannes Thumshirn
2023-08-21btrfs: remove v0 extent handlingQu Wenruo
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo
2023-05-09btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo
2022-03-14btrfs: add code to support the block group rootJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2021-01-07btrfs: print the actual offset in btrfs_root_nameJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: remove unnecessary casts in printkDavid Sterba
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2020-10-07btrfs: pretty print leaked root nameJosef Bacik
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-01-20btrfs: Remove unneeded semicolonzhengbin
2019-11-18btrfs: rename extent buffer block group item accessorsDavid Sterba
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2018-05-28btrfs: print-tree: Add eb locking status output for debug buildQu Wenruo