aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-22dm mpath: add queue length load balancerKiyoshi Ueda3-0/+273
2009-06-22dm mpath: add start_io and nr_bytes to path selectorsKiyoshi Ueda3-13/+25
2009-06-22dm snapshot: use barrier when writing exception storeMikulas Patocka1-1/+1
2009-06-22dm io: retry after barrier errorMikulas Patocka1-0/+6
2009-06-22dm io: record eopnotsuppMikulas Patocka1-1/+7
2009-06-22dm snapshot: support barriersMikulas Patocka1-0/+11
2009-06-22dm mpath: support barriersMikulas Patocka1-0/+2
2009-06-22dm delay: support barriersMikulas Patocka1-2/+4
2009-06-22dm crypt: support flushMikulas Patocka1-0/+8
2009-06-22dm: stripe support flushMikulas Patocka1-3/+12
2009-06-22dm: linear support flushMikulas Patocka1-1/+3
2009-06-22dm: send empty barriers to targets in dm_flushMikulas Patocka1-0/+10
2009-06-22dm: initialise tio in alloc_tioAlasdair G Kergon1-18/+15
2009-06-22dm: introduce num_flush_requestsMikulas Patocka1-0/+39
2009-06-22dm: remove check that prevents mapping empty biosMikulas Patocka1-5/+0
2009-06-22dm: remove EOPNOTSUPP for barriersMikulas Patocka1-1/+1
2009-06-22dm: store only first barrier errorMikulas Patocka1-8/+9
2009-06-22dm: process requeue in dm_wq_workMikulas Patocka1-3/+10
2009-06-22dm: make dm_flush return voidMikulas Patocka1-13/+4
2009-06-22dm: always hold bdev referenceMikulas Patocka1-41/+16
2009-06-22dm: rename suspended_bdev to bdevMikulas Patocka1-18/+18
2009-06-22dm exception store: fix exstore lookup to be case insensitiveJonathan Brassow1-1/+1
2009-06-22dm: use i_size_readMikulas Patocka3-3/+4
2009-06-22dm: avoid unsupported spanning of md stripe boundariesMikulas Patocka1-0/+10
2009-06-22dm mpath: flush keventd queue in destructorMikulas Patocka1-0/+1
2009-06-22dm raid1: keep retrying alloc if mempool_alloc failedMikulas Patocka1-1/+1
2009-06-22dm mpath: call activate fn for each path in pg_initChandra Seetharaman1-37/+26
2009-06-22dm mpath: change attached scsi_dhHannes Reinecke1-2/+13
2009-06-22dm: sysfs skip output when device is being destroyedMilan Broz1-0/+4
2009-06-22dm mpath: validate hw_handler argument countMikulas Patocka1-0/+5
2009-06-22dm mpath: validate table argument countMikulas Patocka1-0/+6
2009-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-06-18Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds15-662/+587
2009-06-18md/raid5: correctly update sync_completed when we reach max_resyncNeilBrown1-1/+1
2009-06-18md/raid5: add missing call to schedule() after prepare_to_wait()Dan Williams1-0/+1
2009-06-18md/linear: use call_rcu to free obsolete 'conf' structures.NeilBrown2-9/+14
2009-06-18md linear: Protecting mddev with rcu locks to avoid racesSandeepKsinha1-9/+38
2009-06-18md: Move check for bitmap presence to personality code.Andre Noll6-23/+31
2009-06-18md: remove chunksize rounding from common code.NeilBrown2-56/+3
2009-06-18md: raid0/linear: ensure device sizes are rounded to chunk size.NeilBrown2-0/+12
2009-06-18md: move assignment of ->utime so that it never gets skipped.NeilBrown1-1/+1
2009-06-18md: Push down reconstruction log message to personality code.Andre Noll4-9/+12
2009-06-18md: merge reconfig and check_reshape methods.NeilBrown4-20/+19
2009-06-18md: remove unnecessary arguments from ->reconfig method.NeilBrown4-39/+41
2009-06-18md: raid5: check stripe cache is large enough in start_reshapeNeilBrown1-17/+27
2009-06-18md: raid0: chunk_sectors cleanups.NeilBrown1-4/+4
2009-06-18md: fix some comments.Andre Noll1-2/+0
2009-06-18md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig().Andre Noll1-4/+2
2009-06-18md: convert conf->chunk_size and conf->prev_chunk to sectors.Andre Noll2-16/+17