summaryrefslogtreecommitdiffstats
path: root/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Print the root generation in btrfs-debug-treeHEADmasterChris Mason1-2/+3
2011-10-25btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard1-1/+1
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball1-3/+0
2010-09-23only print FIRST_CHUNK_TREE for chunk items in debug-treeSage Weil1-2/+5
2010-04-06Btrfs: add btrfs-debug-tree -b <block number> to print a single blockChris Mason1-3/+5
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-15/+144
2009-06-03Fix printf format casting errorsLuca Bruno1-1/+1
2009-06-03Update btrfs-debug-tree to output more readable strings.Shen Feng1-26/+95
2009-05-13Fix print-tree.c to skip blocks it can't read instead of abortingChris Mason1-0/+6
2009-04-15Add scan of the btrfs log tree to btrfs-debug-treeChris Mason1-0/+13
2009-01-07debug-tree output tree/key type instead of idShen Feng1-6/+73
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-0/+4
2008-11-20Btrfs image toolYan Zheng1-3/+3
2008-11-18Add disk format requirements for subvol backward and forward refsChris Mason1-0/+21
2008-10-31Add fallocate support v2Yan Zheng1-19/+36
2008-10-29Add disk format elements for compressionChris Mason1-4/+11
2008-10-09Remove offset field from struct btrfs_extent_refYan Zheng1-2/+1
2008-09-23Full back reference supportZheng Yan1-2/+3
2008-07-30btrfs-progs: add orphan support to print-treeJosef Bacik1-0/+3
2008-07-24btrfs-progs new dir index supportJosef Bacik1-2/+4
2008-05-12Pass down the expected generation number when reading tree blocksChris Mason1-1/+2
2008-04-15Add chunk uuids and update multi-device back referencesChris Mason1-5/+40
2008-03-24Btrfsck updates for multi-device filesystemsChris Mason1-13/+2
2008-03-24Add support for multiple devices per filesystemChris Mason1-2/+51
2008-01-07btrfs_print_node: don't use btrfs_item_key_to_cpu on nodesChris Mason1-1/+1
2008-01-04Update btrfs-progs to match kernel sourcesYan1-88/+104
2007-12-12Add back pointers from the inode to the directory that referenced itChris Mason1-0/+23
2007-12-11Add back pointers from extents to the file or btree referencing themChris Mason1-3/+12
2007-12-09Add generation numbers to block pointersChris Mason1-2/+3
2007-11-16xattr support for btrfs-progsJosef Bacik1-4/+7
2007-10-15Switch to byte granular allocationsChris Mason1-11/+17
2007-10-15Allow large blocksChris Mason1-3/+3
2007-09-14extra stats for btrfsck, link count in print-tree.cChris Mason1-2/+3
2007-08-07add defrag ioctlChris Mason1-0/+10
2007-06-12add GPLv2Chris Mason1-0/+18
2007-06-12printf cleanupsChris Mason1-36/+37
2007-06-09remove device treeChris Mason1-9/+0
2007-05-30data vs metadata flag for block groupsChris Mason1-2/+2
2007-04-30allocator improvements, inode block groupsChris Mason1-1/+2
2007-04-26start of block group codeChris Mason1-5/+7
2007-04-24get rid of the extent_item type fieldChris Mason1-2/+1
2007-04-20add owner and type fields to the extents aand block headersChris Mason1-6/+10
2007-04-19bring back the inode number directory indexChris Mason1-12/+22
2007-04-19inline file data in extentsChris Mason1-0/+6
2007-04-18key flag reorgChris Mason1-2/+2
2007-04-17rework csum and extent item orderingChris Mason1-2/+2
2007-04-16early work to file_write in big extentsChris Mason1-0/+6
2007-04-12add some support for multiple devices to progsChris Mason1-1/+2
2007-04-11early support for multiple devicesChris Mason1-0/+8
2007-04-10drop owner and parentidChris Mason1-6/+4
2007-04-10drop the inode map treeChris Mason1-8/+0
2007-04-06start of support for subvolumesChris Mason1-9/+11
2007-04-04dir inode indexChris Mason1-0/+9
2007-04-04update print-tree for inline dataChris Mason1-0/+5
2007-03-26add file extents to print_leafChris Mason1-0/+11
2007-03-26generations on headersChris Mason1-4/+9
2007-03-21create a root dir in mkfsChris Mason1-2/+3
2007-03-20change dir-test to insert inode_itemsChris Mason1-0/+5
2007-03-20Add inode map, and the start of file extent itemsChris Mason1-4/+9
2007-03-16add a name_len to dir items, reorder keyChris Mason1-4/+4
2007-03-15directory testing code and dir item fixesChris Mason1-0/+12
2007-03-15Use a chunk of the key flags to record the item type.Chris Mason1-11/+25
2007-03-14reorder key offset and flagsChris Mason1-5/+7
2007-03-14variable block size supportChris Mason1-7/+8
2007-03-14add leaf data casting helperChris Mason1-3/+2
2007-03-13Change the super to point to a tree of trees to enable persistent snapshotsChris Mason1-4/+6
2007-03-13rename funcs and structs to btrfsChris Mason1-11/+12
2007-03-13node->blockptrs endian fixesChris Mason1-2/+2
2007-03-12struct item endian fixesChris Mason1-6/+9
2007-03-12get/set for struct header fieldsChris Mason1-14/+12
2007-03-06Fixup reference counting on cowsChris Mason1-2/+4
2007-02-26more 32 bit cleanupsChris Mason1-1/+1
2007-02-2632bit cleanupsChris Mason1-1/+1
2007-02-26u64 cleanupsChris Mason1-5/+5
2007-02-24Break up ctree.c a littleChris Mason1-0/+72