summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-2916-119/+457
|\
| * nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| * nvme: fix KASAN warning when parsing host nqnHannes Reinecke2018-05-251-1/+1
| * nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni2018-05-251-1/+1
| * nvmet-fc: increase LS buffer count per fc portJames Smart2018-05-251-1/+1
| * nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-256-52/+413
| * nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-255-12/+1
| * nvmet: make a few error messages more genericChaitanya Kulkarni2018-05-251-2/+2
| * nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-252-1/+3