summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+1
|\
| * dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig2021-08-261-1/+1
* | dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi2021-08-201-3/+6
* | dm ima: measure data on table loadTushar Sugandhi2021-08-101-0/+3
* | dm: delay registering the gendiskChristoph Hellwig2021-08-091-12/+11
* | dm: move setting md->type into dm_setup_md_queueChristoph Hellwig2021-08-091-2/+3
* | dm: cleanup cleanup_mapped_deviceChristoph Hellwig2021-08-091-5/+1
|/
* Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-301-153/+55
|\
| * dm: introduce zone append emulationDamien Le Moal2021-06-041-15/+23
| * dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2021-06-041-52/+7
| * dm: Forbid requeue of writes to zonesDamien Le Moal2021-06-041-6/+19
| * dm: move zone related code to dm-zone.cDamien Le Moal2021-06-041-78/+0
| * dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal2021-06-041-2/+6
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-9/+7
|\ \
| * | dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-9/+7
| |/
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-3/+3
|/
* dm: unexport dm_{get,put}_table_deviceChristoph Hellwig2021-03-261-2/+0
* dm: remove useless loop in __split_and_process_bioMikulas Patocka2021-03-261-32/+29
* dm: don't report "detected capacity change" on device creationMikulas Patocka2021-03-221-1/+4
* dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-02-111-0/+60
* dm: add support for passing through inline crypto supportSatya Tangirala2021-02-111-1/+17
* dm table: fix DAX iterate_devices based device capability checksJeffle Xu2021-02-091-1/+1
* dm: cleanup of front padding calculationJeffle Xu2021-02-031-6/+10
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-7/+7
* dm: eliminate potential source of excessive kernel log noiseMike Snitzer2021-01-081-1/+1
* Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-221-1/+1
|\
| * dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu2020-12-041-1/+1
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-40/+18
|\ \ | |/ |/|
| * block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-2/+1
| * block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-1/+1
| * block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-14/+2
| * block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-2/+2
| * dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig2020-12-011-11/+14
| * dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig2020-12-011-9/+3
| * fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-14/+6
| * dm: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-1/+4
* | dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer2020-12-041-2/+0
* | dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer2020-12-041-2/+0
* | dm: fix IO splittingMike Snitzer2020-12-041-8/+11
* | dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa2020-12-011-2/+4
|/
* Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-272/+132
|\
| * dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer2020-10-071-13/+12
| * dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2020-10-071-50/+5
| * dm: fix comment in __dm_suspend()Mike Snitzer2020-10-011-5/+4
| * dm: fold dm_process_bio() into dm_submit_bio()Mike Snitzer2020-10-011-30/+22
| * dm: fix missing imposition of queue_limits from dm_wq_work() threadMike Snitzer2020-09-301-25/+9
| * dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer2020-09-291-19/+4
| * dm: eliminate need for start_io_acct() forward declarationMike Snitzer2020-09-291-40/+38