summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-16Btrfs: Clear the device->running_pending flag before bailing on congestionChris Mason1-0/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-39/+39
2008-12-12Btrfs: shared seed deviceYan Zheng1-109/+131
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+1
2008-12-08Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason1-1/+4
2008-12-08Btrfs: superblock duplicationYan Zheng1-20/+87
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-0/+1
2008-12-02Btrfs: corret fmode_t annotationsChristoph Hellwig1-9/+9
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-6/+6
2008-11-20Btrfs: compat code fixesChris Mason1-0/+2
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason1-18/+23
2008-11-12Btrfs: Add a missing return pointer checkyanhai zhu1-0/+2
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