| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: introduce per_bio_data | Mikulas Patocka | 2012-12-21 | 1 | -1/+1 |
* | dm: retain table limits when swapping to new table with no devices | Mike Snitzer | 2012-09-26 | 1 | -0/+1 |
* | dm thin: commit before gathering status | Alasdair G Kergon | 2012-07-27 | 1 | -0/+5 |
* | dm table: add immutable feature | Alasdair G Kergon | 2011-10-31 | 1 | -0/+2 |
* | dm: ignore merge_bvec for snapshots when safe | Mikulas Patocka | 2011-08-02 | 1 | -0/+2 |
* | block: Require subsystems to explicitly allocate bio_set integrity mempool | Martin K. Petersen | 2011-03-17 | 1 | -1/+1 |
* | dm: linear support discard | Mike Snitzer | 2010-08-12 | 1 | -0/+1 |
* | dm ioctl: refactor dm_table_complete | Will Drewry | 2010-08-12 | 1 | -1/+0 |
* | dm: do not initialise full request queue when bio based | Mike Snitzer | 2010-08-12 | 1 | -0/+2 |
* | dm ioctl: make bio or request based device type immutable | Mike Snitzer | 2010-08-12 | 1 | -0/+5 |
* | dm: separate device deletion from dm_put | Kiyoshi Ueda | 2010-08-12 | 1 | -0/+5 |
* | dm ioctl: introduce flag indicating uevent was generated | Peter Rajnoha | 2010-03-06 | 1 | -2/+2 |
* | dm: rename dm_suspended to dm_suspended_md | Kiyoshi Ueda | 2009-12-10 | 1 | -0/+5 |
* | dm: add dm_deleting_md function | Mike Anderson | 2009-12-10 | 1 | -0/+5 |
* | dm io: use slab for struct io | Mikulas Patocka | 2009-12-10 | 1 | -0/+3 |
* | dm: remove queue next_ordered workaround for barriers | Mike Snitzer | 2009-07-23 | 1 | -1/+0 |
* | dm: do not set QUEUE_ORDERED_DRAIN if request based | Kiyoshi Ueda | 2009-06-22 | 1 | -0/+1 |
* | dm: enable request based option | Kiyoshi Ueda | 2009-06-22 | 1 | -0/+25 |
* | dm: prepare for request based option | Kiyoshi Ueda | 2009-06-22 | 1 | -0/+1 |
* | dm: calculate queue limits during resume not load | Mike Snitzer | 2009-06-22 | 1 | -1/+4 |
* | dm ioctl: support cookies for udev | Milan Broz | 2009-06-22 | 1 | -1/+2 |
* | dm: remove limited barrier support | Mikulas Patocka | 2009-04-09 | 1 | -1/+0 |
* | dm target: remove struct tt_internal | Cheng Renquan | 2009-04-02 | 1 | -1/+1 |
* | dm: add name and uuid to sysfs | Milan Broz | 2009-01-06 | 1 | -0/+8 |
* | dm table: rework reference counting | Mikulas Patocka | 2009-01-06 | 1 | -0/+1 |
* | dm: support barriers on simple devices | Andi Kleen | 2009-01-06 | 1 | -0/+1 |
* | dm: publish array_too_big | Mikulas Patocka | 2008-10-21 | 1 | -9/+0 |
* | dm: publish dm_vcalloc | Mikulas Patocka | 2008-10-10 | 1 | -1/+0 |
* | dm: publish dm_table_unplug_all | Mikulas Patocka | 2008-10-10 | 1 | -1/+0 |
* | dm: publish dm_get_mapinfo | Mikulas Patocka | 2008-10-10 | 1 | -1/+0 |
* | dm: export struct dm_dev | Mikulas Patocka | 2008-10-10 | 1 | -5/+2 |
* | dm log: make dm_dirty_log init and exit static | Adrian Bunk | 2008-07-21 | 1 | -6/+0 |
* | dm: expose macros | Alasdair G Kergon | 2008-04-25 | 1 | -89/+0 |
* | dm kcopyd: remove redundant client counting | Mikulas Patocka | 2008-04-25 | 1 | -0/+3 |
* | dm log: clean interface | Heinz Mauelshagen | 2008-04-25 | 1 | -0/+6 |
* | dm: trigger change uevent on rename | Alasdair G Kergon | 2007-12-20 | 1 | -0/+2 |
* | dm: table detect io beyond device | Jun'ichi Nomura | 2007-12-20 | 1 | -0/+5 |
* | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 2007-10-16 | 1 | -1/+0 |
* | dm: add ratelimit logging macros | Jonathan Brassow | 2007-07-12 | 1 | -4/+36 |
* | [PATCH] dm: suspend: add noflush pushback | Kiyoshi Ueda | 2006-12-08 | 1 | -0/+2 |
* | [PATCH] dm: ioctl: add noflush suspend | Kiyoshi Ueda | 2006-12-08 | 1 | -0/+1 |
* | [PATCH] dm: map and endio return code clarification | Kiyoshi Ueda | 2006-12-08 | 1 | -0/+11 |
* | [PATCH] dm: suspend: parameter change | Kiyoshi Ueda | 2006-12-08 | 1 | -0/+5 |
* | [PATCH] dm table: add target preresume | Milan Broz | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] dm: add debug macro | Bryn Reeves | 2006-10-03 | 1 | -0/+5 |
* | [PATCH] dm: improve error message consistency | Alasdair G Kergon | 2006-06-26 | 1 | -3/+4 |
* | [PATCH] dm: prevent removal if open | Alasdair G Kergon | 2006-06-26 | 1 | -0/+2 |
* | [PATCH] dm: add exports | Alasdair G Kergon | 2006-06-26 | 1 | -74/+1 |
* | [PATCH] dm: consolidate creation functions | Alasdair G Kergon | 2006-06-26 | 1 | -4/+9 |
* | [PATCH] dm store geometry | Darrick J. Wong | 2006-03-27 | 1 | -0/+7 |