summaryrefslogtreecommitdiff
path: root/drivers/md/dm.h
AgeCommit message (Expand)Author
2023-10-06dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka
2023-06-16dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.hMike Snitzer
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-03-30dm: improve hash_locks sizing and hash functionJoe Thornber
2023-03-30dm: add dm_num_hash_locks()Mike Snitzer
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: send just one event on resize, not twoMikulas Patocka
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig
2022-06-08dm: fix bio_set allocationChristoph Hellwig
2022-05-05dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-06-04dm: introduce zone append emulationDamien 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-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2019-08-23dm: make dm_table_find_target return NULLMikulas Patocka
2019-07-05dm: enable synchronous daxPankaj Gupta
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams
2018-10-11dm: remove legacy request-based IO pathJens Axboe
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris
2017-12-13dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2016-07-20dm: add infrastructure for DAX supportToshi Kani
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-02-22dm: allow immutable request-based targets to use blk-mq pduMike Snitzer
2016-02-22dm: optimize dm_mq_queue_rq()Mike Snitzer
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig
2015-04-15dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer
2015-04-15dm: impose configurable deadline for dm_request_fn's merge heuristicMike Snitzer
2015-03-31dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer
2015-02-09dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski
2014-08-01dm table: make dm_table_supports_discards staticMikulas Patocka
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer
2014-03-27dm: make dm_table_alloc_md_mempools staticMikulas Patocka