summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* btrfs-progs: document --rootdir mkfs switchPhillip Susi2012-07-03
* btrfs-progs: removed extraneous whitespace from mkfs man pagePhillip Susi2012-07-03
* scrub_fs_info( ) file handle leakingGoffredo Baroncelli2012-07-03
* btrfs-progs: Update resize documentationShawn Bohrer2012-07-03
* Fix "set-dafault" typo in cmds-subvolume.cChris Samuel2012-07-03
* man: fix btrfs man page formattingHubert Kario2012-07-03
* btrfs-progs: enforce block count on all devices in mkfsJosef Bacik2012-07-03
* Btrfs-progs: fix btrfsck's snapshot wrong "unresolved refs"Miao Xie2012-07-03
* mkfs: Handle creation of filesystem larger than the first deviceJan Kara2012-07-03
* Fix segmentation fault when opening invalid file systemHubert Kario2012-07-03
* Btrfs-progs: make btrfs filesystem show <uuid> actually workJosef Bacik2012-07-03
* mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering2012-06-05
* avoid several strncpy-induced buffer overrunsJim Meyering2012-06-05
* restore: don't corrupt stack for a zero-length command-line argumentJim Meyering2012-06-05
* mkfs: use strdup in place of strlen,malloc,strcpy sequenceJim Meyering2012-06-05
* btrfs_scan_one_dir: avoid use-after-free on error pathJim Meyering2012-06-05
* Btrfs-progs: make btrfsck aware of free space inodesJosef Bacik2012-06-05
* Makefile: use $(MAKE) instead of hardcoded 'make'Sergei Trofimovich2012-06-05
* Makefile: use $(CC) as a compilers instead of $(CC)/gccSergei Trofimovich2012-06-05
* btrfs-progs: cleanup: remove the redundant BTRFS_CSUM_TYPE_CRC32 macro defini...Wang Sheng-Hui2012-06-05
* Add incompat flag for big metadata blocksChris Mason2012-03-28
* mkfs: make -l and -n an alias for each otherChris Mason2012-03-26
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-22
* Scan /dev/md and device mapper devices lastChris Mason2012-02-22
* Btrfs: use /proc/partitions scanning for btrfs_scan_for_fsidChris Mason2012-02-21
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-21
* btrfsck: remove extents from the fsck reference tracker as they are freedChris Mason2012-02-10
* btrfsck: make sure we fix the block group accounting during repairChris Mason2012-02-09
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-09
* btrfsck: make sure to dirty all block groups as we fix accountingChris Mason2012-02-09
* Fix btrfs-convert, btrfs-restore and btrfs-find-root buildChris Mason2012-02-08
* Turn off some commands in MakefileChris Mason2012-02-08
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-08
|\
| * Btrfs-progs: allow multi-line command group synopsisIlya Dryomov2012-02-08
* | btrfsck: fix block group accounting during repairChris Mason2012-02-08
* | btrfs-corrupt-block: add -E option to randomly corrupt the extent_rootChris Mason2012-02-07
* | btrfsck: add code to rebuild extent recordsChris Mason2012-02-07
* | btrfs-corrupt-block: add -e option to corrupt the extent recordChris Mason2012-02-07
* | btrfsck: don't BUG on corrupted extent recordsChris Mason2012-02-06
* | Allow extent_buffers to use more ramChris Mason2012-02-06
* | btrfsck: print some progressChris Mason2012-02-06
* | Add open_ctree_fs_info for partial FS opensChris Mason2012-02-05
|/
* Merge branch 'restriper' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-05
|\
| * Btrfs-progs: fall back to the v1 ioctl if the new balance ioctl failsChris Mason2012-02-05
* | Merge branch 'restriper' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-05
|\|
| * Btrfs-progs: add restriper commandsIlya Dryomov2012-02-03
| * Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov2012-02-03
| * Btrfs-progs: add restriper headersIlya Dryomov2012-02-03
* | Merge branch 'parser' of git://github.com/idryomov/btrfs-progsChris Mason2012-02-05
|\|
| * Btrfs-progs: switch all existing commands to a new parserIlya Dryomov2012-02-03