aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm.h
AgeCommit message (Expand)Author
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
2014-01-14dm sysfs: fix a module unload raceMikulas Patocka
2014-01-07dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka
2013-11-09dm: allow remove to be deferredMikulas Patocka
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer
2013-09-05dm: add statistics supportMikulas Patocka
2013-09-05dm: allow error target to replace bio-based and request-based targetsMike Snitzer
2012-12-21dm: introduce per_bio_dataMikulas Patocka
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon
2011-10-31dm table: add immutable featureAlasdair G Kergon
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen
2010-08-12dm: linear support discardMike Snitzer
2010-08-12dm ioctl: refactor dm_table_completeWill Drewry
2010-08-12dm: do not initialise full request queue when bio basedMike Snitzer
2010-08-12dm ioctl: make bio or request based device type immutableMike Snitzer
2010-08-12dm: separate device deletion from dm_putKiyoshi Ueda
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda
2009-12-10dm: add dm_deleting_md functionMike Anderson