summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs progs: fix extra metadata chunk allocation in --mixed caseArne Jansen2011-10-251-3/+4
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-251-1/+2
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-30/+0
* Check for RAID10 in set_avail_alloc_bitsChris Mason2011-04-221-0/+1
* Check duplicate backrefs for both data and metadataYan Zheng2009-06-111-8/+2
* Make sure all dirty blocks are written at commit timeYan Zheng2009-06-081-19/+13
* Update converter for the new formatYan Zheng2009-06-081-6/+18
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-647/+1273
* Fix printf format casting errorsLuca Bruno2009-06-031-1/+2
* Add semantic checks to btrfsck for files and directoriesYan Zheng2009-01-071-9/+10
* Btrfs: update converter for the new disk formatYan Zheng2008-12-171-31/+27
* superblock duplicationYan Zheng2008-12-051-0/+26
* update btrfs-progs for seed device supportYan Zheng2008-11-181-34/+47
* Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-65/+45
* Full back reference supportZheng Yan2008-09-231-457/+639
* Verify parent generation number on btree readsv0.15Chris Mason2008-05-131-2/+2
* Pass down the expected generation number when reading tree blocksChris Mason2008-05-121-3/+8
* Speed improvement and bug fixes for ext3 converterYan Zheng2008-04-241-15/+24
* Fix balance_level to free the middle block if there is room in the left oneChris Mason2008-04-241-2/+2
* Update the Ext3 converterChris Mason2008-04-221-11/+109
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-151-15/+8
* Don't allow written blocks from this transaction to be reallocatedChris Mason2008-04-041-1/+3
* Recow all roots at the end of mkfsChris Mason2008-04-041-23/+41
* Add support for single single duplication of metadataChris Mason2008-04-031-12/+3
* Add mirroring support across multiple drivesChris Mason2008-04-031-2/+6
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-011-9/+15
* Implement raid0 when multiple devices are presentChris Mason2008-03-251-33/+44
* Walk all block devices looking for btrfsChris Mason2008-03-241-4/+0
* Dynamic chunk allocationChris Mason2008-03-241-41/+149
* Add support for multiple devices per filesystemChris Mason2008-03-241-277/+146
* Remove extent back refs in batches, and avoid duplicate searchesChris Mason2008-03-041-8/+54
* Add debugging for block group update failureChris Mason2008-02-041-1/+5
* Insert extent record and the first backref in a single balanceChris Mason2008-03-041-19/+29
* Tune readahead during defrag to avoid reading too much at onceChris Mason2008-01-241-13/+28
* Rename the extent_map code to extent_ioChris Mason2008-03-041-21/+12
* Hash in the owner and offset for file extent backref keysChris Mason2008-02-011-7/+6
* A few update for btrfs-progsYan2008-01-081-44/+35
* Update find_free_extent for the ext3 conversion toolYan2008-01-041-8/+15
* Update btrfs-progs to match kernel sourcesYan2008-01-041-463/+1723
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-111-17/+245
* Add generation numbers to block pointersChris Mason2007-12-091-2/+1
* Update btrfs-progs to better match the kernelYan2007-12-051-7/+19
* Add simple stripe size parameterv0.9Chris Mason2007-11-301-7/+20
* properly init block group cache structsChris Mason2007-10-191-0/+1
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-171-48/+43
* Create a slightly more generic extent-caching structureChris Mason2007-10-151-27/+27
* Switch to byte granular allocationsChris Mason2007-10-151-93/+79
* Stop using radix trees to record pending allocationsChris Mason2007-10-151-92/+63
* Allow large blocksChris Mason2007-10-151-11/+5
* Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again.Jan Engelhardt2007-09-141-5/+5