btrfs-progs: free-space-cache: Enhance free space cache free space check
[platform/upstream/btrfs-progs.git] / print-tree.c
2013-01-31 Stefan BehrensBtrfs-progs: add support for device replace procedure
2013-01-31 Stefan BehrensBtrfs-progs: add command to get/reset device stats...
2012-10-04 David Sterbabtrfs-progs: pretty print key in extent_item
2012-09-04 Arne JansenBtrfs progs: quota groups support upstream/0.20.rc1 v0.20-rc1
2012-07-26 Alexander BlockBtrfs-progs: update btrfs-progs for subvol uuid+times...
2012-07-26 Alexander BlockBtrfs-progs: print inode transid and dir item data...
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-03-13 Ilya DryomovBtrfs-progs: make print-tree.c aware of free space...
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-07 Chris Masonbtrfsck: add code to rebuild extent records
2012-02-05 Chris MasonMerge branch 'restriper' of git://github.com/idryomov...
2012-02-03 Ilya DryomovBtrfs-progs: add restriper headers
2011-10-27 Chris MasonPrint the root generation in btrfs-debug-tree
2011-10-25 Chris MasonPrint the root generation in btrfs-debug-tree
2011-10-25 Anton Blanchardbtrfs-progs: cast u64 to long long to avoid printf...
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2010-09-24 Sage Weilonly print FIRST_CHUNK_TREE for chunk items in debug...
2010-04-06 Chris MasonBtrfs: add btrfs-debug-tree -b <block number> to print...
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-06-03 Luca BrunoFix printf format casting errors
2009-06-03 Shen FengUpdate btrfs-debug-tree to output more readable strings.
2009-05-13 Chris MasonFix print-tree.c to skip blocks it can't read instead...
2009-04-15 Chris MasonAdd scan of the btrfs log tree to btrfs-debug-tree
2009-01-07 Shen Fengdebug-tree output tree/key type instead of id
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-11-20 Yan ZhengBtrfs image tool
2008-11-18 Chris MasonAdd disk format requirements for subvol backward and...
2008-10-31 Yan ZhengAdd fallocate support v2
2008-10-29 Chris MasonAdd disk format elements for compression
2008-10-09 Yan ZhengRemove offset field from struct btrfs_extent_ref
2008-09-23 Zheng YanFull back reference support
2008-07-30 Josef Bacikbtrfs-progs: add orphan support to print-tree
2008-07-24 Josef Bacikbtrfs-progs new dir index support
2008-05-12 Chris MasonPass down the expected generation number when reading...
2008-04-15 Chris MasonAdd chunk uuids and update multi-device back references
2008-03-24 Chris MasonBtrfsck updates for multi-device filesystems
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-01-07 Chris Masonbtrfs_print_node: don't use btrfs_item_key_to_cpu on...
2008-01-04 YanUpdate btrfs-progs to match kernel sources
2007-12-12 Chris MasonAdd back pointers from the inode to the directory that...
2007-12-11 Chris MasonAdd back pointers from extents to the file or btree...
2007-12-09 Chris MasonAdd generation numbers to block pointers
2007-11-16 Josef Bacikxattr support for btrfs-progs
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonAllow large blocks
2007-09-14 Chris Masonextra stats for btrfsck, link count in print-tree.c
2007-08-07 Chris Masonadd defrag ioctl
2007-06-12 Chris Masonadd GPLv2
2007-06-12 Chris Masonprintf cleanups
2007-06-09 Chris Masonremove device tree
2007-05-30 Chris Masondata vs metadata flag for block groups
2007-04-30 Chris Masonallocator improvements, inode block groups
2007-04-26 Chris Masonstart of block group code
2007-04-24 Chris Masonget rid of the extent_item type field
2007-04-21 Chris Masonadd owner and type fields to the extents aand block...
2007-04-19 Chris Masonbring back the inode number directory index
2007-04-19 Chris Masoninline file data in extents
2007-04-18 Chris Masonkey flag reorg
2007-04-17 Chris Masonrework csum and extent item ordering
2007-04-16 Chris Masonearly work to file_write in big extents
2007-04-12 Chris Masonadd some support for multiple devices to progs
2007-04-11 Chris Masonearly support for multiple devices
2007-04-10 Chris Masondrop owner and parentid
2007-04-10 Chris Masondrop the inode map tree
2007-04-06 Chris Masonstart of support for subvolumes
2007-04-05 Chris Masondir inode index
2007-04-04 Chris Masonupdate print-tree for inline data
2007-03-26 Chris Masonadd file extents to print_leaf
2007-03-26 Chris Masongenerations on headers
2007-03-21 Chris Masoncreate a root dir in mkfs
2007-03-20 Chris Masonchange dir-test to insert inode_items
2007-03-20 Chris MasonAdd inode map, and the start of file extent items
2007-03-16 Chris Masonadd a name_len to dir items, reorder key
2007-03-15 Chris Masondirectory testing code and dir item fixes
2007-03-15 Chris MasonUse a chunk of the key flags to record the item type.
2007-03-14 Chris Masonreorder key offset and flags
2007-03-14 Chris Masonvariable block size support
2007-03-14 Chris Masonadd leaf data casting helper
2007-03-13 Chris MasonChange the super to point to a tree of trees to enable...
2007-03-13 Chris Masonrename funcs and structs to btrfs
2007-03-13 Chris Masonnode->blockptrs endian fixes
2007-03-13 Chris Masonstruct item endian fixes
2007-03-12 Chris Masonget/set for struct header fields
2007-03-07 Chris MasonFixup reference counting on cows
2007-02-26 Chris Masonmore 32 bit cleanups
2007-02-26 Chris Mason32bit cleanups
2007-02-26 Chris Masonu64 cleanups
2007-02-24 Chris MasonBreak up ctree.c a little