aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-22dm: disable interrupt when taking map_lockKiyoshi Ueda1-6/+9
2009-06-22dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda3-1/+16
2009-06-22dm: enable request based optionKiyoshi Ueda4-26/+285
2009-06-22dm: prepare for request based optionKiyoshi Ueda3-4/+716
2009-06-22dm raid1: add userspace logJonthan Brassow5-0/+1004
2009-06-22dm: calculate queue limits during resume not loadMike Snitzer3-87/+115
2009-06-22dm log: fix create_log_context to use logical_block_size of log deviceMike Snitzer1-3/+4
2009-06-22dm target:s introduce iterate devices fnMike Snitzer6-6/+94
2009-06-22dm table: establish queue limits by copying table limitsMike Snitzer1-10/+2
2009-06-22dm table: replace struct io_restrictions with struct queue_limitsMike Snitzer1-95/+43
2009-06-22dm table: validate device logical_block_sizeMike Snitzer1-0/+69
2009-06-22dm table: ensure targets are aligned to logical_block_sizeMike Snitzer1-14/+44
2009-06-22dm ioctl: support cookies for udevMilan Broz3-11/+31
2009-06-22dm: sysfs add suspended attributePeter Rajnoha1-0/+9
2009-06-22dm table: improve warning message when devices not freed before destructionJonthan Brassow1-5/+3
2009-06-22dm mpath: add service time load balancerKiyoshi Ueda3-0/+350
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