summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: fix free_rq_clone() NULL pointer when requeueing unmapped requestMike Snitzer2015-04-301-4/+12
* dm: only initialize the request_queue onceChristoph Hellwig2015-04-301-3/+0
* dm verity: add error handling modes for corrupted blocksSami Tolvanen2015-04-151-0/+1
* dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer2015-04-151-12/+41
* dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-151-15/+49
* dm: add full blk-mq support to request-based DMMike Snitzer2015-04-151-67/+250
* dm: impose configurable deadline for dm_request_fn's merge heuristicMike Snitzer2015-04-151-4/+53
* dm: don't start current request if it would've merged with the previousMike Snitzer2015-04-151-0/+12
* dm: reduce the queue delay used in dm_request_fn from 100ms to 10msMike Snitzer2015-04-151-1/+1
* dm: don't schedule delayed run of the queue if nothing to doMike Snitzer2015-04-151-1/+1
* 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
OpenPOWER on IntegriCloud