summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAge
* 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
|\ \ | |/
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-05
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
|/
* raid1: prefer disk without bad blocksTomasz Majchrzak2017-05-12
* md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-11
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-08
* Merge branch 'md-next' into md-linusShaohua Li2017-05-01
|\
| * md/raid1: Use a new variable to count flighting sync requestsXiao Ni2017-04-27
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-25
| * md/raid1/10: remove unused queueLidong Zhong2017-04-23
| * md/raid1: factor out flush_bio_list()NeilBrown2017-04-11
| * md/raid1: simplify handle_read_error().NeilBrown2017-04-11
| * md/raid1: simplify alloc_behind_master_bio()NeilBrown2017-04-11
| * md/raid1: simplify the splitting of requests.NeilBrown2017-04-11
| * md/raid1: avoid reusing a resync bio after error handling.NeilBrown2017-04-10
| * md: raid1: kill warning on powerpc_pseriesMing Lei2017-03-28
| * md/raid1: skip data copy for behind io for discard requestShaohua Li2017-03-25
| * md: raid1: improve write behindMing Lei2017-03-24
| * md: raid1: move 'offset' out of loopMing Lei2017-03-24
| * md: raid1: use bio helper in process_checks()Ming Lei2017-03-24
| * md: raid1: retrieve page from pre-allocated resync page arrayMing Lei2017-03-24
| * md: raid1: don't use bio's vec table to manage resync pagesMing Lei2017-03-24
| * md: raid1: simplify r1buf_pool_free()Ming Lei2017-03-24
| * md: move two macros into md.hMing Lei2017-03-24
| * md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2017-03-24
| * md/raid1: stop using bi_phys_segmentNeilBrown2017-03-22
| * md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-22
| * md: superblock changes for PPLArtur Paszkiewicz2017-03-16
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
|/
* md/raid1: fix a trivial typo in commentsZhilong Liu2017-03-14
* md/raid1/10: fix potential deadlockShaohua Li2017-03-09
* md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-24
|\
| * md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li2017-02-23
| * md/raid1: handle flush request correctlyShaohua Li2017-02-23
| * md/raid1: fix a use-after-free bugShaohua Li2017-02-19
| * RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-19
| * RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-19
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-15