aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-30dm: fix free_rq_clone() NULL pointer when requeueing unmapped requestMike Snitzer1-4/+12
2015-04-30dm: only initialize the request_queue onceChristoph Hellwig1-3/+0
2015-04-15dm verity: add error handling modes for corrupted blocksSami Tolvanen1-0/+1
2015-04-15dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer1-12/+41
2015-04-15dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer1-15/+49
2015-04-15dm: add full blk-mq support to request-based DMMike Snitzer1-67/+250
2015-04-15dm: impose configurable deadline for dm_request_fn's merge heuristicMike Snitzer1-4/+53
2015-04-15dm: don't start current request if it would've merged with the previousMike Snitzer1-0/+12
2015-04-15dm: reduce the queue delay used in dm_request_fn from 100ms to 10msMike Snitzer1-1/+1
2015-04-15dm: don't schedule delayed run of the queue if nothing to doMike Snitzer1-1/+1
2015-04-15dm: only run the queue on completion if congested or no requests pendingMike Snitzer1-3/+9
2015-04-15dm: remove request-based logic from make_request_fn wrapperMike Snitzer1-17/+12
2015-03-31dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer1-17/+0
2015-03-31dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer1-6/+0
2015-03-31dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()Mike Snitzer1-13/+13
2015-03-23dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer1-10/+16
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka1-0/+13
2015-02-27dm snapshot: suspend origin when doing exception handoverMikulas Patocka1-0/+2
2015-02-27dm: hold suspend_lock while suspending device during device deletionMikulas Patocka1-0/+6
2015-02-18dm: fix a race condition in dm_get_mdMikulas Patocka1-17/+10
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-110/+237
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer1-29/+85
2015-02-09dm: prepare for allocating blk-mq clone requests in targetKeith Busch1-68/+66
2015-02-09dm: submit stacked requests in irq enabled contextKeith Busch1-11/+35
2015-02-09dm: split request structure out from dm_rq_target_io structureMike Snitzer1-9/+61
2015-02-09dm: remove exports for request-based interfaces without external callersMike Snitzer1-6/+3
2015-02-09dm: fix multipath regression due to initializing wrong requestMike Snitzer1-1/+1
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch1-0/+1
2015-01-24dm: fix handling of multiple internal suspendsMikulas Patocka1-2/+7
2014-12-17dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen1-1/+1
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+3
2014-11-24md: use generic io stats accounting functions to simplify io stat accountingGu Zheng1-10/+3
2014-11-23dm: use rcu_dereference_protected instead of rcu_dereferenceEric Dumazet1-5/+5
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer1-56/+173
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer1-2/+8
2014-11-19dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctlMike Snitzer1-2/+3
2014-11-10dm: do not call dm_sync_table() when creating new devicesHannes Reinecke1-3/+6
2014-11-10dm: sparse: Annotate field with __rcu for checkingPranith Kumar1-1/+1
2014-11-10dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar1-4/+4
2014-11-10dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer1-6/+6
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski1-0/+126
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura1-1/+1
2014-10-05dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura1-10/+5
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka1-2/+13
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-14/+72
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer1-1/+0
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer1-0/+16
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka1-8/+51