summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2112-75/+52
|\
| * raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig2022-03-081-17/+8
| * raid5-cache: statically allocate the recovery ra bioChristoph Hellwig2022-03-081-15/+13
| * raid5-cache: fully initialize flush_bio when neededChristoph Hellwig2022-03-081-2/+3
| * raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig2022-03-081-3/+2
| * md: use msleep() in md_notify_reboot()Eric Dumazet2022-03-081-1/+1
| * md: raid1/raid10: drop pending_cntMariusz Tkaczyk2022-03-085-27/+8
| * bcache: fixup multiple threads crashMingzhe Zou2022-03-062-4/+8
| * bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou2022-03-061-4/+7
| * bcache: use bvec_kmap_local in bio_csumChristoph Hellwig2022-03-041-2/+2
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2128-421/+240
|\ \
| * | raid5-ppl: stop using bio_devnameChristoph Hellwig2022-03-071-9/+4
| * | raid1: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
| * | md-multipath: stop using bio_devnameChristoph Hellwig2022-03-071-5/+4
| * | dm-integrity: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
| * | dm-crypt: stop using bio_devnameChristoph Hellwig2022-03-071-6/+4
| |/
| * dm: remove dm_dispatch_clone_requestChristoph Hellwig2022-02-161-13/+9
| * dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig2022-02-161-4/+0
| * blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig2022-02-161-1/+1
| * blk-mq: make the blk-mq stacking code optionalChristoph Hellwig2022-02-161-0/+1
| * block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-0411-48/+47
| * block: initialize the target bio in __bio_clone_fastChristoph Hellwig2022-02-042-2/+0
| * dm: use bio_clone_fast in alloc_io/alloc_tioChristoph Hellwig2022-02-041-9/+3
| * block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig2022-02-043-29/+8
| * dm-cache: remove __remap_to_origin_clear_discardChristoph Hellwig2022-02-041-16/+8
| * dm: simplify the single bio fast path in __send_duplicate_biosChristoph Hellwig2022-02-041-12/+14
| * dm: retun the clone bio from alloc_tioChristoph Hellwig2022-02-041-20/+19
| * dm: pass the bio instead of tio to __map_bioChristoph Hellwig2022-02-041-6/+4
| * dm: move cloning the bio into alloc_tioChristoph Hellwig2022-02-041-12/+10
| * dm: fold __send_duplicate_bios into __clone_and_map_simple_bioChristoph Hellwig2022-02-041-16/+11
| * dm: fold clone_bio into __clone_and_map_data_bioChristoph Hellwig2022-02-041-26/+17
| * dm: add a clone_to_tio helperChristoph Hellwig2022-02-041-19/+15
| * block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-026-28/+18
| * block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-0212-27/+21
| * block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-023-27/+18
| * block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-0210-41/+37
| * dm-thin: use blkdev_issue_flush instead of open coding itChristoph Hellwig2022-02-021-10/+1
| * dm-snap: use blkdev_issue_flush instead of open coding itChristoph Hellwig2022-02-021-20/+1
| * dm-crypt: remove clone_initChristoph Hellwig2022-02-021-13/+8
| * dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig2022-02-025-51/+10
| * block: remove genhd.hChristoph Hellwig2022-02-022-2/+0
* | block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-171-1/+1
* | md: fix NULL pointer deref with nowait but no mddev->queueSong Liu2022-02-021-4/+4
|/
* dm: properly fix redundant bio-based IO accountingMike Snitzer2022-01-281-2/+3
* dm: revert partial fix for redundant bio-based IO accountingMike Snitzer2022-01-281-15/+0
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-127-307/+58
|\
| * dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-184-170/+2
| * dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-1/+1
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-2/+2
| * dm-stripe: add a stripe_dax_pgoff helperChristoph Hellwig2021-12-041-48/+15