aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-03dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka1-7/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+0
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer1-0/+5
2014-03-27dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal1-1/+1
2014-03-27dm: stop using bi_privateMikulas Patocka1-4/+3
2014-03-27dm: remove dm_get_mapinfoMikulas Patocka1-10/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-161/+28
2014-01-14dm sysfs: fix a module unload raceMikulas Patocka1-15/+5
2014-01-07dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka1-0/+11
2014-01-07dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka1-6/+0
2013-11-23dm: Refactor for new bio cloning/splittingKent Overstreet1-154/+20
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-12/+13
2013-11-09dm: allow remove to be deferredMikulas Patocka1-3/+44
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer1-1/+16
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer1-1/+37
2013-09-23dm: lower bio-based mempool reservationMike Snitzer1-4/+5
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer1-0/+11
2013-09-05dm: add statistics supportMikulas Patocka1-3/+62
2013-09-05dm ioctl: increase granularity of type_lock when loading tableMike Snitzer1-0/+2
2013-08-23dm: stop using WQ_NON_REENTRANTTejun Heo1-2/+1
2013-07-10dm: optimize reorder structureMikulas Patocka1-7/+7
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka1-67/+93
2013-07-10dm mpath: fix ioctl deadlock when no pathsHannes Reinecke1-1/+8
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+1
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-0/+1
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon1-7/+15
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura1-49/+27
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura1-21/+10
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie1-5/+7