summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-2/+2
* md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-091-2/+4
* raid5: delete unnecessary warnningShaohua Li2016-04-291-2/+0
* md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner2016-03-171-0/+2
* md/raid5: output stripe state for debugShaohua Li2016-03-091-4/+6
* md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-03-091-1/+1
* RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-02-261-19/+8
* RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-02-261-0/+18
* md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-02-251-2/+2
* MD: rename some functionsShaohua Li2016-01-201-22/+23
* raid5-cache: add journal hot add/remove supportShaohua Li2016-01-061-8/+26
* md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin2016-01-061-2/+0
* Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-041-57/+132
|\
| * MD: set journal disk ->raid_diskShaohua Li2015-11-011-2/+4
| * raid5-cache: start raid5 readonly if journal is missingShaohua Li2015-11-011-0/+7
| * raid5-cache: IO error handlingShaohua Li2015-11-011-1/+3
| * raid5: journal disk can't be removedShaohua Li2015-11-011-0/+11
| * raid5-cache: move reclaim stop to quiesceShaohua Li2015-11-011-0/+1
| * raid5-cache: optimize FLUSH IO with log enabledShaohua Li2015-11-011-2/+9
| * raid5-cache: switching to state machine for log disk cache flushShaohua Li2015-11-011-1/+6
| * raid5: enable log for raid array with cache diskShaohua Li2015-11-011-0/+11
| * raid5: don't allow resize/reshape with cache(log) supportShaohua Li2015-11-011-0/+14
| * raid5: disable batch with log enabledShaohua Li2015-11-011-0/+4
| * raid5: log reclaim supportShaohua Li2015-10-241-0/+6
| * raid5: add basic stripe logShaohua Li2015-10-241-0/+4
| * raid5: add a new state for stripe log handlingShaohua Li2015-10-241-0/+3
| * raid5: export some functionsShaohua Li2015-10-241-51/+49
| * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-1/+1
* | md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin2015-10-311-2/+4
|/
* md: drop null test before destroy functionsJulia Lawall2015-10-021-2/+1
* md/raid5: don't index beyond end of array in need_this_block().NeilBrown2015-10-021-2/+2
* raid5: update analysis state for failed stripeShaohua Li2015-10-021-0/+4
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-051-86/+61
|\
| * Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-86/+61
| |\
| | * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-32/+0
| | * md/raid5: get rid of bio_fits_rdev()Kent Overstreet2015-08-131-22/+1
| | * md/raid5: split bio for chunk_aligned_readMing Lin2015-08-131-5/+32
| | * block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-111-1/+2
| | * block: manipulate bio->bi_flags through helpersJens Axboe2015-07-291-1/+1
| | * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-26/+26
* | | md/raid5: ensure device failure recorded before write request returns.NeilBrown2015-08-311-1/+23
* | | md/raid5: use bio_list for the list of bios to return.NeilBrown2015-08-311-26/+15
* | | md/raid5: handle possible race as reshape completes.NeilBrown2015-08-311-0/+5
* | | md: be careful when testing resync_max against curr_resync_completed.NeilBrown2015-08-311-1/+2
* | | md/raid5: remove incorrect "min_t()" when calculating writepos.NeilBrown2015-08-311-1/+6
* | | md/raid5: strengthen check on reshape_position at run.NeilBrown2015-08-311-15/+14
* | | md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...NeilBrown2015-08-311-14/+14
* | | md/raid5: always set conf->prev_chunk_sectors and ->prev_algoNeilBrown2015-08-311-0/+3
* | | md/raid5: consider updating reshape_position at start of reshape.NeilBrown2015-08-311-2/+6
|/ /
* | md/raid5: don't let shrink_slab shrink too far.NeilBrown2015-08-031-2/+3
OpenPOWER on IntegriCloud