summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-021-4/+3
* lightnvm: pblk: take bitmap alloc. out of critical sectionJavier González2018-06-011-41/+56
* lightnvm: pblk: kick writer on new flush pointsHans Holmberg2018-06-014-7/+10
* lightnvm: pblk: only try to recover lines with written smetaHans Holmberg2018-06-011-9/+21
* lightnvm: pblk: remove unnecessary bio_get/putJavier González2018-06-011-37/+28
* lightnvm: pblk: add possibility to set write buffer size manuallyMarcin Dziegielewski2018-06-011-2/+12
* lightnvm: fix partial read error pathIgor Konopko2018-06-011-4/+4
* lightnvm: proper error handling for pblk_bio_add_pagesIgor Konopko2018-06-011-2/+4
* lightnvm: pblk: fix smeta write error pathHans Holmberg2018-06-011-3/+4
* lightnvm: pblk: garbage collect lines with failed writesHans Holmberg2018-06-017-64/+200
* lightnvm: pblk: rework write error recovery pathHans Holmberg2018-06-015-229/+181
* lightnvm: pblk: remove dead functionJavier González2018-06-012-8/+0
* lightnvm: pass flag on graceful teardown to targetsJavier González2018-06-015-17/+34
* lightnvm: pblk: check for chunk size before allocating itJavier González2018-06-011-3/+3
* lightnvm: pblk: remove unnecessary argumentJavier González2018-06-013-5/+5
* lightnvm: pblk: remove unnecessary indirectionJavier González2018-06-011-12/+2
* lightnvm: pblk: return NVM_ error on failed submissionJavier González2018-06-011-14/+8
* lightnvm: pblk: warn in case of corrupted write bufferJavier González2018-06-011-3/+2
* lightnvm: pblk: improve error msg on corrupted LBAsJavier González2018-06-011-10/+32
* lightnvm: pblk: check read lba on gc pathJavier González2018-06-011-6/+33
* lightnvm: pblk: recheck for bad lines at runtimeJavier González2018-06-012-14/+35
* lightnvm: pblk: fail gracefully on line alloc. failureJavier González2018-06-012-9/+29
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-06-0110-191/+337
|\
| * nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2018-06-012-4/+49
| * nvme: mark nvme_queue_scan staticChristoph Hellwig2018-06-012-11/+9
| * nvme: submit AEN event configuration on startupHannes Reinecke2018-06-012-0/+18
| * nvmet: mask pending AENsChristoph Hellwig2018-06-013-1/+10
| * nvmet: add AEN configuration supportChristoph Hellwig2018-06-013-2/+32
| * nvmet: implement the changed namespaces logChristoph Hellwig2018-06-013-9/+76
| * nvmet: split log page implementationChristoph Hellwig2018-06-011-63/+36
| * nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig2018-06-012-0/+8
| * nvme.h: untangle AEN notice definitionsChristoph Hellwig2018-05-311-12/+18
| * nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun2018-05-311-2/+6
| * nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun2018-05-311-1/+1
| * nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig2018-05-311-48/+31
| * nvme-loop: add support for multiple portsChristoph Hellwig2018-05-302-19/+31
| * nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig2018-05-301-23/+14
| * nvme-pci: Rate limit the nvme timeout warningsKeith Busch2018-05-301-1/+1
| * nvme: allow duplicate controller if prior controller being deletedJames Smart2018-05-301-1/+3
* | target: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-302-9/+7
* | dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3017-206/+197
* | md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-3015-181/+159
* | bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-307-52/+37
* | lightnvm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-65/+65
* | pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-25/+25
* | drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-59/+38
* | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
* | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-304-20/+3
* | nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-301-6/+15
|/
* block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-293-18/+10