summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer1-8/+2
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt1-1/+1
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer1-22/+35
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer3-22/+12
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer3-2/+10
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei1-3/+2
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei1-1/+13
2018-01-17dm log writes: fix max length used for kstrndupMa Shimiao1-1/+1
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer9-2/+27
2018-01-17dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues1-0/+5
2018-01-17dm thin: extend thinpool status format string with omitted fieldsmulhern1-1/+2
2018-01-17dm thin: fixes in thin-provisioning.txtmulhern1-1/+1
2018-01-17dm thin: document representation of <highest mapped sector> when there is nonemulhern1-0/+3
2018-01-17dm thin: fix documentation relative to low water mark thresholdmulhern1-3/+5
2018-01-17dm cache: be consistent in specifying sectors and SI units in cache.txtmulhern1-2/+2
2018-01-17dm cache: delete obsoleted paragraph in cache.txtmulhern1-5/+0
2018-01-17dm cache: fix grammar in cache-policies.txtmulhern1-2/+2
2018-01-17dm snapshot: improve documentation relative to origin suspend requirementsMikulas Patocka1-0/+4
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris2-1/+5
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun1-1/+1
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer1-7/+5
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou1-6/+9
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou1-0/+2
2018-01-17dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka1-6/+6
2018-01-17dm: add unstriped targetScott Bauer4-0/+357
2018-01-06dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer1-13/+55
2018-01-06dm mpath: optimize NVMe bio-based supportMike Snitzer1-76/+95
2018-01-04dm mpath: implement NVMe bio-based supportMike Snitzer1-9/+21
2018-01-03dm mpath: move dm_bio_restore out of endio methodMike Snitzer1-4/+3
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer1-5/+3
2017-12-20dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer1-10/+6
2017-12-20dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer1-6/+2
2017-12-20dm: optimize bio-based NVMe IO submissionMike Snitzer1-34/+120
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer3-6/+51
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 Snitzer2-30/+2
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer3-69/+133
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 Snitzer2-3/+2
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 Snitzer3-15/+27
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 interfaceNeilBrown2-35/+10
2017-12-13dm: ensure bio submission follows a depth-first tree walkNeilBrown1-9/+24
2017-12-13dm io: remove BIOSET_NEED_RESCUER flag from bios biosetNeilBrown1-2/+1
2017-12-13dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown1-2/+1