summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason
2008-09-26Btrfs: update space balancing codeZheng Yan
2008-09-25Remove Btrfs compat code for older kernelsChris Mason
2008-09-25Btrfs: free space accounting redoJosef Bacik
2008-09-25Btrfs: properly set blocksize when adding new device.Zheng Yan
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason
2008-09-25Btrfs: Throttle for async bio submits higher up the chainChris Mason
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason
2008-09-25Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Add a thread pool just for submit_bioChris Mason
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingChris Mason
2008-09-25Btrfs: Allocator fix variety packChris Mason
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationChris Mason
2008-09-25Btrfs: Handle transid == 0 while opening devicesChris Mason
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason
2008-09-25Btrfs: Only open block devices once during mount -o subvol=Chris Mason
2008-09-25Btrfs: Add support for online device removalChris Mason
2008-09-25Btrfs: Compile warning fixup in volume.cChris Mason
2008-09-25Btrfs: Tune stripe selection for raid1 and raid10Chris Mason
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason
2008-09-25Btrfs: Add new ioctl to add devicesChris Mason
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason
2008-09-25Btrfs: Add a special device list for chunk allocationsChris Mason
2008-09-25Btrfs: Simplify device selection for mirrored readsChris Mason
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason
2008-09-25Btrfs: Add 1MB to the min_free in alloc_chunkChris Mason
2008-09-25Btrfs: Fix chunk allocation when some devices don't have enough room for stripesChris Mason
2008-09-25Btrfs: Calculate appropriate chunk sizes for both small and large filesystemsChris Mason
2008-09-25Btrfs: Add support for labels in the super blockChris Mason
2008-09-25Btrfs: Check device uuids along with devidsChris Mason
2008-09-25Btrfs: Avoid 64 bit div for RAID10Chris Mason
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason
2008-09-25Btrfs: Add RAID10 supportChris Mason
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason
2008-09-25Btrfs: bio_endio support for linux 2.6.23 and older.Miguel