summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAge
* md/raid1: Fix a warning message in remove_wb()Dan Carpenter2019-06-26
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-20
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-15
* md/raid1: get rid of extra blank line and spaceYufen Yu2019-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
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-08
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-15
| * raid1: simplify raid1_error functionYufen Yu2019-02-04
* | md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey2019-02-12
|/
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-14
* 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
* | 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
|\ \
| * | md/raid1: add error handling of read error from FailFast deviceGioh Kim2018-05-17
| * | 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
|/
* raid1: copy write hint from master bio to behind bioMariusz Dabrowski2018-04-09
* md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu2018-04-09
* 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/raid1: fix NULL pointer dereferenceYufen Yu2018-02-25
* | md/raid1: Fix trailing semicolonLuis de Bethencourt2018-02-17
|/
* md/raid1,raid10: silence warning about wait-within-waitNeilBrown2017-12-11
* md/raid1/10: add missed blk plugShaohua Li2017-12-01
* raid1: remove obsolete code in raid1_write_requestGuoqing Jiang2017-11-02
* raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-02
* md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-02
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-02
* md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-02
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-16
* md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang2017-10-16
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-07
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-28
| * 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: fix writebehind bio cloneShaohua Li2017-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/raid1: remove unused bio in sync_request_writeGuoqing Jiang2017-06-16
| * md: don't use flush_signals in userspace processesMikulas Patocka2017-06-13
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-13
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-18
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\|