aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-17Btrfs: Seed device supportYan Zheng1-269/+834
2008-11-07Btrfs: Avoid unplug storms during commitChris Mason1-1/+2
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-2/+0
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+2
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason1-1/+1
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-0/+1
2008-09-26Btrfs: update space balancing codeZheng Yan1-3/+6
2008-09-25Remove Btrfs compat code for older kernelsChris Mason1-20/+0
2008-09-25Btrfs: free space accounting redoJosef Bacik1-3/+8
2008-09-25Btrfs: properly set blocksize when adding new device.Zheng Yan1-0/+2
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason1-19/+21
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason1-6/+0
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason1-1/+17
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason1-3/+3
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason1-1/+10
2008-09-25Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason1-1/+9
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-14/+44
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-4/+8
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-6/+13
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason1-1/+2
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason1-5/+157
2008-09-25Btrfs: Allocator fix variety packChris Mason1-8/+4
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationChris Mason1-2/+1
2008-09-25Btrfs: Handle transid == 0 while opening devicesChris Mason1-1/+1
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason1-11/+59
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 retriesChris Mason1-0/+3