aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAge
* dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer2015-03-23
* dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-02-27
* dm snapshot: suspend origin when doing exception handoverMikulas Patocka2015-02-27
* dm: hold suspend_lock while suspending device during device deletionMikulas Patocka2015-02-27
* dm: fix a race condition in dm_get_mdMikulas Patocka2015-02-18
* Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-12
|\
| * dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-09
| * dm: prepare for allocating blk-mq clone requests in targetKeith Busch2015-02-09
| * dm: submit stacked requests in irq enabled contextKeith Busch2015-02-09
| * dm: split request structure out from dm_rq_target_io structureMike Snitzer2015-02-09
| * dm: remove exports for request-based interfaces without external callersMike Snitzer2015-02-09
* | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\|
| * dm: fix multipath regression due to initializing wrong requestMike Snitzer2015-02-09
| * block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch2015-01-28
* | dm: fix handling of multiple internal suspendsMikulas Patocka2015-01-24
|/
* dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen2014-12-17
* Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-13
|\
| * md: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-24
* | dm: use rcu_dereference_protected instead of rcu_dereferenceEric Dumazet2014-11-23
* | dm: enhance internal suspend and resume interfaceMike Snitzer2014-11-19
* | dm: add presuspend_undo hook to target_typeMike Snitzer2014-11-19
* | dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctlMike Snitzer2014-11-19
* | dm: do not call dm_sync_table() when creating new devicesHannes Reinecke2014-11-10
* | dm: sparse: Annotate field with __rcu for checkingPranith Kumar2014-11-10
* | dm: Use rcu_dereference() for accessing rcu pointerPranith Kumar2014-11-10
* | dm: improve documentation and code clarity in dm_merge_bvecMike Snitzer2014-11-10
|/
* dm: allow active and inactive tables to share dm_devsBenjamin Marzinski2014-10-05
* dm: use bioset_create_nobvec()Junichi Nomura2014-10-05
* dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura2014-10-05
* dm: allocate a special workqueue for deferred device removalMikulas Patocka2014-07-10
* Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-12
|\
| * dm: remove symbol export for dm_set_device_limitsMike Snitzer2014-06-04
| * dm: disable WRITE SAME if it failsMike Snitzer2014-06-04
| * dm: introduce dm_accept_partial_bioMikulas Patocka2014-06-03
| * dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka2014-06-03
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
|\ \
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
| |/
* / block: remove struct request buffer memberJens Axboe2014-04-15
|/
* dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-27
* dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal2014-03-27
* dm: stop using bi_privateMikulas Patocka2014-03-27
* dm: remove dm_get_mapinfoMikulas Patocka2014-03-27
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\
| * dm: Refactor for new bio cloning/splittingKent Overstreet2013-11-24
| * block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | dm sysfs: fix a module unload raceMikulas Patocka2014-01-14
* | dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka2014-01-07
* | dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka2014-01-07
|/
* dm: allow remove to be deferredMikulas Patocka2013-11-09
* dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-23