summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-08-131-6/+25
* dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao2018-02-131-4/+8
* dm: fix printk() rate limiting codeBart Van Assche2017-11-111-10/+0
* dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-10-121-0/+55
* dm rq: fix a race condition in rq_completed()Bart Van Assche2017-03-161-2/+8
* dm: mark request_queue dead before destroying the DM deviceBart Van Assche2017-02-231-0/+5
* dm: fix ioctl retry termination with signalJunichi Nomura2015-12-181-1/+1
* dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura2015-10-301-3/+2
* dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-03-301-0/+13
* dm snapshot: suspend origin when doing exception handoverMikulas Patocka2015-03-301-0/+2
* dm: hold suspend_lock while suspending device during device deletionMikulas Patocka2015-03-301-0/+6
* dm: fix a race condition in dm_get_mdMikulas Patocka2015-03-021-17/+10
* dm: fix missed error code if .end_io isn't implemented by target_typezhendong chen2015-01-151-1/+1
* dm: allocate a special workqueue for deferred device removalMikulas Patocka2014-07-101-2/+13
* Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-121-14/+72
|\
| * dm: remove symbol export for dm_set_device_limitsMike Snitzer2014-06-041-1/+0
| * dm: disable WRITE SAME if it failsMike Snitzer2014-06-041-0/+16
| * dm: introduce dm_accept_partial_bioMikulas Patocka2014-06-031-8/+51
| * dm: change sector_count member in clone_info from sector_t to unsignedMikulas Patocka2014-06-031-7/+7
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/
* / block: remove struct request buffer memberJens Axboe2014-04-151-1/+0
|/
* dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-271-0/+5
* dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal2014-03-271-1/+1
* dm: stop using bi_privateMikulas Patocka2014-03-271-4/+3
* dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-10/+0
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-161/+28
|\
| * dm: Refactor for new bio cloning/splittingKent Overstreet2013-11-231-154/+20
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-12/+13
* | dm sysfs: fix a module unload raceMikulas Patocka2014-01-141-15/+5
* | dm: wait until embedded kobject is released before destroying a deviceMikulas Patocka2014-01-071-0/+11
* | dm: remove pointless kobject comparison in dm_get_from_kobjectMikulas Patocka2014-01-071-6/+0
|/
* dm: allow remove to be deferredMikulas Patocka2013-11-091-3/+44
* dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-231-1/+16
* dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-231-1/+37
* dm: lower bio-based mempool reservationMike Snitzer2013-09-231-4/+5
* dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-201-0/+11
* dm: add statistics supportMikulas Patocka2013-09-051-3/+62
* dm ioctl: increase granularity of type_lock when loading tableMike Snitzer2013-09-051-0/+2
* dm: stop using WQ_NON_REENTRANTTejun Heo2013-08-231-2/+1
* dm: optimize reorder structureMikulas Patocka2013-07-101-7/+7
* dm: optimize use SRCU and RCUMikulas Patocka2013-07-101-67/+93
* dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2013-07-101-1/+8
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
* Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-0/+1
* dm: add target num_write_bios fnAlasdair G Kergon2013-03-011-7/+15
* dm: merge io_pool and tio_poolJun'ichi Nomura2013-03-011-49/+27
* dm: remove unused _rq_bio_info_cacheJun'ichi Nomura2013-03-011-21/+10
* dm: fix limits initialization when there are no data devicesMike Christie2013-03-011-5/+7
* dm: refactor bio cloningAlasdair G Kergon2013-03-011-68/+96