summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+1Star
* 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/+7Star
* 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/+18Star
* 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/+0Star
* 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-121-1/+1
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-51/+28Star
* 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/+4Star
* 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
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-17/+138
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-29/+44
* Btrfs: Add zlib compression supportChris Mason2008-10-291-3/+4
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-2/+1Star
* Btrfs: Full back reference supportZheng Yan2008-09-251-2/+3
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-1/+0Star
* Btrfs: Pass down the expected generation number when reading tree blocksChris Mason2008-09-251-1/+2
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-251-6/+14