aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Btrfs: Clear space_info full when adding new devicesChris Mason1-0/+6
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason1-0/+2
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-0/+2
2009-02-12Btrfs: fs/btrfs/volumes.c: remove useless kzallocJulia Lawall1-4/+0
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason1-2/+9
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-26/+9
2009-01-21Btrfs: Remove extra KERN_INFO in the middle of a lineRoland Dreier1-1/+1
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
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