summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-01-29dm mpath selector: more evenly distribute tiesKhazhismel Kumykov
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei
2018-01-17dm log writes: fix max length used for kstrndupMa Shimiao
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2018-01-17dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou
2018-01-17dm bufio: add missed destroys of client mutexAliaksei Karaliou
2018-01-17dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka
2018-01-17dm: add unstriped targetScott Bauer
2018-01-06dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer
2018-01-06dm mpath: optimize NVMe bio-based supportMike Snitzer
2018-01-04dm mpath: implement NVMe bio-based supportMike Snitzer
2018-01-03dm mpath: move dm_bio_restore out of endio methodMike Snitzer
2017-12-20dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer
2017-12-20dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer
2017-12-20dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer
2017-12-20dm: optimize bio-based NVMe IO submissionMike Snitzer
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer
2017-12-17dm: simplify start of block stats accounting for bio-basedMike Snitzer
2017-12-16dm: remove redundant mapped_device member from clone_info structureMike Snitzer
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer
2017-12-16dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer
2017-12-16dm: remove stale comment blocksMike Snitzer
2017-12-13dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer
2017-12-13dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer
2017-12-13dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer
2017-12-13dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructureMike Snitzer
2017-12-13dm: safely allocate multiple bioset biosMike Snitzer
2017-12-13dm: remove unused 'num_write_bios' target interfaceNeilBrown
2017-12-13dm: ensure bio submission follows a depth-first tree walkNeilBrown
2017-12-13dm io: remove BIOSET_NEED_RESCUER flag from bios biosetNeilBrown
2017-12-13dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown
2017-12-13dm: fix comment above dm_accept_partial_bioNeilBrown
2017-12-13dm raid: use rs_is_raid*()Heinz Mauelshagen
2017-12-13dm raid: simplify rs_get_progress()Heinz Mauelshagen
2017-12-13dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen
2017-12-13dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen
2017-12-13dm raid: validate current raid sets redundancyHeinz Mauelshagen
2017-12-08dm raid: bump target version to reflect numerous fixesMike Snitzer