summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason1-78/+201
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-3/+8
2008-09-25Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason1-0/+2
2008-09-25Btrfs: Only open block devices once during mount -o subvol=Chris Mason1-0/+3
2008-09-25Btrfs: Add support for online device removalChris Mason1-9/+212
2008-09-25Btrfs: Compile warning fixup in volume.cChris Mason1-1/+1
2008-09-25Btrfs: Tune stripe selection for raid1 and raid10Chris Mason1-10/+7
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason1-3/+14
2008-09-25Btrfs: Drop some verbose printksChris Mason1-2/+0
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason1-9/+106
2008-09-25Btrfs: Add new ioctl to add devicesChris Mason1-0/+75
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason1-12/+312
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason1-7/+9
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason1-1/+1
2008-09-25Btrfs: Add a special device list for chunk allocationsChris Mason1-5/+10
2008-09-25Btrfs: Simplify device selection for mirrored readsChris Mason1-16/+7
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason1-22/+57
2008-09-25Btrfs: Add 1MB to the min_free in alloc_chunkChris Mason1-0/+3
2008-09-25Btrfs: Fix chunk allocation when some devices don't have enough room for stripesChris Mason1-16/+29
2008-09-25Btrfs: Calculate appropriate chunk sizes for both small and large filesystemsChris Mason1-7/+61
2008-09-25Btrfs: Add support for labels in the super blockChris Mason1-8/+9
2008-09-25Btrfs: Check device uuids along with devidsChris Mason1-7/+23
2008-09-25Btrfs: Avoid 64 bit div for RAID10Chris Mason1-1/+1
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason1-0/+3
2008-09-25Btrfs: Add RAID10 supportChris Mason1-5/+41
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason1-26/+50
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason1-8/+7
2008-09-25Btrfs: bio_endio support for linux 2.6.23 and older.Miguel1-0/+4
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