summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-153/+55
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+7
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+3
2021-06-04dm: introduce zone append emulationDamien Le Moal1-15/+23
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal1-52/+7
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal1-6/+19
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal1-78/+0
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal1-2/+6
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-9/+7
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig1-2/+0
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka1-32/+29
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka1-1/+4
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+60
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-1/+17
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu1-1/+1
2021-02-03dm: cleanup of front padding calculationJeffle Xu1-6/+10
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-7/+7
2021-01-08dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2020-12-23Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+18
2020-12-05dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu1-1/+1
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer1-2/+0
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer1-2/+0
2020-12-04dm: fix IO splittingMike Snitzer1-8/+11
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-2/+1
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig1-1/+1
2020-12-02block: stop using bdget_disk for partition 0Christoph Hellwig1-14/+2
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-2/+2
2020-12-02dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig1-11/+14
2020-12-02dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig1-9/+3
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-14/+6
2020-12-01dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa1-2/+4
2020-11-16dm: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-1/+4
2020-10-15Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-272/+132
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+9
2020-10-08dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer1-13/+12
2020-10-08dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer1-50/+5
2020-10-05block: make bio_crypt_clone() able to failEric Biggers1-3/+4
2020-10-01dm: fix comment in __dm_suspend()Mike Snitzer1-5/+4
2020-10-01dm: fold dm_process_bio() into dm_submit_bio()Mike Snitzer1-30/+22
2020-09-30dm: fix missing imposition of queue_limits from dm_wq_work() threadMike Snitzer1-25/+9
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer1-19/+4
2020-09-29dm: eliminate need for start_io_acct() forward declarationMike Snitzer1-40/+38
2020-09-29dm: simplify __process_abnormal_io()Mike Snitzer1-51/+17
2020-09-29dm: push use of on-stack flush_bio down to __send_empty_flush()Mike Snitzer1-24/+13
2020-09-29dm: optimize max_io_len() by inlining max_io_len_target_boundary()Mike Snitzer1-9/+10
2020-09-29dm: push md->immutable_target optimization down to __process_bio()Mike Snitzer1-13/+9
2020-09-29dm: change max_io_len() to use blk_max_size_offset()Mike Snitzer1-12/+8