aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Merge commit 'md/for-linus' into async-tx-nextDan Williams18-183/+297
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams43-1098/+3987
2009-09-08dmaengine: add fence supportDan Williams1-14/+23
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams3-582/+958
2009-08-29md/raid456: distribute raid processing over multiple coresDan Williams2-2/+45
2009-08-29md/raid6: remove synchronous infrastructureYuri Tikhonov1-254/+0
2009-08-29md/raid6: asynchronous handle_stripe6Yuri Tikhonov1-38/+82
2009-08-29md/raid6: asynchronous handle_parity_check6Dan Williams1-67/+139
2009-08-29md/raid6: asynchronous handle_stripe_dirtying6Yuri Tikhonov1-85/+37
2009-08-29md/raid6: asynchronous handle_stripe_fill6Yuri Tikhonov1-50/+93
2009-08-29md/raid5,6: common schedule_reconstruction for raid5/6Yuri Tikhonov1-6/+18
2009-08-29md/raid6: asynchronous raid6 operationsDan Williams3-33/+299
2009-08-29md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams1-5/+16
2009-08-29async_tx: raid6 recovery self testDan Williams1-0/+13
2009-08-29async_tx: add sum check flagsDan Williams2-3/+4
2009-08-29md/raid5,6: add percpu scribble region for buffer listsDan Williams2-30/+110
2009-08-29md/raid6: move the spare page to a percpu allocationDan Williams2-86/+175
2009-08-18Fix new incorrect error return from do_md_stop.NeilBrown1-0/+1
2009-08-13md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown1-0/+1
2009-08-13md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown1-2/+9
2009-08-13md/raid5: make sure a reshape restarts at the correct address.NeilBrown1-1/+1
2009-08-13md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown1-1/+20
2009-08-13md: never advance 'events' counter by more than 1.NeilBrown1-8/+5
2009-08-10Remove deadlock potential in md_openNeilBrown2-8/+20
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown4-33/+9
2009-08-03md: allow raid5_quiesce to work properly when reshape is happening.NeilBrown1-1/+10
2009-08-03md/raid5: set reshape_position correctly when reshape starts.NeilBrown1-1/+1
2009-08-03md: Handle growth of v1.x metadata correctly.NeilBrown1-1/+7
2009-08-03md: avoid array overflow with bad v1.x metadataNeilBrown1-1/+6
2009-08-03md: when a level change reduces the number of devices, remove the excess.NeilBrown1-0/+7
2009-08-03md: Push down data integrity code to personalities.Andre Noll7-33/+80
2009-07-31md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-07-23dm table: pass correct dev area size to device_area_is_validMike Snitzer7-14/+15
2009-07-23dm: remove queue next_ordered workaround for barriersMike Snitzer3-16/+0
2009-07-23dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka1-0/+1
2009-07-14md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-8/+10
2009-07-01Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-07-01Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds7-48/+84
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen1-2/+2
2009-07-01md: use interruptible wait when duration is controlled by userspace.NeilBrown2-8/+21
2009-07-01md/raid5: suspend shouldn't affect read requests.NeilBrown1-1/+2
2009-07-01md: tidy up error paths in md_allocNeilBrown1-20/+18
2009-07-01md: fix error path when duplicate name is found on md device creation.NeilBrown1-0/+2
2009-07-01md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown1-2/+4
2009-07-01md: Use new topology calls to indicate alignment and I/O sizesMartin K. Petersen6-19/+39
2009-06-30dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer1-1/+1
2009-06-30dm exception store: really fix type lookupMilan Broz1-3/+6
2009-06-22dm mpath: change to be request basedKiyoshi Ueda1-65/+128