summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add incompat flag for big metadata blocksdangerdonteveruseChris Mason2012-03-281-0/+15
* mkfs: make -l and -n an alias for each otherChris Mason2012-03-261-4/+8
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-226-32/+81
* Scan /dev/md and device mapper devices lastChris Mason2012-02-222-2/+32
* Btrfs: use /proc/partitions scanning for btrfs_scan_for_fsidChris Mason2012-02-211-1/+6
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-217-218/+439
* btrfsck: remove extents from the fsck reference tracker as they are freedChris Mason2012-02-103-7/+99
* btrfsck: make sure we fix the block group accounting during repairChris Mason2012-02-092-4/+32
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-094-6/+66
* btrfsck: make sure to dirty all block groups as we fix accountingChris Mason2012-02-091-0/+6
* Fix btrfs-convert, btrfs-restore and btrfs-find-root buildChris Mason2012-02-082-8/+8
* Turn off some commands in MakefileChris Mason2012-02-081-1/+1
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-089-17/+39
|\
| * Btrfs-progs: allow multi-line command group synopsisIlya Dryomov2012-02-089-17/+39
* | btrfsck: fix block group accounting during repairChris Mason2012-02-084-75/+174
* | btrfs-corrupt-block: add -E option to randomly corrupt the extent_rootChris Mason2012-02-072-30/+111
* | btrfsck: add code to rebuild extent recordsChris Mason2012-02-074-48/+436
* | btrfs-corrupt-block: add -e option to corrupt the extent recordChris Mason2012-02-071-39/+76
* | btrfsck: don't BUG on corrupted extent recordsChris Mason2012-02-061-1/+4
* | Allow extent_buffers to use more ramChris Mason2012-02-061-4/+6
* | btrfsck: print some progressChris Mason2012-02-061-0/+3
* | Add open_ctree_fs_info for partial FS opensChris Mason2012-02-055-54/+112
|/
* Merge branch 'restriper' of git://github.com/idryomov/btrfs-progsparserChris Mason2012-02-051-6/+32
|\
| * Btrfs-progs: fall back to the v1 ioctl if the new balance ioctl failsChris Mason2012-02-051-6/+32
* | Merge branch 'restriper' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-059-45/+795
|\ \ | |/
| * Btrfs-progs: add restriper commandsIlya Dryomov2012-02-031-0/+588
| * Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov2012-02-035-38/+101
| * Btrfs-progs: add restriper headersIlya Dryomov2012-02-034-7/+106
* | Merge branch 'parser' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-0512-1765/+2231
|\ \ | |/
| * Btrfs-progs: switch all existing commands to a new parserIlya Dryomov2012-02-038-200/+466
| * Btrfs-progs: implement new subcommand parserIlya Dryomov2012-02-034-386/+479
| * Btrfs-progs: rearrange files in the repoIlya Dryomov2012-02-039-1312/+1419
* | Btrfs-progs: change the way mkfs picks raid profilesIlya Dryomov2011-12-121-11/+35
* | Btrfs-progs: fail gracefully on error from open_ctree()Ilya Dryomov2011-12-121-4/+5
|/
* Btrfs-progs: Relocate -lpthread in makefileArnd Hannemann2011-12-011-2/+2
* btrfs-progs: make sure btrfs-zero-log writes somethingChris Mason2011-11-211-0/+3
* Btrfs: add the tree history log to btrfs-progsChris Mason2011-11-052-1/+139
* Btrfs: fix raid10 reading mathintegration-scrubChris Mason2011-11-031-2/+0
* Btrfs-progs: added ioctls and commands to resolve inodes and logical addrsJan Schmidt2011-11-025-1/+262
* Btrfs-progs: added resolve commands to man pageJan Schmidt2011-11-021-0/+29
* Fix missing entries in listing of subvolumesLi Zefan2011-11-021-1/+4
* Btrfs-progs: btrfs-list: split list_subvolsChris Mason2011-11-021-85/+64
* Merge branch 'recovery-beta' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2011-10-3116-86/+2148
|\
| * btrfs-progs: remove old debugging statementrecovery-betaChris Mason2011-10-271-2/+0
| * btrfs-progs: add a utility to corrupt a single blockChris Mason2011-10-272-1/+225
| * btrfs-debug-tree: add -r option to print only the rootsChris Mason2011-10-271-9/+28
| * restore: deal with holes and set i_size correctlyChris Mason2011-10-272-3/+21
| * btrfs-progs: fixup is_mounted checksChris Mason2011-10-271-6/+12
| * btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-2713-70/+1867
| * Print the root generation in btrfs-debug-treeChris Mason2011-10-271-2/+3