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