aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-3/+2
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang1-3/+3
2019-08-07md/raid10: end bio when the device faultyYufen Yu1-12/+14
2019-06-15md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang1-12/+33
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza1-8/+3
2019-06-15md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza1-26/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-10/+1
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki1-0/+2
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2018-12-20md: fix raid10 hang issue caused by barrierGuoqing Jiang1-0/+4
2018-12-20raid10: refactor common wait code from regular read/write requestGuoqing Jiang1-47/+25
2018-10-18md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang1-1/+7
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang1-0/+34
2018-10-18md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang1-3/+38
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li1-0/+1
2018-09-28md/raid10: Fix raid10 replace hang when new added disk faultyAlex Wu1-13/+14
2018-08-31RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni1-1/+4
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-27/+25
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko1-27/+25
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-7/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-4/+6
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-31/+29
2018-05-01raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang1-3/+5
2018-05-01md: fix an error code format and remove unsed bio_sectorYufen Yu1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-7/+1
2018-02-25md-cluster: choose correct label when clustered layout is not supportedLidong Zhong1-1/+1
2018-02-19md raid10: fix NULL deference in handle_write_completed()Yufen Yu1-2/+4
2018-02-17raid10: change the size of resync window for clustered raidGuoqing Jiang1-1/+1
2017-12-11md/raid1,raid10: silence warning about wait-within-waitNeilBrown1-0/+12
2017-12-01md/raid1/10: add missed blk plugShaohua Li1-0/+4
2017-11-01md-cluster: Use a small window for raid10 resyncGuoqing Jiang1-1/+112
2017-11-01md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang1-0/+16
2017-11-01md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang1-2/+5
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-7/+3
2017-10-16md: raid10: remove a couple of redundant variables and initializationsColin Ian King1-5/+1
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-1/+1
2017-10-16md: raid10: remove VLAISMatthias Kaehlcke1-5/+10
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+32
2017-08-25md/raid1/10: reset bio allocated from mempoolShaohua Li1-3/+32
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-26/+24
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang1-4/+2
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei1-9/+0
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei1-2/+4
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei1-3/+3