summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs-progs: add missing path releaseFilipe David Borba Manana2013-08-091-0/+1
* Btrfs-progs: remove incorrect slot decrementFilipe David Borba Manana2013-08-091-1/+1
* Btrfs-progs: fix optimization in btrfs_lookup_extent_infoFilipe David Borba Manana2013-08-091-2/+3
* Btrfs-progs: don't ignore errors in extent-tree.cFilipe David Borba Manana2013-08-091-7/+13
* Btrfs-progs: fix compile warning in btrfs_free_block_groups()Wang Shilong2013-08-091-1/+3
* Btrfs-progs: make extent_ref_type() match kernelspaceEric Sandeen2013-08-091-4/+6
* Btrfs-progs: cleanup duplicated division functionsEric Sandeen2013-08-091-9/+1
* Btrfs-progs: remove some dead/unbuilt codeEric Sandeen2013-08-091-71/+0
* Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie2013-07-031-6/+0
* Btrfs-progs: fix the allocatorJosef Bacik2013-06-191-12/+5
* Btrfs-progs: add --init-extent-tree to btrfsckJosef Bacik2013-06-191-9/+22
* Btrfs-progs: make fsck fix certain file extent inconsistenciesJosef Bacik2013-06-191-0/+6
* Btrfs-progs: add a free space cache checker to fsck V2Josef Bacik2013-04-231-2/+10
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-231-25/+201
* Btrfs-progs: fix memory leaks on cleanupJosef Bacik2013-03-181-0/+9
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-4/+4
* Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-061-1/+1
|\
| * Btrfs-progs: use btrfs_lookup_first_block_group when fixing accountingJosef Bacik2013-02-011-1/+1
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-0/+2
* | Fix alignment during allocationsChris Mason2013-02-011-1/+3
|/
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-221-12/+7
* btrfsck: remove extents from the fsck reference tracker as they are freedChris Mason2012-02-101-0/+6
* btrfsck: make sure we fix the block group accounting during repairChris Mason2012-02-091-0/+24
* btrfsck: make sure to dirty all block groups as we fix accountingChris Mason2012-02-091-0/+6
* btrfsck: fix block group accounting during repairChris Mason2012-02-081-1/+147
* btrfs-corrupt-block: add -E option to randomly corrupt the extent_rootChris Mason2012-02-071-3/+6
* btrfsck: add code to rebuild extent recordsChris Mason2012-02-071-11/+13
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-0/+13
* 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