aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds12-75/+52
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds28-421/+240
2022-03-08raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig1-17/+8
2022-03-08raid5-cache: statically allocate the recovery ra bioChristoph Hellwig1-15/+13
2022-03-08raid5-cache: fully initialize flush_bio when neededChristoph Hellwig1-2/+3
2022-03-08raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig1-3/+2
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet1-1/+1
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk5-27/+8
2022-03-07raid5-ppl: stop using bio_devnameChristoph Hellwig1-9/+4
2022-03-07raid1: stop using bio_devnameChristoph Hellwig1-3/+2
2022-03-07md-multipath: stop using bio_devnameChristoph Hellwig1-5/+4
2022-03-07dm-integrity: stop using bio_devnameChristoph Hellwig1-3/+2
2022-03-07dm-crypt: stop using bio_devnameChristoph Hellwig1-6/+4
2022-03-06bcache: fixup multiple threads crashMingzhe Zou2-4/+8
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou1-4/+7
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig1-2/+2
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-16dm: remove dm_dispatch_clone_requestChristoph Hellwig1-13/+9
2022-02-16dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig1-4/+0
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig1-1/+1
2022-02-16blk-mq: make the blk-mq stacking code optionalChristoph Hellwig1-0/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig11-48/+47
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig2-2/+0
2022-02-04dm: use bio_clone_fast in alloc_io/alloc_tioChristoph Hellwig1-9/+3
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig3-29/+8
2022-02-04dm-cache: remove __remap_to_origin_clear_discardChristoph Hellwig1-16/+8
2022-02-04dm: simplify the single bio fast path in __send_duplicate_biosChristoph Hellwig1-12/+14
2022-02-04dm: retun the clone bio from alloc_tioChristoph Hellwig1-20/+19
2022-02-04dm: pass the bio instead of tio to __map_bioChristoph Hellwig1-6/+4
2022-02-04dm: move cloning the bio into alloc_tioChristoph Hellwig1-12/+10
2022-02-04dm: fold __send_duplicate_bios into __clone_and_map_simple_bioChristoph Hellwig1-16/+11
2022-02-04dm: fold clone_bio into __clone_and_map_data_bioChristoph Hellwig1-26/+17
2022-02-04dm: add a clone_to_tio helperChristoph Hellwig1-19/+15
2022-02-02md: fix NULL pointer deref with nowait but no mddev->queueSong Liu1-4/+4
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig6-28/+18
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig12-27/+21
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig3-27/+18
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig10-41/+37
2022-02-02dm-thin: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-10/+1
2022-02-02dm-snap: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-20/+1
2022-02-02dm-crypt: remove clone_initChristoph Hellwig1-13/+8
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig5-51/+10
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+0
2022-01-28dm: properly fix redundant bio-based IO accountingMike Snitzer1-2/+3
2022-01-28dm: revert partial fix for redundant bio-based IO accountingMike Snitzer1-15/+0
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds7-307/+58
2022-01-12Merge tag 'for-5.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds6-65/+145
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds9-113/+249
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+1
2022-01-07Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2