summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: correctly handle chained bios in dec_pending()NeilBrown2018-02-161-1/+2
* Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-269/+390
|\
| * dm: various cleanups to md->queue initialization codeMike Snitzer2018-01-291-18/+12Star
| * dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-171-0/+4
| * dm: optimize bio-based NVMe IO submissionMike Snitzer2017-12-201-34/+120
| * dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2017-12-201-0/+2
| * dm: simplify start of block stats accounting for bio-basedMike Snitzer2017-12-171-8/+3Star
| * dm: remove redundant mapped_device member from clone_info structureMike Snitzer2017-12-171-6/+4Star
| * dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2017-12-171-28/+2Star
| * dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2017-12-171-40/+129
| * dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer2017-12-171-14/+14
| * dm: remove stale comment blocksMike Snitzer2017-12-171-12/+0Star
| * dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2017-12-131-3/+0Star
| * dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer2017-12-131-36/+30Star
| * dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer2017-12-131-10/+18
| * dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructureMike Snitzer2017-12-131-59/+1Star
| * dm: safely allocate multiple bioset biosMike Snitzer2017-12-131-12/+57
| * dm: remove unused 'num_write_bios' target interfaceNeilBrown2017-12-131-20/+10Star
| * dm: ensure bio submission follows a depth-first tree walkNeilBrown2017-12-131-9/+24
| * dm: fix comment above dm_accept_partial_bioNeilBrown2017-12-131-1/+1
* | dm: fix incomplete request_queue initializationMike Snitzer2018-01-151-1/+10
* | dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei2018-01-061-1/+9
|/
* Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-151-22/+23
|\
| * dm: small cleanup in dm_get_md()Mike Snitzer2017-11-101-10/+5Star
| * dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao2017-11-101-4/+8
| * dm: allocate struct mapped_device with kvzallocMikulas Patocka2017-11-101-3/+3
| * dm: convert table_device.count from atomic_t to refcount_tElena Reshetova2017-10-241-5/+7
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-11/+0Star
|\ \
| * | block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-051-11/+0Star
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
| |/ |/|
* | dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-251-2/+8
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-19/+0Star
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-19/+0Star
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-8/+8
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-5/+5
| * block: pass in queue to inflight accountingJens Axboe2017-08-091-3/+3
* | dm: fix printk() rate limiting codeBart Van Assche2017-08-281-10/+0Star
* | dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche2017-08-281-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-121-1/+1
|\
| * bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-041-1/+1
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+45
|\ \
| * | dm: add ->flush() dax operation supportDan Williams2017-06-151-0/+19
| * | dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-091-0/+26
* | | Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-061-2/+95
|\ \ \ | |_|/ |/| |
| * | dm: introduce dm_remap_zone_report()Damien Le Moal2017-06-191-0/+79
| * | dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal2017-06-191-2/+7
| * | dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal2017-06-191-0/+4
| * | dm: add basic support for using the select or poll functionMikulas Patocka2017-06-191-0/+5
* | | dm: don't set bounce limitChristoph Hellwig2017-06-271-1/+0Star
|/ /
* | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-2/+3