summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: add some missing locking in handle_failed_stripe.NeilBrown2012-10-111-0/+2
* MD: raid5 avoid unnecessary zero page for trimShaohua Li2012-10-111-18/+17
* MD: raid5 trim supportShaohua Li2012-10-112-3/+166
* md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma2012-10-111-6/+2
* md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-111-4/+5
* raid: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-10-111-6/+3
* DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-111-0/+13
* DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-111-1/+1
* DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-111-1/+33
* DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-111-25/+50
* MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2012-10-112-3/+9
* md: avoid taking the mutex on some ioctls.NeilBrown2012-10-111-23/+62
* MD: change the parameter of md threadShaohua Li2012-10-116-11/+17
* md/raid10: submit IO from originating thread instead of md thread.NeilBrown2012-10-111-3/+54
* md: raid 10 supports TRIMShaohua Li2012-10-111-4/+25
* md: raid 1 supports TRIMShaohua Li2012-10-111-2/+21
* md: raid 0 supports TRIMShaohua Li2012-10-111-1/+18
* md: linear supports TRIMShaohua Li2012-10-111-0/+16
* md/linear: rcu_dereference outside read-lock sectionDenis Efremov2012-10-111-2/+7
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-0/+1
* block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-093-27/+4
* dm: Use bioset's front_pad for dm_rq_clone_bio_infoKent Overstreet2012-09-091-28/+18
* block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-092-3/+3
* block: Generalized bio pool freeingKent Overstreet2012-09-094-64/+4
* md/raid10: fix problem with on-stack allocation of r10bio structure.NeilBrown2012-08-182-12/+20
* md: Don't truncate size at 4TB for RAID0 and LinearNeilBrown2012-08-161-3/+6
* Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds2012-08-025-22/+150
|\
| * md/dm-raid: DM_RAID should select MD_RAID10NeilBrown2012-08-021-2/+3
| * md/raid1: submit IO from originating thread instead of md thread.NeilBrown2012-08-022-4/+55
| * raid5: raid5d handle stripe in batch wayShaohua Li2012-08-021-13/+32
| * raid5: make_request use batch stripe releaseShaohua Li2012-08-022-3/+60
* | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-015-65/+16
|\|
| * blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-312-2/+2
| * blk: centralize non-request unplug handling.NeilBrown2012-07-312-52/+12
| * md: remove plug_cnt feature of plugging.NeilBrown2012-07-315-14/+5
* | Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds2012-08-018-219/+400
|\ \
| * | DM RAID: Add support for MD RAID10Jonathan Brassow2012-08-011-5/+90
| * | Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown2012-08-0118-687/+280
| |\ \
| * | | md/RAID1: Add missing case for attempting to repair known bad blocks.Alexander Lyakas2012-07-311-0/+12
| * | | md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng2012-07-311-1/+1
| * | | md/raid1: don't abort a resync on the first badblock.NeilBrown2012-07-311-1/+4
| * | | md: remove duplicated test on ->openers when calling do_md_stop()NeilBrown2012-07-311-6/+2
| * | | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2012-07-312-2/+13
| * | | md/raid1: prevent merging too large requestShaohua Li2012-07-312-7/+50
| * | | md/raid1: read balance chooses idlest disk for SSDShaohua Li2012-07-311-3/+31
| * | | md/raid1: make sequential read detection per disk basedShaohua Li2012-07-312-34/+12
| * | | MD RAID10: Export md_raid10_congestedJonathan Brassow2012-07-312-22/+37
| * | | MD: Move macros from raid1*.h to raid1*.cJonathan Brassow2012-07-314-29/+29
| * | | MD RAID1: rename mirror_info structureJonathan Brassow2012-07-312-9/+9
| * | | MD RAID10: rename mirror_info structureJonathan Brassow2012-07-312-12/+12