aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal1-2/+0
2023-10-06dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka1-0/+2
2023-06-16dm: 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-05dm: 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-08writeback: remove bdi->congested_fnChristoph Hellwig1-1/+0
2019-08-23dm: make dm_table_find_target return NULLMikulas Patocka1-5/+0
2019-07-05dm: enable synchronous daxPankaj Gupta1-1/+4
2019-05-20dax: 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-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche1-4/+4
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-2/+1
2016-07-20dm: 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-22dm: 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-05dm: 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-27dm table: add dm_table_run_md_queue_asyncMike Snitzer1-0/+1
2014-03-27dm: make dm_table_alloc_md_mempools staticMikulas Patocka1-1/+0
2014-01-14dm sysfs: fix a module unload raceMikulas Patocka1-1/+16
2014-01-07dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka1-0/+2
2013-11-09dm: allow remove to be deferredMikulas Patocka1-1/+12
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer1-0/+1
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer1-0/+2
2013-09-05dm: add statistics supportMikulas Patocka1-0/+16
2013-09-05dm: allow error target to replace bio-based and request-based targetsMike Snitzer1-0/+11
2012-12-21dm: introduce per_bio_dataMikulas Patocka1-1/+1
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer1-0/+1
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-0/+5
2011-10-31dm table: add immutable featureAlasdair G Kergon1-0/+2
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka1-0/+2
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen1-1/+1
2010-08-12dm: linear support discardMike Snitzer1-0/+1
2010-08-12dm ioctl: refactor dm_table_completeWill Drewry1-1/+0
2010-08-12dm: do not initialise full request queue when bio basedMike Snitzer1-0/+2
2010-08-12dm ioctl: make bio or request based device type immutableMike Snitzer1-0/+5
2010-08-12dm: separate device deletion from dm_putKiyoshi Ueda1-0/+5
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha1-2/+2
2009-12-10dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda1-0/+5
2009-12-10dm: add dm_deleting_md functionMike Anderson1-0/+5
2009-12-10dm io: use slab for struct ioMikulas Patocka1-0/+3
2009-07-23dm: remove queue next_ordered workaround for barriersMike Snitzer1-1/+0
2009-06-22dm: do not set QUEUE_ORDERED_DRAIN if request basedKiyoshi Ueda1-0/+1
2009-06-22dm: enable request based optionKiyoshi Ueda1-0/+25
2009-06-22dm: prepare for request based optionKiyoshi Ueda1-0/+1
2009-06-22dm: calculate queue limits during resume not loadMike Snitzer1-1/+4
2009-06-22dm ioctl: support cookies for udevMilan Broz1-1/+2
2009-04-09dm: remove limited barrier supportMikulas Patocka1-1/+0
2009-04-02dm target: remove struct tt_internalCheng Renquan1-1/+1
2009-01-06dm: add name and uuid to sysfsMilan Broz1-0/+8
2009-01-06dm table: rework reference countingMikulas Patocka1-0/+1
2009-01-06dm: support barriers on simple devicesAndi Kleen1-0/+1
2008-10-21dm: publish array_too_bigMikulas Patocka1-9/+0
2008-10-10dm: publish dm_vcallocMikulas Patocka1-1/+0
2008-10-10dm: publish dm_table_unplug_allMikulas Patocka1-1/+0
2008-10-10dm: publish dm_get_mapinfoMikulas Patocka1-1/+0
2008-10-10dm: export struct dm_devMikulas Patocka1-5/+2
2008-07-21dm log: make dm_dirty_log init and exit staticAdrian Bunk1-6/+0
2008-04-25dm: expose macrosAlasdair G Kergon1-89/+0
2008-04-25dm kcopyd: remove redundant client countingMikulas Patocka1-0/+3
2008-04-25dm log: clean interfaceHeinz Mauelshagen1-0/+6
2007-12-20dm: trigger change uevent on renameAlasdair G Kergon1-0/+2
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura1-0/+5
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-1/+0
2007-07-12dm: add ratelimit logging macrosJonathan Brassow1-4/+36
2006-12-08[PATCH] dm: suspend: add noflush pushbackKiyoshi Ueda1-0/+2
2006-12-08[PATCH] dm: ioctl: add noflush suspendKiyoshi Ueda1-0/+1
2006-12-08[PATCH] dm: map and endio return code clarificationKiyoshi Ueda1-0/+11
2006-12-08[PATCH] dm: suspend: parameter changeKiyoshi Ueda1-0/+5
2006-10-03[PATCH] dm table: add target preresumeMilan Broz1-1/+1
2006-10-03[PATCH] dm: add debug macroBryn Reeves1-0/+5
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-3/+4
2006-06-26[PATCH] dm: prevent removal if openAlasdair G Kergon1-0/+2
2006-06-26[PATCH] dm: add exportsAlasdair G Kergon1-74/+1
2006-06-26[PATCH] dm: consolidate creation functionsAlasdair G Kergon1-4/+9
2006-03-27[PATCH] dm store geometryDarrick J. Wong1-0/+7
2006-03-27[PATCH] dm table: store mdMike Anderson1-1/+3
2006-03-27[PATCH] dm: tidy mdptrAlasdair G Kergon1-1/+1
2006-03-27[PATCH] dm: remove SECTOR_FORMATAndrew Morton1-10/+0
2006-01-06[PATCH] device-mapper: make lock_fs optionalAlasdair G Kergon1-1/+1
2006-01-06[PATCH] device-mapper: scanf sector format changeAlasdair G Kergon1-1/+1
2006-01-06[PATCH] device-mapper: add dm_get_mdDavid Teigland1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+195