Btrfs: Add locking around volume management (device add/remove/balance)
[pandora-kernel.git] / fs / btrfs / volumes.c
2008-09-25 Chris MasonBtrfs: Add locking around volume management (device...
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25 Chris MasonBtrfs: Add a thread pool just for submit_bio
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...
2008-09-25 Chris MasonBtrfs: Allocator fix variety pack
2008-09-25 Chris MasonBtrfs: Use kzalloc on the fs_devices allocation
2008-09-25 Chris MasonBtrfs: Handle transid == 0 while opening devices
2008-09-25 Chris MasonFix btrfs_open_devices to deal with changes since the...
2008-09-25 Chris MasonBtrfs: Add mount -o degraded to allow mounts to continu...
2008-09-25 Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25 Chris MasonBtrfs: Chunk relocation fine tuning, and add a few...
2008-09-25 Chris MasonBtrfs: Only open block devices once during mount -o...
2008-09-25 Chris MasonBtrfs: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Compile warning fixup in volume.c
2008-09-25 Chris MasonBtrfs: Tune stripe selection for raid1 and raid10
2008-09-25 Chris MasonBtrfs: Deal with failed writes in mirrored configurations
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: Add balance ioctl to restripe the chunks
2008-09-25 Chris MasonBtrfs: Add new ioctl to add devices
2008-09-25 Chris MasonBtrfs: Make the resizer work based on shrinking and...
2008-09-25 Chris MasonBtrfs: Add failure handling for read_sys_array
2008-09-25 Chris MasonFix btrfs_get_extent and get_block corner cases, and...
2008-09-25 Chris MasonBtrfs: Add a special device list for chunk allocations
2008-09-25 Chris MasonBtrfs: Simplify device selection for mirrored reads
2008-09-25 Chris MasonBtrfs: Make an unplug function that doesn't unplug...
2008-09-25 Chris MasonBtrfs: Add 1MB to the min_free in alloc_chunk
2008-09-25 Chris MasonBtrfs: Fix chunk allocation when some devices don't...
2008-09-25 Chris MasonBtrfs: Calculate appropriate chunk sizes for both small...
2008-09-25 Chris MasonBtrfs: Add support for labels in the super block
2008-09-25 Chris MasonBtrfs: Check device uuids along with devids
2008-09-25 Chris MasonBtrfs: Avoid 64 bit div for RAID10
2008-09-25 Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25 Chris MasonBtrfs: Add RAID10 support
2008-09-25 Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25 Chris MasonBtrfs: A few updates for 2.6.18 and versions older...
2008-09-25 MiguelBtrfs: bio_endio support for linux 2.6.23 and older.
2008-09-25 Chris MasonBtrfs: Write out all super blocks on commit, and bring...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-09-25 Chris MasonBtrfs: Add support for duplicate blocks on a single...
2008-09-25 Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25 YanFix btrfs_fill_super to return -EINVAL when no FS found
2008-09-25 Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25 Chris MasonBtrfs: Add support for device scanning and detection...
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Move device information into the super block...
2008-09-25 Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem