- 363b7fd dm: improve hash_locks sizing and hash function by Joe Thornber · 1 year, 11 months ago
- 0bac3f2 dm: add dm_num_hash_locks() by Mike Snitzer · 1 year, 11 months ago
- a4a82ce dm: correct block comments format. by Heinz Mauelshagen · 2 years, 1 month ago
- 86a3238 dm: change "unsigned" to "unsigned int" by Heinz Mauelshagen · 2 years, 1 month ago
- 7533afa dm: send just one event on resize, not two by Mikulas Patocka · 2 years, 1 month ago
- 564b5c5 dm table: audit all dm_table_get_target() callers by Mike Snitzer · 2 years, 8 months ago
- e810cb7 dm: refactor dm_md_mempool allocation by Christoph Hellwig · 2 years, 9 months ago
- 29dec90 dm: fix bio_set allocation by Christoph Hellwig · 2 years, 9 months ago
- cfc97ab dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset by Mike Snitzer · 3 years ago
- 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 3 months ago
- bb37d77 dm: introduce zone append emulation by Damien Le Moal · 3 years, 9 months ago
- bf14e2b dm: Forbid requeue of writes to zones by Damien Le Moal · 3 years, 9 months ago
- 7fc1872 dm: move zone related code to dm-zone.c by Damien Le Moal · 3 years, 9 months ago
- 5b0fab5 dm table: fix DAX iterate_devices based device capability checks by Jeffle Xu · 4 years ago
- 33bd6f0 dm table: make 'struct dm_table' definition accessible to all of DM core by Mike Snitzer · 4 years, 5 months ago
- 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 8 months ago
- 123d87d dm: make dm_table_find_target return NULL by Mikulas Patocka · 6 years ago
- 2e9ee09 dm: enable synchronous dax by Pankaj Gupta · 6 years ago
- 7bf7eac dax: Arrange for dax_supported check to span multiple devices by Dan Williams · 6 years ago
- 6a23e05 dm: remove legacy request-based IO path by Jens Axboe · 6 years ago
- f6e7baa dm: move dm_table_destroy() to same header as dm_table_create() by Brian Norris · 8 years ago
- 0776aa0 dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOs by Mike Snitzer · 7 years ago
- 2a0b468 dm: convert dm_dev_internal.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- 7e0d574 dm: introduce enum dm_queue_mode to cleanup related code by Bart Van Assche · 8 years ago
- eb8db83 dm: always defer request allocation to the owner of the request_queue by Christoph Hellwig · 8 years ago
- 545ed20 dm: add infrastructure for DAX support by Toshi Kani · 9 years ago
- e83068a dm mpath: add optional "queue_mode" feature by Mike Snitzer · 9 years ago
- 4cc9613 dm: move request-based code out to dm-rq.[hc] by Mike Snitzer · 9 years ago
- 591ddcfc dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 9 years ago
- 16f1226 dm: optimize dm_mq_queue_rq() by Mike Snitzer · 9 years ago
- f083b09 dm: set DM_TARGET_WILDCARD feature on "error" target by Mike Snitzer · 9 years ago
- 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
- 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
- 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 10 years ago
- 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
- 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 10 years ago
- 17e149b dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr by Mike Snitzer · 10 years ago
- 0ce6579 dm: impose configurable deadline for dm_request_fn's merge heuristic by Mike Snitzer · 10 years ago
- d56b9b2 dm: remove request-based DM queue's lld_busy_fn hook by Mike Snitzer · 10 years ago
- 65803c2 dm table: train hybrid target type detection to select blk-mq if appropriate by Mike Snitzer · 10 years ago
- e5863d9 dm: allocate requests in target when stacking on blk-mq devices by Mike Snitzer · 10 years ago
- ffcc393 dm: enhance internal suspend and resume interface by Mike Snitzer · 10 years ago
- d67ee213 dm: add presuspend_undo hook to target_type by Mike Snitzer · 10 years ago
- 86f1152 dm: allow active and inactive tables to share dm_devs by Benjamin Marzinski · 11 years ago
- a7ffb6a dm table: make dm_table_supports_discards static by Mikulas Patocka · 11 years ago
- 9974fa2 dm table: add dm_table_run_md_queue_async by Mike Snitzer · 11 years ago
- 473c36d dm: make dm_table_alloc_md_mempools static by Mikulas Patocka · 11 years ago
- 2995fa7 dm sysfs: fix a module unload race by Mikulas Patocka · 11 years ago
- be35f48 dm: wait until embedded kobject is released before destroying a device by Mikulas Patocka · 11 years ago
- 2c140a2 dm: allow remove to be deferred by Mikulas Patocka · 11 years ago
- e860313 dm: add reserved_bio_based_ios module parameter by Mike Snitzer · 11 years ago
- f479082 dm: add reserved_rq_based_ios module parameter by Mike Snitzer · 11 years ago
- fd2ed4d dm: add statistics support by Mikulas Patocka · 12 years ago
- 169e2cc dm: allow error target to replace bio-based and request-based targets by Mike Snitzer · 12 years ago
- c0820cf dm: introduce per_bio_data by Mikulas Patocka · 12 years ago
- 3ae7065 dm: retain table limits when swapping to new table with no devices by Mike Snitzer · 12 years ago
- 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 13 years ago
- 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
- d5b9dd0 dm: ignore merge_bvec for snapshots when safe by Mikulas Patocka · 14 years ago
- a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 14 years ago
- 5ae89a8 dm: linear support discard by Mike Snitzer · 15 years ago
- 26803b9 dm ioctl: refactor dm_table_complete by Will Drewry · 15 years ago
- 4a0b4dd dm: do not initialise full request queue when bio based by Mike Snitzer · 15 years ago
- a5664da dm ioctl: make bio or request based device type immutable by Mike Snitzer · 15 years ago
- 3f77316d dm: separate device deletion from dm_put by Kiyoshi Ueda · 15 years ago
- 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 15 years ago
- 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
- 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
- 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
- a732c20 dm: remove queue next_ordered workaround for barriers by Mike Snitzer · 16 years ago
- 5d67aa2 dm: do not set QUEUE_ORDERED_DRAIN if request based by Kiyoshi Ueda · 16 years ago
- e6ee8c0 dm: enable request based option by Kiyoshi Ueda · 16 years ago
- cec47e3 dm: prepare for request based option by Kiyoshi Ueda · 16 years ago
- 754c5fc dm: calculate queue limits during resume not load by Mike Snitzer · 16 years ago
- 60935eb dm ioctl: support cookies for udev by Milan Broz · 16 years ago
- 692d0eb dm: remove limited barrier support by Mikulas Patocka · 16 years ago
- 45194e4 dm target: remove struct tt_internal by Cheng Renquan · 16 years ago
- 784aae7 dm: add name and uuid to sysfs by Milan Broz · 16 years ago
- d581687 dm table: rework reference counting by Mikulas Patocka · 16 years ago
- ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
- d63a5ce dm: publish array_too_big by Mikulas Patocka · 16 years ago
- 5416090 dm: publish dm_vcalloc by Mikulas Patocka · 16 years ago
- ea0ec64 dm: publish dm_table_unplug_all by Mikulas Patocka · 16 years ago
- 89343da dm: publish dm_get_mapinfo by Mikulas Patocka · 16 years ago
- 82b1519 dm: export struct dm_dev by Mikulas Patocka · 16 years ago
- c8da2f8 dm log: make dm_dirty_log init and exit static by Adrian Bunk · 17 years ago
- 0da336e dm: expose macros by Alasdair G Kergon · 17 years ago
- 945fa4d dm kcopyd: remove redundant client counting by Mikulas Patocka · 17 years ago
- 416cd17 dm log: clean interface by Heinz Mauelshagen · 17 years ago
- 69267a3 dm: trigger change uevent on rename by Alasdair G Kergon · 17 years ago
- 512875b dm: table detect io beyond device by Jun'ichi Nomura · 17 years ago
- fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
- d0d444c7 dm: add ratelimit logging macros by Jonathan Brassow · 18 years ago
- 2e93ccc [PATCH] dm: suspend: add noflush pushback by Kiyoshi Ueda · 18 years ago
- 81fdb09 [PATCH] dm: ioctl: add noflush suspend by Kiyoshi Ueda · 18 years ago
- 45cbcd7 [PATCH] dm: map and endio return code clarification by Kiyoshi Ueda · 18 years ago
- a3d77d3 [PATCH] dm: suspend: parameter change by Kiyoshi Ueda · 18 years ago
- 8757b77 [PATCH] dm table: add target preresume by Milan Broz · 18 years ago
- cc10920 [PATCH] dm: add debug macro by Bryn Reeves · 18 years ago
- 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 19 years ago