aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: new inline ref storing owning subvol of data extentsGravatar Boris Burkov 1-0/+12
2023-10-12btrfs: add raid stripe tree pretty printerGravatar Johannes Thumshirn 1-0/+23
2023-08-21btrfs: remove v0 extent handlingGravatar Qu Wenruo 1-6/+4
2023-06-19btrfs: print-tree: pass const extent buffer pointerGravatar Qu Wenruo 1-8/+8
2023-05-09btrfs: print-tree: parent bytenr must be aligned to sector sizeGravatar Anastasia Belova 1-3/+3
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hGravatar Christoph Hellwig 1-0/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureGravatar Qu Wenruo 1-6/+8
2022-12-05btrfs: extend btrfs_dir_item type to store encryption statusGravatar Omar Sandoval 1-2/+2
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Gravatar Qu Wenruo 1-2/+2
2022-03-14btrfs: add code to support the block group rootGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-3/+3
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereGravatar Josef Bacik 1-3/+1
2021-01-07btrfs: print the actual offset in btrfs_root_nameGravatar Josef Bacik 1-5/+5
2020-12-08btrfs: pass root owner to read_tree_blockGravatar Josef Bacik 1-0/+1
2020-12-08btrfs: remove unnecessary casts in printkGravatar David Sterba 1-2/+1
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreGravatar Josef Bacik 1-9/+2
2020-10-07btrfs: pretty print leaked root nameGravatar Josef Bacik 1-0/+38
2020-09-07btrfs: require only sector size alignment for parent eb bytenrGravatar Qu Wenruo 1-5/+7
2020-01-20btrfs: Remove unneeded semicolonGravatar zhengbin 1-1/+1
2019-11-18btrfs: rename extent buffer block group item accessorsGravatar David Sterba 1-3/+3
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intGravatar David Sterba 1-1/+1
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intGravatar David Sterba 1-1/+1
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intGravatar David Sterba 1-1/+1
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceGravatar David Sterba 1-1/+1
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalGravatar David Sterba 1-1/+1
2018-08-06btrfs: Add graceful handling of V0 extentsGravatar Nikolay Borisov 1-3/+6
2018-08-06btrfs: Remove V0 extent supportGravatar Nikolay Borisov 1-29/+1
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenGravatar Qu Wenruo 1-2/+2
2018-05-28btrfs: print-tree: Add eb locking status output for debug buildGravatar Qu Wenruo 1-0/+21
2018-04-20btrfs: print-tree: debugging output enhancementGravatar Qu Wenruo 1-10/+15
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: Validate child tree block's level and first keyGravatar Qu Wenruo 1-3/+7
2017-08-21Btrfs: add one more sanity check for shared ref typeGravatar Liu Bo 1-6/+21
2017-08-21Btrfs: remove BUG() in print_extent_itemGravatar Liu Bo 1-1/+4
2017-08-16btrfs: get fs_info from eb in btrfs_print_tree, remove argumentGravatar David Sterba 1-2/+4
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentGravatar David Sterba 1-2/+4
2017-06-19Btrfs: let btrfs_print_leaf print more about block groupGravatar Liu Bo 1-2/+5
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-8/+7
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-3/+5
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-31/+31
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-32/+18
2016-09-26Btrfs: add error handling for extent buffer in print treeGravatar Liu Bo 1-0/+7
2016-02-11btrfs: teach print_leaf about temporary item subtypesGravatar David Sterba 1-0/+11
2016-02-11btrfs: teach print_leaf about permanent item subtypesGravatar David Sterba 1-2/+10
2014-10-02btrfs: remove parameter blocksize from read_tree_blockGravatar David Sterba 1-1/+0
2014-09-17btrfs: use nodesize everywhere, kill leafsizeGravatar David Sterba 1-1/+1
2014-09-17btrfs: kill the key type accessor helpersGravatar David Sterba 1-1/+1