summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid10: improve discard request for far layoutXiao Ni2021-03-241-19/+60
* md/raid10: improve raid10 discard requestXiao Ni2021-03-241-1/+262
* md/raid10: pull the code that wait for blocked dev into one functionXiao Ni2021-03-241-51/+69
* md/raid10: extend r10bio devs to raid disksXiao Ni2021-03-241-5/+5
* md/raid10: remove dead code in reshape_requestChristoph Hellwig2021-02-081-4/+0
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-271-1/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-6/+6
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+2
|\
| * md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2020-11-301-1/+2
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+2
|\ \
| * | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-4/+2
| |/
* | Revert "md/raid10: extend r10bio devs to raid disks"Song Liu2020-12-091-4/+5
* | Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu2020-12-091-67/+51
* | Revert "md/raid10: improve raid10 discard request"Song Liu2020-12-091-255/+1
* | Revert "md/raid10: improve discard request for far layout"Song Liu2020-12-091-63/+23
|/
* md/raid10: improve discard request for far layoutXiao Ni2020-09-241-23/+63
* md/raid10: improve raid10 discard requestXiao Ni2020-09-241-1/+255
* md/raid10: pull codes that wait for blocked dev into one functionXiao Ni2020-09-241-51/+67
* md/raid10: extend r10bio devs to raid disksXiao Ni2020-09-241-5/+4
* md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei2020-09-241-4/+4
* block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-23/+1
* md: update the optimal I/O size on reshapeChristoph Hellwig2020-09-241-8/+14
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-6/+14
|\
| * md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh2020-07-221-3/+11
| * md: raid10: Fix compilation warningDamien Le Moal2020-07-151-2/+2
| * md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-1/+1
* | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-26/+0
|/
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-14/+14
* md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman2019-11-111-1/+1
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-3/+2
* md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-071-3/+3
* md/raid10: end bio when the device faultyYufen Yu2019-08-071-12/+14
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-151-12/+33
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-151-8/+3
* md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-151-26/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-10/+1
* md: Fix failed allocation of md_register_threadAditya Pakki2019-03-121-0/+2
* It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0
* md: fix raid10 hang issue caused by barrierGuoqing Jiang2018-12-201-0/+4
* raid10: refactor common wait code from regular read/write requestGuoqing Jiang2018-12-201-47/+25
* md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-181-1/+7
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-181-0/+34
* md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-181-3/+38
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-141-0/+1
* md/raid10: Fix raid10 replace hang when new added disk faultyAlex Wu2018-09-281-13/+14
* RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni2018-08-311-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-27/+25
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-27/+25
* | md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7