summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-293-24/+36
|\
| * 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/+3Star
| * 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-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-293-67/+98
|\ \ | |/ |/|
| * md: fix race when unfreezing sync_actionNeilBrown2015-05-281-6/+8
| * md/raid5: break stripe-batches when the array has failed.NeilBrown2015-05-281-0/+1
| * md/raid5: call break_stripe_batch_list from handle_stripe_clean_eventNeilBrown2015-05-281-57/+4Star
| * md/raid5: be more selective about distributing flags across batch.NeilBrown2015-05-282-12/+45
| * md/raid5: add handle_flags arg to break_stripe_batch_list.NeilBrown2015-05-281-4/+8
| * md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_...NeilBrown2015-05-281-3/+16
| * md/raid5: remove condition test from check_break_stripe_batch_list.NeilBrown2015-05-281-8/+4Star
| * md/raid5: Ensure a batch member is not handled prematurely.NeilBrown2015-05-281-1/+5
| * md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown2015-05-282-3/+25
| * md/raid5: ensure whole batch is delayed for all required bitmap updates.NeilBrown2015-05-281-0/+9
* | Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-233-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/+3Star
| * 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-091-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-091-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/+9Star
* | 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
| * | md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_st...NeilBrown2015-04-221-33/+24Star
| * | md/raid5: pass gfp_t arg to grow_one_stripe()NeilBrown2015-04-221-7/+7
| * | md/raid5: introduce configuration option rmw_levelMarkus Stockhausen2015-04-222-0/+45
| * | md/raid5: activate raid6 rmw featureMarkus Stockhausen2015-04-222-27/+96
| * | raid5: handle expansion/resync case with stripe batchingshli@kernel.org2015-04-222-8/+21
| * | raid5: handle io error of batch listshli@kernel.org2015-04-222-0/+49
| * | RAID5: batch adjacent full stripe writeshli@kernel.org2015-04-222-25/+336
| * | raid5: track overwrite disk countshli@kernel.org2015-04-222-1/+17
| * | raid5: add a new flag to track if a stripe can be batchedshli@kernel.org2015-04-222-3/+10