aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAge
* md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-07
* md/raid10: end bio when the device faultyYufen Yu2019-08-07
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-15
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-15
* md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-15
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-24
* md: Fix failed allocation of md_register_threadAditya Pakki2019-03-12
* It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-12
* md: fix raid10 hang issue caused by barrierGuoqing Jiang2018-12-20
* raid10: refactor common wait code from regular read/write requestGuoqing Jiang2018-12-20
* md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-18
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-18
* md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-18
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-14
* md/raid10: Fix raid10 replace hang when new added disk faultyAlex Wu2018-09-28
* RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni2018-08-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-18
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-01
* | md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-28
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-09
|\ \
| * | raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang2018-05-01
| * | md: fix an error code format and remove unsed bio_sectorYufen Yu2018-05-01
| |/
* / md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-30
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-25
* | md-cluster: choose correct label when clustered layout is not supportedLidong Zhong2018-02-25
* | md raid10: fix NULL deference in handle_write_completed()Yufen Yu2018-02-19
* | raid10: change the size of resync window for clustered raidGuoqing Jiang2018-02-17
|/
* md/raid1,raid10: silence warning about wait-within-waitNeilBrown2017-12-11
* md/raid1/10: add missed blk plugShaohua Li2017-12-01
* md-cluster: Use a small window for raid10 resyncGuoqing Jiang2017-11-02
* md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang2017-11-02
* md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang2017-11-02
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-02
* md: raid10: remove a couple of redundant variables and initializationsColin Ian King2017-10-16
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-16
* md: raid10: remove VLAISMatthias Kaehlcke2017-10-16
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-07
|\
| * md/raid1/10: reset bio allocated from mempoolShaohua Li2017-08-25
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
|/
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-21
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-21
* md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei2017-07-21
* md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-21
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-08
|\
| * md/raid10: fix FailFast test for wrong deviceGuoqing Jiang2017-06-16