summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm: only run the queue on completion if congested or no requests pendingMike Snitzer2015-04-151-3/+9
* dm: remove request-based logic from make_request_fn wrapperMike Snitzer2015-04-151-17/+12
* dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer2015-03-311-17/+0
* dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-311-6/+0
* dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()Mike Snitzer2015-03-311-13/+13
* dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer2015-03-231-10/+16
* dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-02-271-0/+13
* dm snapshot: suspend origin when doing exception handoverMikulas Patocka2015-02-271-0/+2
* dm: hold suspend_lock while suspending device during device deletionMikulas Patocka2015-02-271-0/+6
* dm: fix a race condition in dm_get_mdMikulas Patocka2015-02-181-17/+10
* Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-121-110/+237
|\
| * dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-091-29/+85
| * dm: prepare for allocating blk-mq clone requests in targetKeith Busch2015-02-091-68/+66
| * dm: submit stacked requests in irq enabled contextKeith Busch2015-02-091-11/+35
| * dm: split request structure out from dm_rq_target_io structureMike Snitzer2015-02-091-9/+61
| * dm: remove exports for request-based interfaces without external callersMike Snitzer2015-02-091-6/+3
* | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-0/+1
|\ \ | |/
| * dm: fix multipath regression due to initializing wrong requestMike Snitzer2015-02-091-1/+1
| * block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch2015-01-281-0/+1
* | dm: fix handling of multiple internal suspendsMikulas Patocka2015-01-241-2/+7
|/
* dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen2014-12-171-1/+1
* Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-10/+3
|\
| * md: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-10/+3
* | dm: use rcu_dereference_protected instead of rcu_dereferenceEric Dumazet2014-11-231-5/+5
* | dm: enhance internal suspend and resume interfaceMike Snitzer2014-11-191-56/+173
* | dm: add presuspend_undo hook to target_typeMike Snitzer2014-11-191-2/+8
* | dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctlMike Snitzer2014-11-191-2/+3
* | dm: do not call dm_sync_table() when creating new devicesHannes Reinecke2014-11-101-3/+6
* | dm: sparse: Annotate field with __rcu for checkingPranith Kumar2014-11-101-1/+1
* | dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar2014-11-101-4/+4
* | dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer2014-11-101-6/+6
|/
* dm: allow active and inactive tables to share dm_devsBenjamin Marzinski2014-10-051-0/+126
* dm: use bioset_create_nobvec()Junichi Nomura2014-10-051-1/+1
* dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura2014-10-051-10/+5
* dm: allocate a special workqueue for deferred device removalMikulas Patocka2014-07-101-2/+13
* Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-121-14/+72
|\
| * dm: remove symbol export for dm_set_device_limitsMike Snitzer2014-06-041-1/+0
| * dm: disable WRITE SAME if it failsMike Snitzer2014-06-041-0/+16
| * dm: introduce dm_accept_partial_bioMikulas Patocka2014-06-031-8/+51
| * dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka2014-06-031-7/+7
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/
* | block: remove struct request buffer memberJens Axboe2014-04-151-1/+0
|/
* dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-271-0/+5
* dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal2014-03-271-1/+1
* dm: stop using bi_privateMikulas Patocka2014-03-271-4/+3
* dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-10/+0
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-161/+28
|\
| * dm: Refactor for new bio cloning/splittingKent Overstreet2013-11-231-154/+20
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-12/+13
OpenPOWER on IntegriCloud