| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-02-12 | 1 | -110/+237 |
|\ |
|
| * | dm: allocate requests in target when stacking on blk-mq devices | Mike Snitzer | 2015-02-09 | 1 | -29/+85 |
| * | dm: prepare for allocating blk-mq clone requests in target | Keith Busch | 2015-02-09 | 1 | -68/+66 |
| * | dm: submit stacked requests in irq enabled context | Keith Busch | 2015-02-09 | 1 | -11/+35 |
| * | dm: split request structure out from dm_rq_target_io structure | Mike Snitzer | 2015-02-09 | 1 | -9/+61 |
| * | dm: remove exports for request-based interfaces without external callers | Mike Snitzer | 2015-02-09 | 1 | -6/+3 |
* | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | dm: fix multipath regression due to initializing wrong request | Mike Snitzer | 2015-02-09 | 1 | -1/+1 |
| * | block: require blk_rq_prep_clone() be given an initialized clone request | Keith Busch | 2015-01-28 | 1 | -0/+1 |
* | | dm: fix handling of multiple internal suspends | Mikulas Patocka | 2015-01-24 | 1 | -2/+7 |
|/ |
|
* | dm: fix missed error code if .end_io isn't implemented by target_type | zhendong chen | 2014-12-17 | 1 | -1/+1 |
* | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-12-13 | 1 | -10/+3 |
|\ |
|
| * | md: use generic io stats accounting functions to simplify io stat accounting | Gu Zheng | 2014-11-24 | 1 | -10/+3 |
* | | dm: use rcu_dereference_protected instead of rcu_dereference | Eric Dumazet | 2014-11-23 | 1 | -5/+5 |
* | | dm: enhance internal suspend and resume interface | Mike Snitzer | 2014-11-19 | 1 | -56/+173 |
* | | dm: add presuspend_undo hook to target_type | Mike Snitzer | 2014-11-19 | 1 | -2/+8 |
* | | dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctl | Mike Snitzer | 2014-11-19 | 1 | -2/+3 |
* | | dm: do not call dm_sync_table() when creating new devices | Hannes Reinecke | 2014-11-10 | 1 | -3/+6 |
* | | dm: sparse: Annotate field with __rcu for checking | Pranith Kumar | 2014-11-10 | 1 | -1/+1 |
* | | dm: Use rcu_dereference() for accessing rcu pointer | Pranith Kumar | 2014-11-10 | 1 | -4/+4 |
* | | dm: improve documentation and code clarity in dm_merge_bvec | Mike Snitzer | 2014-11-10 | 1 | -6/+6 |
|/ |
|
* | dm: allow active and inactive tables to share dm_devs | Benjamin Marzinski | 2014-10-05 | 1 | -0/+126 |
* | dm: use bioset_create_nobvec() | Junichi Nomura | 2014-10-05 | 1 | -1/+1 |
* | dm: remove nr_iovecs parameter from alloc_tio() | Junichi Nomura | 2014-10-05 | 1 | -10/+5 |
* | 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-23 | 1 | -154/+20 |
| * | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-23 | 1 | -12/+13 |
* | | dm sysfs: fix a module unload race | Mikulas Patocka | 2014-01-14 | 1 | -15/+5 |
* | | dm: wait until embedded kobject is released before destroying a device | Mikulas Patocka | 2014-01-07 | 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-09 | 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-05 | 1 | -3/+62 |
* | dm ioctl: increase granularity of type_lock when loading table | Mike Snitzer | 2013-09-05 | 1 | -0/+2 |