aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAge
* 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
* dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-23
* dm: lower bio-based mempool reservationMike Snitzer2013-09-23
* dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-20
* dm: add statistics supportMikulas Patocka2013-09-05
* dm ioctl: increase granularity of type_lock when loading tableMike Snitzer2013-09-05
* dm: stop using WQ_NON_REENTRANTTejun Heo2013-08-23
* dm: optimize reorder structureMikulas Patocka2013-07-10
* dm: optimize use SRCU and RCUMikulas Patocka2013-07-10
* dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2013-07-10
* block_device_operations->release() should return voidAl Viro2013-05-07
* Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-18
* dm: add target num_write_bios fnAlasdair G Kergon2013-03-01
* dm: merge io_pool and tio_poolJun'ichi Nomura2013-03-01
* dm: remove unused _rq_bio_info_cacheJun'ichi Nomura2013-03-01