summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-17/+138
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-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/+1
* Btrfs: Full back reference supportZheng Yan2008-09-251-2/+3
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-1/+0
* 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
* Btrfs: Move device information into the super block so it can be scannedChris Mason2008-09-251-13/+2
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-251-0/+48
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-251-0/+10
* xattr support for btrfsJosef Bacik2008-09-251-2/+1
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-10/+13
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-51/+45
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+0
* Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason2007-06-181-0/+18