summaryrefslogtreecommitdiff
path: root/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: add basic awareness of the free space treeOmar Sandoval2016-01-121-0/+25
* btrfs-progs: print-tree: Output stripe dev uuidQu Wenruo2015-11-031-0/+8
* btrfs-progs: print root item's last_snapshot valueLakshmipathi.G2015-11-021-2/+3
* btrfs-progs: print-tree: print stripe len of a chunkQu Wenruo2015-08-311-1/+3
* btrfs-progs: Add nbytes output for print-tree and reformat inode outputQu Wenruo2015-06-261-1/+4
* btrfs-progs: unify naming of key types in print-treeDavid Sterba2015-06-161-8/+8
* btrfs-progs: Allow btrfs-debug-tree to print human readable qgroup status flag.Qu Wenruo2015-03-241-7/+23
* btrfs-progs: Update qgroup status flags and replace qgroup level/subvid calcu...Qu Wenruo2015-03-241-4/+4
* Btrfs-progs: make debug-tree spit out full_backref flagJosef Bacik2015-02-091-0/+4
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-021-1/+1
* btrfs-progs: debug: print more info about inodeDavid Sterba2014-10-101-2/+6
* btrfs-progs: Add human readable flags output for chunk/block group type.Qu Wenruo2014-08-221-5/+54
* btrfs-progs: Add human readable flags output string for extent flags.Qu Wenruo2014-08-221-2/+22
* btrfs-progs: add quota group verify codeMark Fasheh2014-08-221-1/+1
* btrfs-progs: print qgroup excl as unsignedMark Fasheh2014-08-221-6/+6
* btrfs-progs: Add dev uuid output for print_dev_item().Qu Wenruo2014-08-221-2/+11
* btrfs-progs: add sys_chunk_array and backup roots info to show-superGui Hecheng2014-08-221-1/+1
* Btrfs-progs: update btrfs_file_extent_inline_len to match kernel versionFilipe David Borba Manana2014-04-111-2/+3
* btrfs-progs: convert remaining uuid buffer declarations to BTRFS_UUID_UNPARSE...David Sterba2014-01-311-1/+1
* btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk2014-01-311-1/+1
* btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain2014-01-311-4/+5
* btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk2013-10-161-1/+1
* btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-10-161-1/+1
* btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk2013-10-161-1/+1
* btrfs-progs: fix in-place byte swappingZach Brown2013-09-031-3/+3
* Btrfs-progs: Support UUID tree and UUID items in btrfs-debug-treeStefan Behrens2013-08-091-3/+43
* Btrfs-progs: pretty print dir_item typeFilipe David Borba Manana2013-08-091-1/+39
* Btrfs-progs: in btrfs-debug-tree, print -1 in key for (u64)-1Stefan Behrens2013-04-231-1/+7
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-231-4/+16
* btrfs-progs: break after printing FREE_INOZach Brown2013-02-051-0/+1
* btrfs-progs: Basic support for extended inode refsMark Fasheh2013-01-311-0/+44
* Btrfs-progs: add support for device replace procedureStefan Behrens2013-01-311-0/+3
* Btrfs-progs: add command to get/reset device stats via ioctlStefan Behrens2013-01-311-0/+6
* btrfs-progs: pretty print key in extent_itemDavid Sterba2012-10-041-5/+3
* Btrfs progs: quota groups supportv0.20-rc1Arne Jansen2012-09-041-2/+88
* Btrfs-progs: update btrfs-progs for subvol uuid+times supportAlexander Block2012-07-261-18/+61
* Btrfs-progs: print inode transid and dir item data field in debug-treeAlexander Block2012-07-261-1/+8
* Btrfs-progs: make print-tree.c aware of free space cacheIlya Dryomov2012-03-131-9/+43
* btrfsck: add code to rebuild extent recordsChris Mason2012-02-071-1/+1
* Btrfs-progs: add restriper headersIlya Dryomov2012-02-031-0/+6
* Print the root generation in btrfs-debug-treeChris Mason2011-10-251-2/+3
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-251-1/+1
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-3/+0
* only print FIRST_CHUNK_TREE for chunk items in debug-treeSage Weil2010-09-231-2/+5
* Btrfs: add btrfs-debug-tree -b <block number> to print a single blockChris Mason2010-04-061-3/+5
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-15/+144
* Fix printf format casting errorsLuca Bruno2009-06-031-1/+1
* Update btrfs-debug-tree to output more readable strings.Shen Feng2009-06-031-26/+95
* Fix print-tree.c to skip blocks it can't read instead of abortingChris Mason2009-05-131-0/+6
* Add scan of the btrfs log tree to btrfs-debug-treeChris Mason2009-04-151-0/+13