aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleGravatar BingJing Chang 1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-7/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-4/+6
2018-05-30md: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-31/+29
2018-05-01raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGravatar Guoqing Jiang 1-3/+5
2018-05-01md: fix an error code format and remove unsed bio_sectorGravatar Yufen Yu 1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 1-3/+3
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeGravatar BingJing Chang 1-7/+1
2018-02-25md-cluster: choose correct label when clustered layout is not supportedGravatar Lidong Zhong 1-1/+1
2018-02-19md raid10: fix NULL deference in handle_write_completed()Gravatar Yufen Yu 1-2/+4
2018-02-17raid10: change the size of resync window for clustered raidGravatar Guoqing Jiang 1-1/+1
2017-12-11md/raid1,raid10: silence warning about wait-within-waitGravatar NeilBrown 1-0/+12
2017-12-01md/raid1/10: add missed blk plugGravatar Shaohua Li 1-0/+4
2017-11-01md-cluster: Use a small window for raid10 resyncGravatar Guoqing Jiang 1-1/+112
2017-11-01md-cluster: Suspend writes in RAID10 if within rangeGravatar Guoqing Jiang 1-0/+16
2017-11-01md-cluster/raid10: set "do_balance = 0" if area is resyncingGravatar Guoqing Jiang 1-2/+5
2017-11-01md: remove special meaning of ->quiesce(.., 2)Gravatar NeilBrown 1-7/+3
2017-10-16md: raid10: remove a couple of redundant variables and initializationsGravatar Colin Ian King 1-5/+1
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixGravatar Mike Snitzer 1-1/+1
2017-10-16md: raid10: remove VLAISGravatar Matthias Kaehlcke 1-5/+10
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-3/+32
2017-08-25md/raid1/10: reset bio allocated from mempoolGravatar Shaohua Li 1-3/+32
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-26/+24
2017-07-21md: simplify code with bio_io_errorGravatar Guoqing Jiang 1-4/+2
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cGravatar Ming Lei 1-9/+0
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Gravatar Ming Lei 1-2/+4
2017-07-21md: remove 'idx' from 'struct resync_pages'Gravatar Ming Lei 1-3/+3
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-7/+9
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()Gravatar NeilBrown 1-1/+1
2017-06-16md/raid10: fix FailFast test for wrong deviceGravatar Guoqing Jiang 1-3/+3
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()Gravatar NeilBrown 1-4/+6
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-0/+3
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-18/+18
2017-06-05md: initialise ->writes_pending in personality modules.Gravatar NeilBrown 1-0/+3
2017-05-11md/raid1/10: avoid unnecessary lockingGravatar Shaohua Li 1-4/+3
2017-05-01Merge branch 'md-next' into md-linusGravatar Shaohua Li 1-430/+306
2017-05-01md/raid10: skip spare disk as 'first' diskGravatar Shaohua Li 1-1/+1
2017-04-25md: clear WantReplacement once disk is removedGravatar Guoqing Jiang 1-6/+2
2017-04-23md/raid1/10: remove unused queueGravatar Lidong Zhong 1-2/+0
2017-04-20md/raid10: wait up frozen array in handle_write_completedGravatar Guoqing Jiang 1-0/+5
2017-04-11md/raid10: simplify handle_read_error()Gravatar NeilBrown 1-75/+47
2017-04-11md/raid10: simplify the splitting of requests.Gravatar NeilBrown 1-114/+50
2017-04-10md/raid10: reset the 'first' at the end of loopGravatar Guoqing Jiang 1-0/+2
2017-04-08md: support REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 1-0/+1
2017-03-24md: raid10: avoid direct access to bvec table in handle_reshape_read_errorGravatar Ming Lei 1-2/+5
2017-03-24md: raid10: retrieve page from preallocated resync page arrayGravatar Ming Lei 1-4/+9
2017-03-24md: raid10: don't use bio's vec table to manage resync pagesGravatar Ming Lei 1-52/+82
2017-03-24md: raid10: refactor code of read reshape's .bi_end_ioGravatar Ming Lei 1-10/+18