summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-10-05raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-10-05raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-05-16Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki1-0/+2
2019-02-06md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov1-2/+6
2018-10-10md/raid5-cache: disable reshape completelyShaohua Li1-3/+3
2018-09-19md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown1-12/+6
2018-07-08md: move suspend_hi/lo handling into core md codeNeilBrown1-22/+0
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-7/+1
2018-05-30md: raid5: avoid string overflow warningArnd Bergmann1-3/+4
2018-02-25md/raid5: correct degraded calculation in raid5_errorbingjingc1-1/+1
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-12-05md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown1-0/+7
2017-09-28md/raid5: cap worker countShaohua Li1-2/+5
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+10
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-10/+6
2017-09-06md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang1-1/+2
2017-09-05md/raid5: fix a race condition in stripe batchShaohua Li1-2/+8
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak1-0/+1
2017-08-25raid5: remove raid5_build_blockGuoqing Jiang1-10/+1
2017-08-24md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-6/+6
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig1-1/+3
2017-07-24md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz1-0/+2
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang1-6/+3
2017-07-10Raid5 should update rdev->sectors after reshapeXiao Ni1-3/+1
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-9/+13
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-13md: don't use flush_signals in userspace processesMikulas Patocka1-1/+4
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown1-8/+9
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-4/+17
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-11/+11
2017-06-06md: initialise ->writes_pending in personality modules.NeilBrown1-0/+3
2017-05-25md: report sector of stripes with check mismatchesNix1-4/+14
2017-05-12md/r5cache: handle sync with data in write back cacheSong Liu1-6/+15
2017-05-12md/r5cache: gracefully handle journal device errors for writeback modeSong Liu1-6/+23
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz1-9/+3
2017-05-04md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright1-10/+7
2017-05-02Merge branch 'md-next' into md-linusShaohua Li1-234/+409
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang1-6/+3
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown1-16/+17
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz1-3/+3
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz1-50/+38
2017-04-10md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown1-1/+12
2017-04-10md: update slab_cache before releasing new stripes when stripes resizingDennis Yang1-2/+4