summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2015-04-16dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka
2015-04-16dm snapshot: suspend origin when doing exception handoverMikulas Patocka
2015-04-16dm: hold suspend_lock while suspending device during device deletionMikulas Patocka
2015-03-23dm: fix a race condition in dm_get_mdMikulas Patocka
2015-01-27dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski
2014-10-05dm: use bioset_create_nobvec()Junichi Nomura
2014-10-05dm: remove nr_iovecs parameter from alloc_tio()Junichi Nomura
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer
2014-06-04dm: disable WRITE SAME if it failsMike Snitzer
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-15block: remove struct request buffer memberJens Axboe
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer
2014-03-27dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal
2014-03-27dm: stop using bi_privateMikulas Patocka
2014-03-27dm: remove dm_get_mapinfoMikulas Patocka
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-14dm sysfs: fix a module unload raceMikulas Patocka
2014-01-07dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka
2014-01-07dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka
2013-11-23dm: Refactor for new bio cloning/splittingKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-09dm: allow remove to be deferredMikulas Patocka
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer
2013-09-23dm: lower bio-based mempool reservationMike Snitzer
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-09-05dm: add statistics supportMikulas Patocka
2013-09-05dm ioctl: increase granularity of type_lock when loading tableMike Snitzer
2013-08-23dm: stop using WQ_NON_REENTRANTTejun Heo
2013-07-10dm: optimize reorder structureMikulas Patocka
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka
2013-07-10dm mpath: fix ioctl deadlock when no pathsHannes Reinecke
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie
2013-03-01dm: refactor bio cloningAlasdair G Kergon
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: clean up clone_bioAlasdair G Kergon
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds