summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2020-10-08md/raid5: fix oops during stripe resizingSong Liu
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-27md/raid5: make sure stripe_size as power of twoYufen Yu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-22md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu
2020-07-21md/raid5: support config stripe_size by sysfs entryYufen Yu
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang
2020-07-16raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang
2020-07-16raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang
2020-07-15md: raid5: Fix compilation warningDamien Le Moal
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-05-13raid5: update code comment of scribble_alloc()Coly Li
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li
2020-01-13raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang
2019-12-11raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2019-11-14drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SETEugene Syromiatnikov
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon
2019-09-03md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang
2019-08-27raid5 improve too many read errors msg by adding limitsNigel Croxon
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-15raid5-cache: Need to do start() part job after adding journal deviceXiao Ni
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner