summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm cache: track IO to the origin device using io_trackerJoe Thornber2015-05-291-7/+49
* dm cache: add io_trackerJoe Thornber2015-05-291-0/+73
* dm cache: fix race when issuing a POLICY_REPLACE operationJoe Thornber2015-05-295-37/+85
* dm crypt: add comments to better describe crypto processing logicMilan Broz2015-05-291-6/+24
* dm raid1: keep issuing IO after leg failureLidong Zhong2015-05-291-17/+58
* dm log writes: use ULL suffix for 64-bit constantsGeert Uytterhoeven2015-05-291-2/+2
* dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques2015-05-291-3/+1
* dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen2015-05-291-48/+84
* dm raid: a few cleanupsHeinz Mauelshagen2015-05-291-45/+46
* dm raid: fixup documentation for discard supportHeinz Mauelshagen2015-05-291-2/+0
* dm thin metadata: remove in-core 'read_only' flagMike Snitzer2015-05-293-5/+8
* dm thin: cleanup schedule_zero() to read more logicallyMike Snitzer2015-05-291-9/+7
* dm thin: cleanup overwrite's endio restore to be centralizedMike Snitzer2015-05-291-8/+3
* dm: factor out a common cleanup_mapped_device()Mike Snitzer2015-05-291-35/+43
* dm: cleanup methods that requeue requestsMike Snitzer2015-05-291-12/+5
* dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer2015-05-292-33/+40
* Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-2910-160/+65
|\
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-223-142/+59
| * block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-226-17/+5
| * bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+1
| * bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-054-5/+5
* | dm: fix casting bug in dm_merge_bvec()Joe Thornber2015-05-291-5/+12
* | dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura2015-05-291-7/+9
* | dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer2015-05-291-5/+3
* | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer2015-05-271-4/+6
* | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
* | dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura2015-05-271-2/+2
* | dm: run queue on re-queueJunichi Nomura2015-05-261-0/+1
* | Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-223-3/+10
|\ \
| * | md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown2015-05-211-1/+6
| * | md/raid0: fix restore to sector variable in raid0_make_requestEric Work2015-05-211-1/+3
| * | raid5: fix broken async operation chainShaohua Li2015-05-211-1/+1
* | | Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-112-55/+73
|\| |
| * | md/raid5: fix handling of degraded stripes in batches.NeilBrown2015-05-081-14/+3
| * | md/raid5: fix allocation of 'scribble' array.NeilBrown2015-05-081-22/+43
| * | md/raid5: don't record new size if resize_stripes fails.NeilBrown2015-05-081-1/+2
| * | md/raid5: avoid reading parity blocks for full-stripe write to degraded arrayNeilBrown2015-05-081-1/+3
| * | md/raid5: more incorrect BUG_ON in handle_stripe_fill.NeilBrown2015-05-081-1/+1
| * | md/raid5: new alloc_stripe() to allocate an initialize a stripe.NeilBrown2015-05-081-14/+18
| * | md-raid0: conditional mddev->queue access to suit dm-raidHeinz Mauelshagen2015-05-081-2/+3
| |/
* | Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-081-6/+6
|\ \
| * | Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent2015-05-051-6/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-081-2/+2
|\ \ | |/ |/|
| * block: destroy bdi before blockdev is unregistered.NeilBrown2015-04-271-2/+2
* | dm: fix free_rq_clone() NULL pointer when requeueing unmapped requestMike Snitzer2015-04-301-4/+12
* | dm: only initialize the request_queue onceChristoph Hellwig2015-04-302-11/+9
* | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-2413-279/+2309
|\ \
| * | md/raid5: don't do chunk aligned read on degraded array.Eric Mei2015-04-221-3/+12
| * | md/raid5: allow the stripe_cache to grow and shrink.NeilBrown2015-04-222-8/+71
| * | md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown2015-04-222-8/+14