summaryrefslogtreecommitdiffstats
path: root/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25remove unused variablesHubert Kario1-2/+0
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball1-4/+0
2011-10-25btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim1-0/+104
2011-04-22Fill missing devices so degraded filesystems can be readChris Mason1-2/+13
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-12/+14
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+1
2008-12-05superblock duplicationYan Zheng1-11/+58
2008-11-20Btrfs image toolYan Zheng1-1/+4
2008-11-18update btrfs-progs for seed device supportYan Zheng1-10/+102
2008-05-02Fix compiler warning in volumes.cChris Mason1-1/+1
2008-04-25Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason1-0/+4
2008-04-22Update the Ext3 converterChris Mason1-1/+2
2008-04-22Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason1-13/+14
2008-04-18Fix chunk allocation when some devices don't have enough room for the stripeChris Mason1-19/+30
2008-04-18Use better chunk sizes for small and large filesystemsChris Mason1-11/+61
2008-04-18Add support for filesystem labels via mkfs.btrfs -LChris Mason1-2/+9
2008-04-18Use device uuids when scanning devicesChris Mason1-7/+22
2008-04-16Add raid10 supportChris Mason1-4/+45
2008-04-15Add chunk uuids and update multi-device back referencesChris Mason1-22/+48
2008-04-10Write all super blocks during commitChris Mason1-2/+62
2008-04-09Retry metadata reads in the face of checksum failuresChris Mason1-1/+25
2008-04-09Change btrfs_map_block to return a structure with mappings for all stripesChris Mason1-26/+54
2008-04-04Recow all roots at the end of mkfsChris Mason1-4/+14
2008-04-03Add support for single single duplication of metadataChris Mason1-8/+33
2008-04-03Add mirroring support across multiple drivesChris Mason1-19/+39
2008-04-01btrfs-progs: Fix printf format casting errorsAlex Chiang1-5/+9
2008-03-25Implement raid0 when multiple devices are presentChris Mason1-30/+102
2008-03-24Walk all block devices looking for btrfsChris Mason1-19/+173
2008-03-24ioctls to scan for btrfs filesystemsChris Mason1-0/+1
2008-03-24Btrfsck updates for multi-device filesystemsChris Mason1-47/+16
2008-03-24Dynamic chunk allocationChris Mason1-44/+55
2008-03-24Add support for multiple devices per filesystemChris Mason1-0/+771