summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe2022-10-261-0/+12
* md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe2022-10-261-1/+1
* drivers:md:fix a potential use-after-free bugWentao_Liang2022-08-251-1/+1
* dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka2022-07-071-0/+1
* md/raid5: fix oops during stripe resizingSong Liu2020-11-051-2/+2
* md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-211-1/+2
* raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang2019-12-171-1/+1
* md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni2019-10-051-1/+3
* raid5: don't increment read_errors on EILSEQ returnNigel Croxon2019-10-051-1/+2
* raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang2019-10-051-1/+2
* md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-05-251-1/+9
* Revert "Don't jump to compute_result state from check_result state"Song Liu2019-05-251-4/+15
* Don't jump to compute_result state from check_result stateNigel Croxon2019-05-161-15/+4
* md: Fix failed allocation of md_register_threadAditya Pakki2019-03-231-0/+2
* md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2019-02-061-2/+6
* md/raid5-cache: disable reshape completelyShaohua Li2018-10-101-3/+3
* md/raid5: fix data corruption of replacements after originals droppedBingJing Chang2018-09-191-0/+6
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2018-07-081-12/+6
* md: move suspend_hi/lo handling into core md codeNeilBrown2018-07-081-22/+0
* md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-05-301-7/+1
* md: raid5: avoid string overflow warningArnd Bergmann2018-05-301-3/+4
* md/raid5: correct degraded calculation in raid5_errorbingjingc2018-02-251-1/+1
* raid5: Set R5_Expanded on parity devices as well as data.NeilBrown2017-12-201-1/+4
* md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-12-051-0/+7
* md/raid5: cap worker countShaohua Li2017-09-271-2/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-191-3/+10
|\
| * md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang2017-09-051-1/+2
| * md/raid5: fix a race condition in stripe batchShaohua Li2017-09-051-2/+8
* | Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-10/+6
|\|
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-0/+1
| * raid5: remove raid5_build_blockGuoqing Jiang2017-08-251-10/+1
| * md/raid5: release/flush io in raid5_do_work()Song Liu2017-08-241-0/+4
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+6
* | raid5: remove a call to get_start_sectChristoph Hellwig2017-08-231-1/+3
|/
* md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-07-241-0/+2
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-211-6/+3
* Raid5 should update rdev->sectors after reshapeXiao Ni2017-07-101-3/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-9/+13
|\
| * md: don't use flush_signals in userspace processesMikulas Patocka2017-06-131-1/+4
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-8/+9
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-4/+17
|\|
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-051-0/+3
| * md: report sector of stripes with check mismatchesNix2017-05-241-4/+14
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-11/+11
|/
* md/r5cache: handle sync with data in write back cacheSong Liu2017-05-111-6/+15
* md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-111-6/+23
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-081-9/+3
* md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-041-10/+7
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-234/+409
|\