summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
...
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
|\
| * raid5: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-140/+246
|\ \
| * | md/raid5: Allow degraded raid6 to do rmwChangSyun Peng2020-08-021-6/+16
| * | md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng2020-08-021-1/+2
| * | raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang2020-08-021-6/+3
| * | md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang2020-08-021-6/+2
| * | md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu2020-07-221-1/+1
| * | md/raid5: support config stripe_size by sysfs entryYufen Yu2020-07-211-0/+72
| * | md/raid5: set default stripe_size as 4096Yufen Yu2020-07-211-0/+5
| * | md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu2020-07-211-102/+123
| * | raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang2020-07-161-2/+1
| * | raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang2020-07-161-4/+4
| * | raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang2020-07-161-5/+10
| * | md: raid5: Fix compilation warningDamien Le Moal2020-07-151-6/+6
| * | md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-3/+3
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| | |/ | |/|
* | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-25/+0
| |/ |/|
* | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-5/+5
|/
* raid5: update code comment of scribble_alloc()Coly Li2020-05-131-2/+5
* raid5: remove gfp flags from scribble_alloc()Coly Li2020-05-131-6/+9
* raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang2020-01-131-14/+7
* raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang2019-12-111-1/+1
* drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SETEugene Syromiatnikov2019-11-141-2/+2
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-2/+2
* raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2019-09-131-1/+0
* raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang2019-09-131-1/+2
* raid5: don't increment read_errors on EILSEQ returnNigel Croxon2019-09-131-1/+2
* md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang2019-09-031-1/+1
* raid5 improve too many read errors msg by adding limitsNigel Croxon2019-08-271-4/+10
* md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni2019-08-071-1/+3
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0
* raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-06-151-2/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1
* md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-04-161-1/+9
* Revert "Don't jump to compute_result state from check_result state"Song Liu2019-04-161-4/+15
* md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig2019-04-101-0/+2
* md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig2019-04-101-0/+4
* Don't jump to compute_result state from check_result stateNigel Croxon2019-04-011-15/+4
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-0/+3
|\
| * md: Fix failed allocation of md_register_threadAditya Pakki2019-03-121-0/+2
| * raid5: set write hint for PPLMariusz Dabrowski2019-03-121-0/+1
* | md: convert to kvmallocKent Overstreet2019-03-121-48/+39
|/
* md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2019-01-281-2/+6
* raid5: block failing device if raid will be failedMariusz Tkaczyk2018-09-281-0/+12
* md/raid5-cache: disable reshape completelyShaohua Li2018-08-311-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-22/+22
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-22/+22