Age | Commit message (Expand) | Author | Files | Lines |
2021-06-04 | dm: introduce zone append emulation | Damien Le Moal | 1 | -3/+13 |
2021-06-04 | dm: Forbid requeue of writes to zones | Damien Le Moal | 1 | -0/+5 |
2021-06-04 | dm: move zone related code to dm-zone.c | Damien Le Moal | 1 | -0/+11 |
2021-02-09 | dm table: fix DAX iterate_devices based device capability checks | Jeffle Xu | 1 | -1/+1 |
2020-09-29 | dm table: make 'struct dm_table' definition accessible to all of DM core | Mike Snitzer | 1 | -3/+0 |
2020-07-09 | writeback: remove bdi->congested_fn | Christoph Hellwig | 1 | -1/+0 |
2019-08-23 | dm: make dm_table_find_target return NULL | Mikulas Patocka | 1 | -5/+0 |
2019-07-06 | dm: enable synchronous dax | Pankaj Gupta | 1 | -1/+4 |
2019-05-21 | dax: Arrange for dax_supported check to span multiple devices | Dan Williams | 1 | -0/+1 |
2018-10-11 | dm: remove legacy request-based IO path | Jens Axboe | 1 | -1/+0 |
2018-01-17 | dm: move dm_table_destroy() to same header as dm_table_create() | Brian Norris | 1 | -1/+0 |
2017-12-13 | dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOs | Mike Snitzer | 1 | -1/+2 |
2017-10-24 | dm: convert dm_dev_internal.count from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+2 |
2017-04-28 | dm: introduce enum dm_queue_mode to cleanup related code | Bart Van Assche | 1 | -4/+4 |
2017-01-28 | dm: always defer request allocation to the owner of the request_queue | Christoph Hellwig | 1 | -2/+1 |
2016-07-21 | dm: add infrastructure for DAX support | Toshi Kani | 1 | -0/+1 |
2016-06-10 | dm mpath: add optional "queue_mode" feature | Mike Snitzer | 1 | -9/+1 |
2016-06-10 | dm: move request-based code out to dm-rq.[hc] | Mike Snitzer | 1 | -23/+2 |
2016-02-23 | dm: allow immutable request-based targets to use blk-mq pdu | Mike Snitzer | 1 | -1/+1 |
2016-02-22 | dm: optimize dm_mq_queue_rq() | Mike Snitzer | 1 | -0/+1 |
2016-02-22 | dm: set DM_TARGET_WILDCARD feature on "error" target | Mike Snitzer | 1 | -0/+1 |
2015-08-13 | block: kill merge_bvec_fn() completely | Kent Overstreet | 1 | -2/+0 |
2015-06-26 | Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | 1 | -3/+2 |
2015-06-26 | Revert "block, dm: don't copy bios for request clones" | Mike Snitzer | 1 | -3/+2 |
2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
2015-05-22 | block, dm: don't copy bios for request clones | Christoph Hellwig | 1 | -2/+3 |
2015-04-15 | dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr | Mike Snitzer | 1 | -1/+4 |
2015-04-15 | dm: impose configurable deadline for dm_request_fn's merge heuristic | Mike Snitzer | 1 | -0/+4 |
2015-03-31 | dm: remove request-based DM queue's lld_busy_fn hook | Mike Snitzer | 1 | -1/+0 |
2015-02-09 | dm table: train hybrid target type detection to select blk-mq if appropriate | Mike Snitzer | 1 | -1/+2 |
2015-02-09 | dm: allocate requests in target when stacking on blk-mq devices | Mike Snitzer | 1 | -3/+5 |
2014-11-19 | dm: enhance internal suspend and resume interface | Mike Snitzer | 1 | -0/+9 |
2014-11-19 | dm: add presuspend_undo hook to target_type | Mike Snitzer | 1 | -0/+1 |
2014-10-06 | dm: allow active and inactive tables to share dm_devs | Benjamin Marzinski | 1 | -1/+4 |
2014-08-01 | dm table: make dm_table_supports_discards static | Mikulas Patocka | 1 | -1/+0 |
2014-03-28 | dm table: add dm_table_run_md_queue_async | Mike Snitzer | 1 | -0/+1 |
2014-03-28 | dm: make dm_table_alloc_md_mempools static | Mikulas Patocka | 1 | -1/+0 |
2014-01-15 | dm sysfs: fix a module unload race | Mikulas Patocka | 1 | -1/+16 |
2014-01-08 | dm: wait until embedded kobject is released before destroying a device | Mikulas Patocka | 1 | -0/+2 |
2013-11-10 | dm: allow remove to be deferred | Mikulas Patocka | 1 | -1/+12 |
2013-09-23 | dm: add reserved_bio_based_ios module parameter | Mike Snitzer | 1 | -0/+1 |
2013-09-23 | dm: add reserved_rq_based_ios module parameter | Mike Snitzer | 1 | -0/+2 |
2013-09-06 | dm: add statistics support | Mikulas Patocka | 1 | -0/+16 |
2013-09-06 | dm: allow error target to replace bio-based and request-based targets | Mike Snitzer | 1 | -0/+11 |
2012-12-22 | dm: introduce per_bio_data | Mikulas Patocka | 1 | -1/+1 |
2012-09-27 | dm: retain table limits when swapping to new table with no devices | Mike Snitzer | 1 | -0/+1 |
2012-07-27 | dm thin: commit before gathering status | Alasdair G Kergon | 1 | -0/+5 |
2011-11-01 | dm table: add immutable feature | Alasdair G Kergon | 1 | -0/+2 |
2011-08-02 | dm: ignore merge_bvec for snapshots when safe | Mikulas Patocka | 1 | -0/+2 |
2011-03-17 | block: Require subsystems to explicitly allocate bio_set integrity mempool | Martin K. Petersen | 1 | -1/+1 |