summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: new inline ref storing owning subvol of data extentsBoris Burkov2023-10-121-0/+12
* btrfs: add raid stripe tree pretty printerJohannes Thumshirn2023-10-121-0/+23
* btrfs: remove v0 extent handlingQu Wenruo2023-08-211-6/+4
* btrfs: print-tree: pass const extent buffer pointerQu Wenruo2023-06-191-8/+8
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-091-3/+3
* btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig2022-12-051-0/+1
* btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo2022-12-051-6/+8
* btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval2022-12-051-2/+2
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo2022-03-141-2/+2
* btrfs: add code to support the block group rootJosef Bacik2022-03-141-0/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-3/+3
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-3/+1
* btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-071-5/+5
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-0/+1
* btrfs: remove unnecessary casts in printkDavid Sterba2020-12-081-2/+1
* btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik2020-12-081-9/+2
* btrfs: pretty print leaked root nameJosef Bacik2020-10-071-0/+38
* btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-071-5/+7
* btrfs: Remove unneeded semicolonzhengbin2020-01-201-1/+1
* btrfs: rename extent buffer block group item accessorsDavid Sterba2019-11-181-3/+3
* btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba2019-07-021-1/+1
* btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba2019-07-021-1/+1
* btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba2019-07-021-1/+1
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-1/+1
* btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba2018-08-061-1/+1
* btrfs: Add graceful handling of V0 extentsNikolay Borisov2018-08-061-3/+6
* btrfs: Remove V0 extent supportNikolay Borisov2018-08-061-29/+1
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-2/+2
* btrfs: print-tree: Add eb locking status output for debug buildQu Wenruo2018-05-281-0/+21
* btrfs: print-tree: debugging output enhancementQu Wenruo2018-04-201-10/+15
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-3/+7
* Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-211-6/+21
* Btrfs: remove BUG() in print_extent_itemLiu Bo2017-08-211-1/+4
* btrfs: get fs_info from eb in btrfs_print_tree, remove argumentDavid Sterba2017-08-161-2/+4
* btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-2/+4
* Btrfs: let btrfs_print_leaf print more about block groupLiu Bo2017-06-191-2/+5
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-8/+7
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-3/+5
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-1/+1
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-31/+31
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-32/+18
* Btrfs: add error handling for extent buffer in print treeLiu Bo2016-09-261-0/+7
* btrfs: teach print_leaf about temporary item subtypesDavid Sterba2016-02-111-0/+11
* btrfs: teach print_leaf about permanent item subtypesDavid Sterba2016-02-111-2/+10
* btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-021-1/+0
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-1/+1
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-1/+1