summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-02dm: don't stop request queue after the dm device is suspendedMing Lei
2021-11-01dm: make workqueue names device-specificMichał Mirosław
2021-11-01dm: add add_disk() error handlingLuis Chamberlain
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-21dm: add add_disk() error handlingLuis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-12dm: fix mempool NULL pointer race when completing IOJiazi Li
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-26dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-08-09dm: delay registering the gendiskChristoph Hellwig
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-04dm: introduce zone append emulationDamien Le Moal
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu
2021-02-03dm: cleanup of front padding calculationJeffle Xu
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-08dm: eliminate potential source of excessive kernel log noiseMike Snitzer
2020-12-22Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04dm: remove unnecessary current->bio_list check when submitting split bioJeffle Xu
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer
2020-12-04dm: fix IO splittingMike Snitzer
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig
2020-12-01dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig