summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)Author
2022-01-03md/raid1: fix missing bitmap update w/o WriteMostly devicesSong Liu
2021-10-18md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang
2021-10-18md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-27raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu
2021-06-14md/raid1: enable io accountingGuoqing Jiang
2021-06-14md/raid1: rename print_msg with r1bio_existedGuoqing Jiang
2021-04-23md/raid1: properly indicate failure when ending a failed write requestPaul Clements
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery
2020-01-13md/raid1: introduce wait_for_serializationGuoqing Jiang
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang
2020-01-13raid1: serialize the overlap writeGuoqing Jiang
2020-01-13md: rename wb stuffsGuoqing Jiang
2019-12-11md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2019-11-11md/raid1: avoid soft lockup under high loadHannes Reinecke
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-09-03md/raid1: fail run raid1 array when active disk less than oneYufen Yu
2019-08-07raid1: factor out a common routine to handle the completion of sync writeHou Tao
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang
2019-08-07md/raid1: end bio when the device faultyYufen Yu
2019-08-07raid1: use an int as the return value of raise_barrier()Hou Tao
2019-06-26md/raid1: Fix a warning message in remove_wb()Dan Carpenter
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza
2019-06-15md/raid1: get rid of extra blank line and spaceYufen Yu
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-12md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey
2019-02-04raid1: simplify raid1_error functionYufen Yu
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-17md/raid1: add error handling of read error from FailFast deviceGioh Kim
2018-05-01md: fix an error code format and remove unsed bio_sectorYufen Yu
2018-04-09raid1: copy write hint from master bio to behind bioMariusz Dabrowski