libbtrfsutil: use pkg-config detection for the right Python version
[platform/upstream/btrfs-progs.git] / extent-tree.c
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2011-04-22 Chris MasonCheck for RAID10 in set_avail_alloc_bits
2009-06-11 Yan ZhengCheck duplicate backrefs for both data and metadata
2009-06-08 Yan ZhengMake sure all dirty blocks are written at commit time
2009-06-08 Yan ZhengUpdate converter for the new format
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-06-03 Luca BrunoFix printf format casting errors
2009-01-07 Yan ZhengAdd semantic checks to btrfsck for files and directories
2008-12-17 Yan ZhengBtrfs: update converter for the new disk format
2008-12-05 Yan Zhengsuperblock duplication
2008-11-18 Yan Zhengupdate btrfs-progs for seed device support
2008-10-09 Yan ZhengRemove offset field from struct btrfs_extent_ref
2008-09-23 Zheng YanFull back reference support
2008-05-13 Chris MasonVerify parent generation number on btree reads
2008-05-12 Chris MasonPass down the expected generation number when reading...
2008-04-24 Yan ZhengSpeed improvement and bug fixes for ext3 converter
2008-04-24 Chris MasonFix balance_level to free the middle block if there...
2008-04-22 Chris MasonUpdate the Ext3 converter
2008-04-15 Chris MasonAdd chunk uuids and update multi-device back references
2008-04-04 Chris MasonDon't allow written blocks from this transaction to...
2008-04-04 Chris MasonRecow all roots at the end of mkfs
2008-04-03 Chris MasonAdd support for single single duplication of metadata
2008-04-03 Chris MasonAdd mirroring support across multiple drives
2008-04-01 Alex Chiangbtrfs-progs: Fix printf format casting errors
2008-03-25 Chris MasonImplement raid0 when multiple devices are present
2008-03-24 Chris MasonWalk all block devices looking for btrfs
2008-03-24 Chris MasonDynamic chunk allocation
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-03-04 Chris MasonRemove extent back refs in batches, and avoid duplicate...
2008-02-04 Chris MasonAdd debugging for block group update failure
2008-03-04 Chris MasonInsert extent record and the first backref in a single...
2008-01-24 Chris MasonTune readahead during defrag to avoid reading too much...
2008-03-04 Chris MasonRename the extent_map code to extent_io
2008-02-01 Chris MasonHash in the owner and offset for file extent backref...
2008-01-08 YanA few update for btrfs-progs
2008-01-04 YanUpdate find_free_extent for the ext3 conversion tool
2008-01-04 YanUpdate btrfs-progs to match kernel sources
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-12-05 YanUpdate btrfs-progs to better match the kernel
2007-11-30 Chris MasonAdd simple stripe size parameter
2007-10-19 Chris Masonproperly init block group cache structs
2007-10-17 Chris MasonRemove the last radix tree (block_group_cache)
2007-10-15 Chris MasonCreate a slightly more generic extent-caching structure
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonStop using radix trees to record pending allocations
2007-10-15 Chris MasonAllow large blocks
2007-09-14 Jan EngelhardtMake btrfs-progs compile with -fstrict-aliasing (includ...
2007-08-29 Josef Bacikbtrfs-progs support for root block accounting
2007-06-12 Chris Masonadd GPLv2
2007-06-12 Chris Masonprintf cleanups
2007-06-08 Chris Mason32 bit compile fixes
2007-05-22 Chris Masoncleanup warnings found with -O2
2007-04-26 Chris Masonstart of block group code
2007-04-24 Chris Masonget rid of the extent_item type field
2007-04-23 Chris Masonfsck checks against extent map, small fixes
2007-04-21 Chris Masonadd owner and type fields to the extents aand block...
2007-04-10 Chris Masondrop owner and parentid
2007-04-05 Chris Masonuuids
2007-03-26 Chris Masongenerations on headers
2007-03-21 Chris MasonBetter block record keeping, real mkfs
2007-03-20 Chris MasonAdd inode map, and the start of file extent items
2007-03-16 Chris Masontransaction handles everywhere
2007-03-16 Chris Masonpin freed blocks from the FS tree too
2007-03-15 Chris MasonUse a chunk of the key flags to record the item type.
2007-03-14 Chris Masonvariable block size support
2007-03-14 Chris Masonadd leaf data casting helper
2007-03-14 Chris Masonproperly reset block cache on free
2007-03-13 Chris MasonChange the super to point to a tree of trees to enable...
2007-03-13 Chris Masonmake some funcs static
2007-03-13 Chris Masonrename funcs and structs to btrfs
2007-03-13 Chris Masonstruct extent_item endian
2007-03-13 Chris Masonnode->blockptrs endian fixes
2007-03-13 Chris Masonstruct item endian fixes
2007-03-12 Chris Masonstruct key endian fixes
2007-03-12 Chris Masonget/set for struct header fields
2007-03-12 Chris Masonfix leak in btrfs_drop_snapshot
2007-03-10 Chris Masonrecursion free-first pass
2007-03-07 Chris MasonFixup last found extent caching
2007-03-07 Chris Masonget rid of add recursion
2007-03-07 Chris MasonFixup reference counting on cows
2007-03-02 Chris Masonearly reference counting
2007-03-02 Chris MasonFix extent code to use merge during delete
2007-02-28 Chris Masonmore return code checking
2007-02-28 Chris Masonreturn code checking
2007-02-26 Chris Masonu64 cleanups
2007-02-26 Chris MasonAdd fsx-style randomized tree tester