summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris1-1/+0
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 Bauer3-0/+233
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-05dm 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 Snitzer2-6/+50
2017-12-17dm: simplify start of block stats accounting for bio-basedMike Snitzer1-8/+3
2017-12-17dm: remove redundant mapped_device member from clone_info structureMike Snitzer1-6/+4
2017-12-17dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2-30/+2
2017-12-17dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2-40/+130
2017-12-17dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer1-14/+14
2017-12-17dm: 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 interfaceNeilBrown1-20/+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
2017-12-13dm: fix comment above dm_accept_partial_bioNeilBrown1-1/+1
2017-12-13dm raid: use rs_is_raid*()Heinz Mauelshagen1-8/+8
2017-12-13dm raid: simplify rs_get_progress()Heinz Mauelshagen1-20/+3
2017-12-13dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen1-0/+9
2017-12-13dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen1-38/+70
2017-12-13dm raid: validate current raid sets redundancyHeinz Mauelshagen1-1/+6
2017-12-08dm raid: bump target version to reflect numerous fixesMike Snitzer1-1/+1
2017-12-08dm raid: small cleanup and remove unsed "struct raid_set" memberHeinz Mauelshagen1-4/+2
2017-12-08dm raid: fix rs_get_progress() synchronization state/ratioHeinz Mauelshagen1-31/+64
2017-12-08dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen1-14/+16
2017-12-08dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen1-16/+18
2017-12-08dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen1-3/+9
2017-12-08dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen1-1/+19
2017-12-08dm raid: fix raid set size revalidationHeinz Mauelshagen1-10/+20
2017-12-08dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen1-4/+6
2017-12-08dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen1-4/+38
2017-12-08dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen1-10/+4
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan1-2/+6
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer1-7/+42