summaryrefslogtreecommitdiff
path: root/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix raid10 reading mathintegration-scrubChris Mason2011-11-031-2/+0
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-7/+50
* remove unused variablesHubert Kario2011-10-251-2/+0
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-4/+0
* btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim2011-10-251-0/+104
* Fill missing devices so degraded filesystems can be readChris Mason2011-04-221-2/+13
* Btrfs: update converter for the new disk formatYan Zheng2008-12-171-12/+14
* Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason2008-12-081-0/+1
* superblock duplicationYan Zheng2008-12-051-11/+58
* Btrfs image toolYan Zheng2008-11-201-1/+4
* update btrfs-progs for seed device supportYan Zheng2008-11-181-10/+102
* Fix compiler warning in volumes.cChris Mason2008-05-021-1/+1
* Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason2008-04-251-0/+4
* Update the Ext3 converterChris Mason2008-04-221-1/+2
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-221-13/+14
* Fix chunk allocation when some devices don't have enough room for the stripeChris Mason2008-04-181-19/+30
* Use better chunk sizes for small and large filesystemsChris Mason2008-04-181-11/+61
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-181-2/+9
* Use device uuids when scanning devicesChris Mason2008-04-181-7/+22
* Add raid10 supportChris Mason2008-04-161-4/+45
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-151-22/+48
* Write all super blocks during commitChris Mason2008-04-101-2/+62
* Retry metadata reads in the face of checksum failuresChris Mason2008-04-091-1/+25
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-091-26/+54
* Recow all roots at the end of mkfsChris Mason2008-04-041-4/+14
* Add support for single single duplication of metadataChris Mason2008-04-031-8/+33
* Add mirroring support across multiple drivesChris Mason2008-04-031-19/+39
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-011-5/+9
* Implement raid0 when multiple devices are presentChris Mason2008-03-251-30/+102
* Walk all block devices looking for btrfsChris Mason2008-03-241-19/+173
* ioctls to scan for btrfs filesystemsChris Mason2008-03-241-0/+1
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-241-47/+16
* Dynamic chunk allocationChris Mason2008-03-241-44/+55
* Add support for multiple devices per filesystemChris Mason2008-03-241-0/+771