summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik2014-07-031-4/+5
* Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2014-01-291-1/+1
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-1/+1
* btrfs: drop unused parameter from btrfs_item_nrRoss Kirk2013-11-111-1/+1
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-51/+28
* Btrfs: support printing UUID tree elementsStefan Behrens2013-09-011-0/+24
* Btrfs: Print key type in decimal everywhereStefan Behrens2013-09-011-2/+2
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-5/+4
* btrfs: add missing break in btrfs_print_leaf()Eric Sandeen2013-02-201-0/+1
* Btrfs: introduce a btrfs_dev_replace_item typeStefan Behrens2012-12-121-0/+3
* Btrfs: read device stats on mount, write modified ones during commitStefan Behrens2012-05-301-0/+3
* btrfs: fix oops on failure pathDaniel J Blueman2011-10-201-2/+6
* btrfs: fix missing break in switch phraseliubo2011-01-281-0/+1
* Btrfs: remove of redundant btrfs_header_levelDaniel Cadete2009-07-221-3/+3