summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorLines
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka-0/+13
2015-02-27dm snapshot: suspend origin when doing exception handoverMikulas Patocka-0/+2
2015-02-27dm: hold suspend_lock while suspending device during device deletionMikulas Patocka-0/+6
2015-02-18dm: fix a race condition in dm_get_mdMikulas Patocka-17/+10
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-110/+237
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer-29/+85
2015-02-09dm: prepare for allocating blk-mq clone requests in targetKeith Busch-68/+66
2015-02-09dm: submit stacked requests in irq enabled contextKeith Busch-11/+35
2015-02-09dm: split request structure out from dm_rq_target_io structureMike Snitzer-9/+61
2015-02-09dm: remove exports for request-based interfaces without external callersMike Snitzer-6/+3
2015-02-09dm: fix multipath regression due to initializing wrong requestMike Snitzer-1/+1
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch-0/+1
2015-01-24dm: fix handling of multiple internal suspendsMikulas Patocka-2/+7
2014-12-17dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen-1/+1
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+3
2014-11-24md: use generic io stats accounting functions to simplify io stat accountingGu Zheng-10/+3
2014-11-23dm: use rcu_dereference_protected instead of rcu_dereferenceEric Dumazet-5/+5
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer-56/+173
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer-2/+8
2014-11-19dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctlMike Snitzer-2/+3
2014-11-10dm: do not call dm_sync_table() when creating new devicesHannes Reinecke-3/+6
2014-11-10dm: sparse: Annotate field with __rcu for checkingPranith Kumar-1/+1
2014-11-10dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar-4/+4
2014-11-10dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer-6/+6
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski-0/+126
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura-1/+1
2014-10-05dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura-10/+5
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka-2/+13
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+72
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer-1/+0
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer-0/+16
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka-8/+51
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka-7/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-1/+1
2014-04-15block: remove struct request buffer memberJens Axboe-1/+0
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer-0/+5
2014-03-27dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal-1/+1
2014-03-27dm: stop using bi_privateMikulas Patocka-4/+3
2014-03-27dm: remove dm_get_mapinfoMikulas Patocka-10/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-161/+28
2014-01-14dm sysfs: fix a module unload raceMikulas Patocka-15/+5
2014-01-07dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka-0/+11
2014-01-07dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka-6/+0
2013-11-23dm: Refactor for new bio cloning/splittingKent Overstreet-154/+20
2013-11-23block: Abstract out bvec iteratorKent Overstreet-12/+13
2013-11-09dm: allow remove to be deferredMikulas Patocka-3/+44
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer-1/+16
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer-1/+37