| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: allocate a special workqueue for deferred device removal | Mikulas Patocka | 2014-07-10 | 1 | -2/+13 |
* | Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-12 | 1 | -14/+72 |
|\ |
|
| * | dm: remove symbol export for dm_set_device_limits | Mike Snitzer | 2014-06-04 | 1 | -1/+0 |
| * | dm: disable WRITE SAME if it fails | Mike Snitzer | 2014-06-04 | 1 | -0/+16 |
| * | dm: introduce dm_accept_partial_bio | Mikulas Patocka | 2014-06-03 | 1 | -8/+51 |
| * | dm: change sector_count member in clone_info from sector_t to unsigned | Mikulas Patocka | 2014-06-03 | 1 | -7/+7 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 1 | -1/+1 |
|\ \ |
|
| * | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -1/+1 |
| |/ |
|
* / | block: remove struct request buffer member | Jens Axboe | 2014-04-15 | 1 | -1/+0 |
|/ |
|
* | dm table: add dm_table_run_md_queue_async | Mike Snitzer | 2014-03-27 | 1 | -0/+5 |
* | dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind | Monam Agarwal | 2014-03-27 | 1 | -1/+1 |
* | dm: stop using bi_private | Mikulas Patocka | 2014-03-27 | 1 | -4/+3 |
* | dm: remove dm_get_mapinfo | Mikulas Patocka | 2014-03-27 | 1 | -10/+0 |
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 1 | -161/+28 |
|\ |
|
| * | dm: Refactor for new bio cloning/splitting | Kent Overstreet | 2013-11-24 | 1 | -154/+20 |
| * | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-24 | 1 | -12/+13 |
* | | dm sysfs: fix a module unload race | Mikulas Patocka | 2014-01-15 | 1 | -15/+5 |
* | | dm: wait until embedded kobject is released before destroying a device | Mikulas Patocka | 2014-01-08 | 1 | -0/+11 |
* | | dm: remove pointless kobject comparison in dm_get_from_kobject | Mikulas Patocka | 2014-01-07 | 1 | -6/+0 |
|/ |
|
* | dm: allow remove to be deferred | Mikulas Patocka | 2013-11-10 | 1 | -3/+44 |
* | dm: add reserved_bio_based_ios module parameter | Mike Snitzer | 2013-09-23 | 1 | -1/+16 |
* | dm: add reserved_rq_based_ios module parameter | Mike Snitzer | 2013-09-23 | 1 | -1/+37 |
* | dm: lower bio-based mempool reservation | Mike Snitzer | 2013-09-23 | 1 | -4/+5 |
* | dm mpath: disable WRITE SAME if it fails | Mike Snitzer | 2013-09-20 | 1 | -0/+11 |
* | dm: add statistics support | Mikulas Patocka | 2013-09-06 | 1 | -3/+62 |
* | dm ioctl: increase granularity of type_lock when loading table | Mike Snitzer | 2013-09-06 | 1 | -0/+2 |
* | dm: stop using WQ_NON_REENTRANT | Tejun Heo | 2013-08-23 | 1 | -2/+1 |
* | dm: optimize reorder structure | Mikulas Patocka | 2013-07-11 | 1 | -7/+7 |
* | dm: optimize use SRCU and RCU | Mikulas Patocka | 2013-07-11 | 1 | -67/+93 |
* | dm mpath: fix ioctl deadlock when no paths | Hannes Reinecke | 2013-07-11 | 1 | -1/+8 |
* | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -3/+1 |
* | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds | 2013-04-18 | 1 | -0/+1 |
* | dm: add target num_write_bios fn | Alasdair G Kergon | 2013-03-01 | 1 | -7/+15 |
* | dm: merge io_pool and tio_pool | Jun'ichi Nomura | 2013-03-01 | 1 | -49/+27 |
* | dm: remove unused _rq_bio_info_cache | Jun'ichi Nomura | 2013-03-01 | 1 | -21/+10 |
* | dm: fix limits initialization when there are no data devices | Mike Christie | 2013-03-01 | 1 | -5/+7 |
* | dm: refactor bio cloning | Alasdair G Kergon | 2013-03-01 | 1 | -68/+96 |
* | dm: rename bio cloning functions | Alasdair G Kergon | 2013-03-01 | 1 | -32/+31 |
* | dm: rename request variables to bios | Alasdair G Kergon | 2013-03-01 | 1 | -23/+23 |
* | dm: clean up clone_bio | Alasdair G Kergon | 2013-03-01 | 1 | -45/+57 |
* | dm: do not replace bioset for request based dm | Jun'ichi Nomura | 2013-03-01 | 1 | -9/+21 |
* | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-02-28 | 1 | -1/+0 |
|\ |
|
| * | block: add missing block_bio_complete() tracepoint | Tejun Heo | 2013-01-14 | 1 | -1/+0 |
* | | dm: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 1 | -39/+15 |
* | | dm: don't use idr_remove_all() | Tejun Heo | 2013-02-28 | 1 | -1/+0 |
* | | dm: fix write same requests counting | Alasdair G Kergon | 2013-01-31 | 1 | -2/+4 |
|/ |
|
* | dm: remove map_info | Mikulas Patocka | 2012-12-21 | 1 | -2/+2 |
* | dm: move target request nr to dm_target_io | Mikulas Patocka | 2012-12-21 | 1 | -1/+2 |
* | dm: introduce per_bio_data | Mikulas Patocka | 2012-12-21 | 1 | -18/+15 |
* | dm: add WRITE SAME support | Mike Snitzer | 2012-12-21 | 1 | -5/+39 |