aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-22/+23
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+0
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer1-10/+5
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka1-3/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-24dm: convert table_device.count from atomic_t to refcount_tElena Reshetova1-5/+7
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-11/+0
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka1-2/+8
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-19/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-19/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+8
2017-08-28dm: fix printk() rate limiting codeBart Van Assche1-10/+0
2017-08-28dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-5/+5
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+3