summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2012-10-11md/raid5: be careful not to resize_stripes too big.NeilBrown1-1/+2
2012-10-11md: make sure manual changes to recovery checkpoint are saved.NeilBrown1-0/+2
2012-10-11md/raid10: use correct limit variableDan Carpenter1-1/+1
2012-10-11md: writing to sync_action should clear the read-auto state.NeilBrown1-0/+7
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma5-8/+9
2012-10-11md/raid5: make sure to_read and to_write never go negative.NeilBrown1-4/+1
2012-10-11md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas1-3/+16
2012-10-11md/raid5: protect debug message against NULL derefernce.NeilBrown1-1/+1
2012-10-11md/raid5: add some missing locking in handle_failed_stripe.NeilBrown1-0/+2
2012-10-11MD: raid5 avoid unnecessary zero page for trimShaohua Li1-18/+17
2012-10-11MD: raid5 trim supportShaohua Li2-3/+166
2012-10-11md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma1-6/+2
2012-10-11md/raid1: Don't release reference to device while handling read error.NeilBrown1-4/+5
2012-10-11raid: replace list_for_each_continue_rcu with new interfaceMichael Wang1-6/+3
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow1-0/+13
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow1-1/+1
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow1-1/+33
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow1-25/+50
2012-10-11MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2-3/+9
2012-10-11md: avoid taking the mutex on some ioctls.NeilBrown1-23/+62
2012-10-11MD: change the parameter of md threadShaohua Li6-11/+17
2012-10-11md/raid10: submit IO from originating thread instead of md thread.NeilBrown1-3/+54
2012-10-11md: raid 10 supports TRIMShaohua Li1-4/+25
2012-10-11md: raid 1 supports TRIMShaohua Li1-2/+21
2012-10-11md: raid 0 supports TRIMShaohua Li1-1/+18
2012-10-11md: linear supports TRIMShaohua Li1-0/+16
2012-10-11md/linear: rcu_dereference outside read-lock sectionDenis Efremov1-2/+7
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+1
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet3-27/+4
2012-09-09dm: Use bioset's front_pad for dm_rq_clone_bio_infoKent Overstreet1-28/+18
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2-3/+3
2012-09-09block: Generalized bio pool freeingKent Overstreet4-64/+4
2012-08-18md/raid10: fix problem with on-stack allocation of r10bio structure.NeilBrown2-12/+20
2012-08-16md: Don't truncate size at 4TB for RAID0 and LinearNeilBrown1-3/+6
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds5-22/+150
2012-08-02md/dm-raid: DM_RAID should select MD_RAID10NeilBrown1-2/+3
2012-08-02md/raid1: submit IO from originating thread instead of md thread.NeilBrown2-4/+55
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32
2012-08-02raid5: make_request use batch stripe releaseShaohua Li2-3/+60
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds5-65/+16
2012-08-01Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds8-219/+400
2012-08-01DM RAID: Add support for MD RAID10Jonathan Brassow1-5/+90
2012-08-01Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown18-687/+280
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown2-2/+2
2012-07-31blk: centralize non-request unplug handling.NeilBrown2-52/+12
2012-07-31md: remove plug_cnt feature of plugging.NeilBrown5-14/+5
2012-07-31md/RAID1: Add missing case for attempting to repair known bad blocks.Alexander Lyakas1-0/+12
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-11/+2
2012-07-31dm: use memweight()Akinobu Mita1-11/+2
2012-07-31md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng1-1/+1