summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid1: Fix a warning message in remove_wb()Dan Carpenter2019-06-261-1/+1
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-211-1/+67
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-151-9/+4Star
* md/raid1: get rid of extra blank line and spaceYufen Yu2019-06-151-6/+3Star
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-151-27/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1Star
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-3/+3
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-5/+4Star
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
| * raid1: simplify raid1_error functionYufen Yu2019-02-041-4/+2Star
* | md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey2019-02-121-10/+18
|/
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-151-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-191-19/+16Star
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-021-19/+16Star
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-4/+5
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-091-2/+2
|\ \
| * | md/raid1: add error handling of read error from FailFast deviceGioh Kim2018-05-171-0/+2
| * | md: fix an error code format and remove unsed bio_sectorYufen Yu2018-05-011-2/+0Star
| |/
* / md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-39/+37Star
|/
* raid1: copy write hint from master bio to behind bioMariusz Dabrowski2018-04-091-0/+2
* md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu2018-04-091-5/+18
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-3/+3
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-3/+3
* | md/raid1: fix NULL pointer dereferenceYufen Yu2018-02-251-0/+11
* | md/raid1: Fix trailing semicolonLuis de Bethencourt2018-02-171-1/+1
|/
* md/raid1,raid10: silence warning about wait-within-waitNeilBrown2017-12-111-0/+11
* md/raid1/10: add missed blk plugShaohua Li2017-12-011-0/+4
* raid1: remove obsolete code in raid1_write_requestGuoqing Jiang2017-11-021-13/+7Star
* raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-021-18/+6Star
* md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-021-6/+1Star
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-021-10/+3Star
* md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-021-9/+5Star
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-171-1/+1
* md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang2017-10-171-5/+5
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-2/+20
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-1/+2
| * md/raid1/10: reset bio allocated from mempoolShaohua Li2017-08-251-1/+18
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-19/+15Star
|/
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-211-2/+1Star
* md/raid1: fix writebehind bio cloneShaohua Li2017-07-211-21/+13Star
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-9/+0Star
* md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei2017-07-211-14/+4Star
* md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-211-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-8/+12
|\
| * md/raid1: remove unused bio in sync_request_writeGuoqing Jiang2017-06-161-3/+1Star
| * md: don't use flush_signals in userspace processesMikulas Patocka2017-06-131-1/+4
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-4/+7
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-0/+2
|\|