summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAge
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-04
|\
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-30
* | Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-31
|\ \
| * | dm mpath selector: more evenly distribute tiesKhazhismel Kumykov2018-01-29
| * | dm unstripe: fix target length versus number of stripes size checkScott Bauer2018-01-29
| * | dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt2018-01-29
| * | dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer2018-01-29
| * | dm: various cleanups to md->queue initialization codeMike Snitzer2018-01-29
| * | dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2018-01-29
| * | dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei2018-01-17
| * | dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei2018-01-17
| * | dm log writes: fix max length used for kstrndupMa Shimiao2018-01-17
| * | dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-17
| * | dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka2018-01-17
| * | dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues2018-01-17
| * | dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris2018-01-17
| * | dm raid: make raid_sets symbol staticWei Yongjun2018-01-17
| * | dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer2018-01-17
| * | dm bufio: check result of register_shrinker()Aliaksei Karaliou2018-01-17
| * | dm bufio: add missed destroys of client mutexAliaksei Karaliou2018-01-17
| * | dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka2018-01-17
| * | dm: add unstriped targetScott Bauer2018-01-17
| * | dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer2018-01-06
| * | dm mpath: optimize NVMe bio-based supportMike Snitzer2018-01-06
| * | dm mpath: implement NVMe bio-based supportMike Snitzer2018-01-04
| * | dm mpath: move dm_bio_restore out of endio methodMike Snitzer2018-01-03
| * | dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer2017-12-20
| * | dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer2017-12-20
| * | dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer2017-12-20
| * | dm: optimize bio-based NVMe IO submissionMike Snitzer2017-12-20
| * | dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2017-12-20
| * | dm: simplify start of block stats accounting for bio-basedMike Snitzer2017-12-17
| * | dm: remove redundant mapped_device member from clone_info structureMike Snitzer2017-12-16
| * | dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2017-12-16
| * | dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2017-12-16
| * | dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer2017-12-16
| * | dm: remove stale comment blocksMike Snitzer2017-12-16
| * | dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2017-12-13
| * | dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer2017-12-13
| * | dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer2017-12-13
| * | dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructureMike Snitzer2017-12-13
| * | dm: safely allocate multiple bioset biosMike Snitzer2017-12-13
| * | dm: remove unused 'num_write_bios' target interfaceNeilBrown2017-12-13
| * | dm: ensure bio submission follows a depth-first tree walkNeilBrown2017-12-13
| * | dm io: remove BIOSET_NEED_RESCUER flag from bios biosetNeilBrown2017-12-13
| * | dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown2017-12-13
| * | dm: fix comment above dm_accept_partial_bioNeilBrown2017-12-13
| * | dm raid: use rs_is_raid*()Heinz Mauelshagen2017-12-13
| * | dm raid: simplify rs_get_progress()Heinz Mauelshagen2017-12-13
| * | dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen2017-12-13