summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown-1/+1
2015-05-29Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-24/+36
2015-05-29dm: fix casting bug in dm_merge_bvec()Joe Thornber-5/+12
2015-05-29dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura-7/+9
2015-05-29Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds-67/+98
2015-05-29dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer-5/+3
2015-05-28md: fix race when unfreezing sync_actionNeilBrown-6/+8
2015-05-28md/raid5: break stripe-batches when the array has failed.NeilBrown-0/+1
2015-05-28md/raid5: call break_stripe_batch_list from handle_stripe_clean_eventNeilBrown-57/+4
2015-05-28md/raid5: be more selective about distributing flags across batch.NeilBrown-12/+45
2015-05-28md/raid5: add handle_flags arg to break_stripe_batch_list.NeilBrown-4/+8
2015-05-28md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_...NeilBrown-3/+16
2015-05-28md/raid5: remove condition test from check_break_stripe_batch_list.NeilBrown-8/+4
2015-05-28md/raid5: Ensure a batch member is not handled prematurely.NeilBrown-1/+5
2015-05-28md/raid5: close race between STRIPE_BIT_DELAY and batching.NeilBrown-3/+25
2015-05-28md/raid5: ensure whole batch is delayed for all required bitmap updates.NeilBrown-0/+9
2015-05-27dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer-4/+6
2015-05-27dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer-1/+3
2015-05-27dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura-2/+2
2015-05-26dm: run queue on re-queueJunichi Nomura-0/+1
2015-05-22Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds-3/+10
2015-05-21md/bitmap: remove rcu annotation from pointer arithmetic.NeilBrown-1/+6
2015-05-21md/raid0: fix restore to sector variable in raid0_make_requestEric Work-1/+3
2015-05-21raid5: fix broken async operation chainShaohua Li-1/+1
2015-05-11Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/mdLinus Torvalds-55/+73
2015-05-08Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-6/+6
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2015-05-08md/raid5: fix handling of degraded stripes in batches.NeilBrown-14/+3
2015-05-08md/raid5: fix allocation of 'scribble' array.NeilBrown-22/+43
2015-05-08md/raid5: don't record new size if resize_stripes fails.NeilBrown-1/+2
2015-05-08md/raid5: avoid reading parity blocks for full-stripe write to degraded arrayNeilBrown-1/+3
2015-05-08md/raid5: more incorrect BUG_ON in handle_stripe_fill.NeilBrown-1/+1
2015-05-08md/raid5: new alloc_stripe() to allocate an initialize a stripe.NeilBrown-14/+18
2015-05-08md-raid0: conditional mddev->queue access to suit dm-raidHeinz Mauelshagen-2/+3
2015-05-05Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"Rabin Vincent-6/+6
2015-04-30dm: fix free_rq_clone() NULL pointer when requeueing unmapped requestMike Snitzer-4/+12
2015-04-30dm: only initialize the request_queue onceChristoph Hellwig-11/+9
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown-2/+2
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds-279/+2309
2015-04-22md/raid5: don't do chunk aligned read on degraded array.Eric Mei-3/+12
2015-04-22md/raid5: allow the stripe_cache to grow and shrink.NeilBrown-8/+71
2015-04-22md/raid5: change ->inactive_blocked to a bit-flag.NeilBrown-8/+14
2015-04-22md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_st...NeilBrown-33/+24
2015-04-22md/raid5: pass gfp_t arg to grow_one_stripe()NeilBrown-7/+7
2015-04-22md/raid5: introduce configuration option rmw_levelMarkus Stockhausen-0/+45
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen-27/+96
2015-04-22raid5: handle expansion/resync case with stripe batchingshli@kernel.org-8/+21
2015-04-22raid5: handle io error of batch listshli@kernel.org-0/+49