aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SETEugene Syromiatnikov1-2/+2
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-2/+2
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang1-1/+0
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-09-03md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang1-1/+1
2019-08-27raid5 improve too many read errors msg by adding limitsNigel Croxon1-4/+10
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+0
2019-06-15raid5-cache: Need to do start() part job after adding journal deviceXiao Ni1-2/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-9/+1
2019-04-16md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig1-0/+2
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig1-0/+4
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki1-0/+2
2019-03-12raid5: set write hint for PPLMariusz Dabrowski1-0/+1
2019-03-12md: convert to kvmallocKent Overstreet1-48/+39
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov1-2/+6
2018-09-28raid5: block failing device if raid will be failedMariusz Tkaczyk1-0/+12
2018-08-31md/raid5-cache: disable reshape completelyShaohua Li1-3/+3
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-22/+22
2018-08-02md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko1-22/+22
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner1-2/+1
2018-07-18drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner1-3/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-7/+8
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+9
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-6/+6
2018-05-17md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a stripeAmy Chiang1-3/+3
2018-05-17raid5: copy write hint from origin bio to stripeMariusz Dabrowski1-0/+6
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-7/+1
2018-02-21md: raid5: avoid string overflow warningArnd Bergmann1-3/+4
2018-02-17md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou1-3/+1
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak1-3/+3
2017-12-11md: introduce new personality funciton start()Song Liu1-0/+10
2017-12-01md/raid5: correct degraded calculation in raid5_errorbingjingc1-1/+1
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-37/+42
2017-11-09md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown1-0/+24
2017-11-01md: use TASK_IDLE instead of blocking signalsMikulas Patocka1-1/+0
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-12/+6
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown1-22/+0
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown1-0/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-1/+1