Age | Commit message (Expand) | Author |
2023-06-13 | md/raid1-10: limit the number of plugged bio | Yu Kuai |
2023-06-13 | md/raid1-10: don't handle pluged bio by daemon thread | Yu Kuai |
2023-06-13 | md/raid1-10: factor out a helper to submit normal write | Yu Kuai |
2023-06-13 | md/raid1-10: factor out a helper to add bio to plug | Yu Kuai |
2023-06-13 | md: protect md_thread with rcu | Yu Kuai |
2023-06-01 | md: raid1: use __bio_add_page for adding single page to bio | Johannes Thumshirn |
2023-06-01 | md: check for failure when adding pages in alloc_behind_master_bio | Johannes Thumshirn |
2022-12-07 | block: remove bio_set_op_attrs | Christoph Hellwig |
2022-11-14 | md/raid1: stop mdx_raid1 thread when raid1 array run failed | Jiang Li |
2022-07-14 | md/raid1: Use the new blk_opf_t type | Bart Van Assche |
2022-07-14 | md/core: Combine two sync_page_io() arguments | Bart Van Assche |
2022-07-14 | block: remove bdevname | Christoph Hellwig |
2022-05-22 | md: remove most calls to bdevname | Christoph Hellwig |
2022-04-25 | md: Set MD_BROKEN for RAID1 and RAID10 | Mariusz Tkaczyk |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-04-17 | block: add a bdev_nonrot helper | Christoph Hellwig |
2022-04-17 | block: turn bio_kmalloc into a simple kmalloc wrapper | Christoph Hellwig |
2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-03-21 | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-08 | md: raid1/raid10: drop pending_cnt | Mariusz Tkaczyk |
2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig |
2022-03-07 | raid1: stop using bio_devname | Christoph Hellwig |
2022-02-22 | scsi: md: Remove WRITE_SAME support | Christoph Hellwig |
2022-02-04 | block: pass a block_device to bio_clone_fast | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_reset | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_alloc_bioset | Christoph Hellwig |
2022-01-12 | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-01-06 | md: raid1 add nowait support | Vishal Verma |
2022-01-06 | md: drop queue limitation for RAID1 and RAID10 | Mariusz Tkaczyk |
2022-01-03 | md/raid1: fix missing bitmap update w/o WriteMostly devices | Song Liu |
2021-10-18 | md/raid1: use rdev in raid1_write_request directly | Guoqing Jiang |
2021-10-18 | md/raid1: only allocate write behind bio for WriteMostly device | Guoqing Jiang |
2021-08-30 | Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-08-27 | raid1: ensure write behind bio has less than BIO_MAX_VECS sectors | Guoqing Jiang |
2021-08-04 | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so... | Jens Axboe |
2021-07-23 | md/raid10: properly indicate failure when ending a failed write request | Wei Shuyu |
2021-06-14 | md/raid1: enable io accounting | Guoqing Jiang |
2021-06-14 | md/raid1: rename print_msg with r1bio_existed | Guoqing Jiang |
2021-04-23 | md/raid1: properly indicate failure when ending a failed write request | Paul Clements |
2021-01-27 | md: remove bio_alloc_mddev | Christoph Hellwig |
2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig |
2020-12-04 | block: remove the request_queue argument to the block_bio_remap tracepoint | Christoph Hellwig |
2020-07-08 | writeback: remove bdi->congested_fn | Christoph Hellwig |
2020-07-01 | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig |
2020-05-13 | md/raid1: release pending accounting for an I/O only after write-behind is al... | David Jeffery |
2020-01-13 | md/raid1: introduce wait_for_serialization | Guoqing Jiang |
2020-01-13 | md/raid1: use bucket based mechanism for IO serialization | Guoqing Jiang |
2020-01-13 | md: introduce a new struct for IO serialization | Guoqing Jiang |
2020-01-13 | raid1: serialize the overlap write | Guoqing Jiang |