summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)Author
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak
2017-08-25md/raid1/10: reset bio allocated from mempoolShaohua Li
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang
2017-07-21md/raid1: fix writebehind bio cloneShaohua Li
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-16md/raid1: remove unused bio in sync_request_writeGuoqing Jiang
2017-06-13md: don't use flush_signals in userspace processesMikulas Patocka
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown
2017-05-12raid1: prefer disk without bad blocksTomasz Majchrzak
2017-05-11md/raid1/10: avoid unnecessary lockingShaohua Li
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz
2017-05-01Merge branch 'md-next' into md-linusShaohua Li
2017-04-27md/raid1: Use a new variable to count flighting sync requestsXiao Ni
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang
2017-04-23md/raid1/10: remove unused queueLidong Zhong
2017-04-11md/raid1: factor out flush_bio_list()NeilBrown
2017-04-11md/raid1: simplify handle_read_error().NeilBrown
2017-04-11md/raid1: simplify alloc_behind_master_bio()NeilBrown
2017-04-11md/raid1: simplify the splitting of requests.NeilBrown
2017-04-10md/raid1: avoid reusing a resync bio after error handling.NeilBrown
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-28md: raid1: kill warning on powerpc_pseriesMing Lei
2017-03-25md/raid1: skip data copy for behind io for discard requestShaohua Li
2017-03-24md: raid1: improve write behindMing Lei
2017-03-24md: raid1: move 'offset' out of loopMing Lei
2017-03-24md: raid1: use bio helper in process_checks()Ming Lei
2017-03-24md: raid1: retrieve page from pre-allocated resync page arrayMing Lei
2017-03-24md: raid1: don't use bio's vec table to manage resync pagesMing Lei
2017-03-24md: raid1: simplify r1buf_pool_free()Ming Lei
2017-03-24md: move two macros into md.hMing Lei
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei
2017-03-22md/raid1: stop using bi_phys_segmentNeilBrown
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown
2017-03-16md: superblock changes for PPLArtur Paszkiewicz
2017-03-14md/raid1: fix a trivial typo in commentsZhilong Liu
2017-03-09md/raid1/10: fix potential deadlockShaohua Li
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li
2017-02-23md/raid1: handle flush request correctlyShaohua Li