summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-171-21/+1
* btrfs-progs: remove unused flags for btrfs_pathGui Hecheng2014-08-281-6/+0
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-221-2/+1
* Btrfs-progs: fsck: handle case that we can not lookup extent infoWang Shilong2014-03-211-1/+1
* mkfs: fix mkfs -r to properly allocate spaceChris Mason2013-10-161-5/+99
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-031-107/+8
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-20/+20
* Btrfs-progs: add missing path alloc return value checkFilipe David Borba Manana2013-08-091-4/+4
* 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