summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-023-3/+3
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-203-3/+3
* | Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-09-286-78/+209
|\ \
| * | dm verity: fix overflow checkMikulas Patocka2012-09-261-4/+4
| * | dm thin: fix discard support for data devicesMike Snitzer2012-09-261-30/+57
| * | dm thin: tidy discard supportMike Snitzer2012-09-261-25/+39
| * | dm: retain table limits when swapping to new table with no devicesMike Snitzer2012-09-263-1/+50
| * | dm table: clear add_random unless all devices have it setMilan Broz2012-09-261-4/+22
| * | dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer2012-09-261-18/+38
| * | dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer2012-09-261-4/+7
| * | dm thin: do not set discard_zeroes_dataMike Snitzer2012-09-261-1/+1
* | | md/raid10: fix "enough" function for detecting if array is failed.NeilBrown2012-09-271-3/+5
* | | md/raid5: add missing spin_lock_init.NeilBrown2012-09-241-0/+1
|/ /
* | md: make sure metadata is updated when spares are activated or removed.NeilBrown2012-09-191-1/+5
* | md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown2012-09-191-0/+4
* | Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...NeilBrown2012-09-191-1/+1
* | 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
| * | | MD RAID10: Fix compiler warning.Jonathan Brassow2012-07-311-1/+1
| * | | raid5: add a per-stripe lockShaohua Li2012-07-192-16/+20
| * | | raid5: remove unnecessary bitmap write optimizationShaohua Li2012-07-191-12/+9
| * | | raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li2012-07-191-30/+32
| * | | raid5: reduce chance release_stripe() taking device_lockShaohua Li2012-07-191-34/+41
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-11/+2
|\ \ \ \
| * | | | dm: use memweight()Akinobu Mita2012-07-301-11/+2
| | |_|/ | |/| |
* | | | dm thin: commit before gathering statusAlasdair G Kergon2012-07-2713-16/+29