summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-140/+246
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng1-6/+16
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang1-6/+3
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang1-6/+2
2020-07-22md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu1-1/+1
2020-07-21md/raid5: support config stripe_size by sysfs entryYufen Yu1-0/+72
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu1-0/+5
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu1-102/+123
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-16raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang1-2/+1
2020-07-16raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang1-4/+4
2020-07-16raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang1-5/+10
2020-07-15md: raid5: Fix compilation warningDamien Le Moal1-6/+6
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi1-3/+3
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-25/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-5/+5
2020-05-13raid5: update code comment of scribble_alloc()Coly Li1-2/+5
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-01-13raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang1-14/+7
2019-12-11raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
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/dto...Linus 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