summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAge
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-28
|\
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-13
| * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-13
| * md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown2016-06-13
| * md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown2016-06-13
| * md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown2016-06-13
| * right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu2016-05-25
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-20
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
* | block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-07
* | md: use bio op accessorsMike Christie2016-06-07
|/
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-09
* md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-09
* raid5: delete unnecessary warnningShaohua Li2016-04-29
* md/raid5: Cleanup cpu hotplug notifierAnna-Maria Gleixner2016-03-17
* md/raid5: output stripe state for debugShaohua Li2016-03-09
* md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-03-09
* RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-02-26
* RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-02-26
* md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-02-25
* MD: rename some functionsShaohua Li2016-01-20
* raid5-cache: add journal hot add/remove supportShaohua Li2016-01-06
* md/raid5: remove redundant check in stripe_add_to_batch_list()Roman Gushchin2016-01-06
* Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-04
|\
| * MD: set journal disk ->raid_diskShaohua Li2015-11-01
| * raid5-cache: start raid5 readonly if journal is missingShaohua Li2015-11-01
| * raid5-cache: IO error handlingShaohua Li2015-11-01
| * raid5: journal disk can't be removedShaohua Li2015-11-01
| * raid5-cache: move reclaim stop to quiesceShaohua Li2015-11-01
| * raid5-cache: optimize FLUSH IO with log enabledShaohua Li2015-11-01
| * raid5-cache: switching to state machine for log disk cache flushShaohua Li2015-11-01
| * raid5: enable log for raid array with cache diskShaohua Li2015-11-01
| * raid5: don't allow resize/reshape with cache(log) supportShaohua Li2015-11-01
| * raid5: disable batch with log enabledShaohua Li2015-11-01
| * raid5: log reclaim supportShaohua Li2015-10-24
| * raid5: add basic stripe logShaohua Li2015-10-24
| * raid5: add a new state for stripe log handlingShaohua Li2015-10-24
| * raid5: export some functionsShaohua Li2015-10-24
| * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-12
* | md/raid5: fix locking in handle_stripe_clean_event()Roman Gushchin2015-10-31
|/
* md: drop null test before destroy functionsJulia Lawall2015-10-02
* md/raid5: don't index beyond end of array in need_this_block().NeilBrown2015-10-02
* raid5: update analysis state for failed stripeShaohua Li2015-10-02
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-05
|\
| * Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
| |\
| | * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-13
| | * md/raid5: get rid of bio_fits_rdev()Kent Overstreet2015-08-13
| | * md/raid5: split bio for chunk_aligned_readMing Lin2015-08-13
| | * block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-11