aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-29dm cache: track IO to the origin device using io_trackerJoe Thornber1-7/+49
2015-05-29dm cache: add io_trackerJoe Thornber1-0/+73
2015-05-29dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber5-37/+85
2015-05-29dm crypt: add comments to better describe crypto processing logicMilan Broz1-6/+24
2015-05-29dm raid1: keep issuing IO after leg failureLidong Zhong1-17/+58
2015-05-29dm log writes: use ULL suffix for 64-bit constantsGeert Uytterhoeven1-2/+2
2015-05-29dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques1-3/+1
2015-05-29dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen1-48/+84
2015-05-29dm raid: a few cleanupsHeinz Mauelshagen1-45/+46
2015-05-29dm raid: fixup documentation for discard supportHeinz Mauelshagen1-2/+0
2015-05-29dm thin metadata: remove in-core 'read_only' flagMike Snitzer3-5/+8
2015-05-29dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer1-9/+7
2015-05-29dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer1-8/+3
2015-05-29dm: factor out a common cleanup_mapped_device()Mike Snitzer1-35/+43
2015-05-29dm: cleanup methods that requeue requestsMike Snitzer1-12/+5
2015-05-29dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer2-33/+40
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer10-160/+65
2015-05-29dm: fix casting bug in dm_merge_bvec()Joe Thornber1-5/+12
2015-05-29dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura1-7/+9
2015-05-29Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds3-67/+98
2015-05-29dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer1-5/+3
2015-05-28md: fix race when unfreezing sync_actionNeilBrown1-6/+8
2015-05-28md/raid5: break stripe-batches when the array has failed.NeilBrown1-0/+1
2015-05-28md/raid5: call break_stripe_batch_list from handle_stripe_clean_eventNeilBrown1-57/+4
2015-05-28md/raid5: be more selective about distributing flags across batch.NeilBrown2-12/+45
2015-05-28md/raid5: add handle_flags arg to break_stripe_batch_list.NeilBrown1-4/+8
2015-05-28md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_listNeilBrown1-3/+16
2015-05-28md/raid5: remove condition test from check_break_stripe_batch_list.NeilBrown1-8/+4
2015-05-28md/raid5: Ensure a batch member is not handled prematurely.NeilBrown1-1/+5
2015-05-28md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown2-3/+25
2015-05-28md/raid5: ensure whole batch is delayed for all required bitmap updates.NeilBrown1-0/+9
2015-05-27dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer1-4/+6
2015-05-27dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer1-1/+3
2015-05-27dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura1-2/+2
2015-05-26dm: run queue on re-queueJunichi Nomura1-0/+1
2015-05-22Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds3-3/+10
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig3-142/+59
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer6-17/+5
2015-05-21md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown1-1/+6
2015-05-21md/raid0: fix restore to sector variable in raid0_make_requestEric Work1-1/+3
2015-05-21raid5: fix broken async operation chainShaohua Li1-1/+1
2015-05-11Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/mdLinus Torvalds2-55/+73
2015-05-08Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-6/+6
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-05-08md/raid5: fix handling of degraded stripes in batches.NeilBrown1-14/+3
2015-05-08md/raid5: fix allocation of 'scribble' array.NeilBrown1-22/+43
2015-05-08md/raid5: don't record new size if resize_stripes fails.NeilBrown1-1/+2
2015-05-08md/raid5: avoid reading parity blocks for full-stripe write to degraded arrayNeilBrown1-1/+3
2015-05-08md/raid5: more incorrect BUG_ON in handle_stripe_fill.NeilBrown1-1/+1
2015-05-08md/raid5: new alloc_stripe() to allocate an initialize a stripe.NeilBrown1-14/+18