summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | raid5: use flex_array for scribble datashli@kernel.org2015-04-222-38/+57
| * | md raid0: access mddev->queue (request queue member) conditionally because it...Heinz Mauelshagen2015-04-221-21/+27
| * | md: allow resync to go faster when there is competing IO.NeilBrown2015-04-221-2/+9
| * | md: remove 'go_faster' option from ->sync_request()NeilBrown2015-04-225-21/+6Star
| * | md: don't require sync_min to be a multiple of chunk_size.NeilBrown2015-04-221-11/+2Star
| * | Merge branch 'cluster' into for-nextNeilBrown2015-04-229-82/+1525
| |\ \ | | |/ | |/|
| | * md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-215-13/+71
| | * md: re-add a failed diskGoldwyn Rodrigues2015-04-211-20/+37
| | * md-cluster: remove capabilitiesGoldwyn Rodrigues2015-04-213-1/+37
| | * md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2015-04-212-4/+6
| | * md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2015-04-212-8/+10
| | * md-cluster: correct the num for comparisonGuoqing Jiang2015-04-211-3/+3
| | * md: Fix bitmap offset calculationsGoldwyn Rodrigues2015-03-251-4/+3Star
| | * md/cluster: Communication Framework: fix semicolon.cocci warningskbuild test robot2015-03-211-1/+1
| | * md: recover_bitmaps() can be statickbuild test robot2015-03-211-1/+1
| | * md: Fix stray --cluster-confirm crashGoldwyn Rodrigues2015-03-213-4/+21
| | * md/bitmap: use sector_div for sector_t divisionsStephen Rothwell2015-03-041-2/+3
| | * md/bitmap: fix incorrect DIV_ROUND_UP usage.NeilBrown2015-03-041-2/+2
| | * md: fix error paths from bitmap_create.NeilBrown2015-02-251-2/+4
| | * Add new disk to clustered arrayGoldwyn Rodrigues2015-02-235-4/+162
| | * Read from the first device when an area is resyncingGoldwyn Rodrigues2015-02-231-1/+7
| | * Suspend writes in RAID1 if within rangeGoldwyn Rodrigues2015-02-234-3/+30
| | * Resync start/Finish actionsGoldwyn Rodrigues2015-02-231-0/+46