summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c (follow)
Commit message (Expand)AuthorAge
* md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown2018-03-22
* raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-12-20
* md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang2017-10-05
* md/raid5: fix a race condition in stripe batchShaohua Li2017-10-05
* md/raid5: release/flush io in raid5_do_work()Song Liu2017-09-27
* md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-08-06
* Raid5 should update rdev->sectors after reshapeXiao Ni2017-07-27
* md: don't use flush_signals in userspace processesMikulas Patocka2017-07-27
* md: update slab_cache before releasing new stripes when stripes resizingDennis Yang2017-05-25
* md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov2017-01-09
* md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_listNeilBrown2016-04-12
* RAID5: revert e9e4c377e2f563 to fix a livelockShaohua Li2016-04-12
* RAID5: check_reshape() shouldn't call mddev_suspendShaohua Li2016-04-12
* md/raid5: Compare apples to apples (or sectors to sectors)Jes Sorensen2016-04-12
* 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
| | * block: manipulate bio->bi_flags through helpersJens Axboe2015-07-29
| | * block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* | | md/raid5: ensure device failure recorded before write request returns.NeilBrown2015-08-31
* | | md/raid5: use bio_list for the list of bios to return.NeilBrown2015-08-31
* | | md/raid5: handle possible race as reshape completes.NeilBrown2015-08-31
* | | md: be careful when testing resync_max against curr_resync_completed.NeilBrown2015-08-31
* | | md/raid5: remove incorrect "min_t()" when calculating writepos.NeilBrown2015-08-31
* | | md/raid5: strengthen check on reshape_position at run.NeilBrown2015-08-31
* | | md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...NeilBrown2015-08-31
* | | md/raid5: always set conf->prev_chunk_sectors and ->prev_algoNeilBrown2015-08-31