summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason1-3/+5
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason1-4/+35
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason1-60/+75
2008-09-25Btrfs: Add support for duplicate blocks on a single spindleChris Mason1-4/+28
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason1-28/+126
2008-09-25Fix btrfs_fill_super to return -EINVAL when no FS foundYan1-1/+1
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason1-30/+100
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason1-14/+222
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason1-0/+5
2008-09-25Btrfs: Move device information into the super block so it can be scannedChris Mason1-46/+15
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason1-34/+53
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-0/+852