aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Btrfs: unplug in the async bio submission threadsGravatar Chris Mason 1-1/+13
2009-04-03Btrfs: keep processing bios for a given bdev if our proc is batchingGravatar Chris Mason 1-0/+27
2009-03-10Btrfs: Clear space_info full when adding new devicesGravatar Chris Mason 1-0/+6
2009-03-10Btrfs: Fix locking around adding new space_infoGravatar Chris Mason 1-0/+2
2009-02-12Btrfs: make a lockdep class for the extent buffer locksGravatar Chris Mason 1-0/+2
2009-02-12Btrfs: fs/btrfs/volumes.c: remove useless kzallocGravatar Julia Lawall 1-4/+0
2009-02-04Btrfs: Catch missed bios in the async bio submission threadGravatar Chris Mason 1-2/+9
2009-01-21Btrfs: simplify iteration codesGravatar Qinghuang Feng 1-26/+9
2009-01-21Btrfs: Remove extra KERN_INFO in the middle of a lineGravatar Roland Dreier 1-1/+1
2009-01-21Btrfs: removed unused #include <version.h>'sGravatar Huang Weiyi 1-1/+0
2009-01-16Btrfs: Clear the device->running_pending flag before bailing on congestionGravatar Chris Mason 1-0/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-39/+39
2008-12-12Btrfs: shared seed deviceGravatar Yan Zheng 1-109/+131
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsGravatar Chris Mason 1-0/+1
2008-12-08Btrfs: Use map_private_extent_buffer during generic_bin_searchGravatar Chris Mason 1-1/+4
2008-12-08Btrfs: superblock duplicationGravatar Yan Zheng 1-20/+87
2008-12-08Btrfs: move data checksumming into a dedicated treeGravatar Chris Mason 1-0/+1
2008-12-02Btrfs: corret fmode_t annotationsGravatar Christoph Hellwig 1-9/+9
2008-12-02Btrfs: make things static and include the right headersGravatar Christoph Hellwig 1-6/+6
2008-11-20Btrfs: compat code fixesGravatar Chris Mason 1-0/+2
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesGravatar Chris Mason 1-18/+23
2008-11-12Btrfs: Add a missing return pointer checkGravatar yanhai zhu 1-0/+2
2008-11-17Btrfs: Seed device supportGravatar Yan Zheng 1-269/+834
2008-11-07Btrfs: Avoid unplug storms during commitGravatar Chris Mason 1-1/+2
2008-10-29Btrfs: nuke fs wide allocation mutex V2Gravatar Josef Bacik 1-2/+0
2008-10-29Btrfs: Add zlib compression supportGravatar Chris Mason 1-0/+2
2008-10-03Btrfs: cast bio->bi_sector to a u64 before shiftingGravatar Chris Mason 1-1/+1
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesGravatar Chris Mason 1-0/+1
2008-09-26Btrfs: update space balancing codeGravatar Zheng Yan 1-3/+6
2008-09-25Remove Btrfs compat code for older kernelsGravatar Chris Mason 1-20/+0
2008-09-25Btrfs: free space accounting redoGravatar Josef Bacik 1-3/+8
2008-09-25Btrfs: properly set blocksize when adding new device.Gravatar Zheng Yan 1-0/+2
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataGravatar Chris Mason 1-19/+21
2008-09-25Btrfs: Throttle for async bio submits higher up the chainGravatar Chris Mason 1-6/+0
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeGravatar Chris Mason 1-1/+17
2008-09-25Btrfs: Count async bios separately from async checksum work itemsGravatar Chris Mason 1-3/+3
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionGravatar Chris Mason 1-1/+10
2008-09-25Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksGravatar Chris Mason 1-1/+9
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheGravatar Yan 1-1/+0
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Gravatar Chris Mason 1-14/+44
2008-09-25Btrfs: Replace the transaction work queue with kthreadsGravatar Chris Mason 1-4/+8
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksGravatar Chris Mason 1-6/+13
2008-09-25Btrfs: Add a thread pool just for submit_bioGravatar Chris Mason 1-1/+2
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingGravatar Chris Mason 1-5/+157
2008-09-25Btrfs: Allocator fix variety packGravatar Chris Mason 1-8/+4
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationGravatar Chris Mason 1-2/+1
2008-09-25Btrfs: Handle transid == 0 while opening devicesGravatar Chris Mason 1-1/+1
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsGravatar Chris Mason 1-11/+59
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesGravatar Chris Mason 1-78/+201
2008-09-25Btrfs: Handle write errors on raid1 and raid10Gravatar Chris Mason 1-3/+8