aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-23/+2
2018-10-25block: add a report_zones methodChristoph Hellwig1-85/+84
2018-10-16dm: remove unnecessary unlikely() around WARN_ON_ONCE()Igor Stoppa1-1/+1
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer1-2/+0
2018-10-11dm: remove legacy request-based IO pathJens Axboe1-20/+1
2018-10-09dm: fix report zone remapping to account for partition offsetDamien Le Moal1-7/+20
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-2/+4
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler1-2/+1
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer1-3/+2
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+25
2018-06-08dm: use bioset_init_from_src() to copy bio_setJens Axboe1-6/+16
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+24
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-30/+23
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+25
2018-04-30dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer1-3/+4
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+6
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-4/+6
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-65/+80
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer1-11/+7
2018-04-04dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer1-53/+44
2018-04-03dm: add support for secure erase forwardingDenis Semakin1-0/+12
2018-04-03dm: backfill abnormal IO support to non-splitting IO submissionMike Snitzer1-7/+23
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams1-4/+6
2018-03-29dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer1-3/+5
2018-03-06dm: use blkdev_get rather than bdgrab when issuing pass-through ioctlMike Snitzer1-15/+20
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+1
2018-02-16dm: correctly handle chained bios in dec_pending()NeilBrown1-1/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-269/+390
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer1-18/+12
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer1-0/+4
2018-01-15dm: fix incomplete request_queue initializationMike Snitzer1-1/+10
2018-01-06dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei1-1/+9
2017-12-20dm: optimize bio-based NVMe IO submissionMike Snitzer1-34/+120
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer1-0/+2
2017-12-17dm: simplify start of block stats accounting for bio-basedMike Snitzer1-8/+3
2017-12-16dm: remove redundant mapped_device member from clone_info structureMike Snitzer1-6/+4
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer1-28/+2
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer1-40/+129
2017-12-16dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer1-14/+14
2017-12-16dm: remove stale comment blocksMike Snitzer1-12/+0
2017-12-13dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer1-3/+0
2017-12-13dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer1-36/+30
2017-12-13dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer1-10/+18
2017-12-13dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructureMike Snitzer1-59/+1
2017-12-13dm: safely allocate multiple bioset biosMike Snitzer1-12/+57
2017-12-13dm: remove unused 'num_write_bios' target interfaceNeilBrown1-20/+10
2017-12-13dm: ensure bio submission follows a depth-first tree walkNeilBrown1-9/+24
2017-12-13dm: fix comment above dm_accept_partial_bioNeilBrown1-1/+1