summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
* nvme_fc: add controller reset supportJames Smart2017-04-241-315/+616
* nvme_fc: add aen abort to teardownJames Smart2017-04-241-52/+139
* nvme_fc: fix command id checkJames Smart2017-04-241-1/+2
* nvme: let dm-mpath distinguish nvme error codesJunxiong Guan2017-04-211-0/+14
* nvme/pci: Poll CQ on timeoutKeith Busch2017-04-211-3/+18
* nvme_fc: Add ls aborts on remote port teardownJames Smart2017-04-211-0/+33
* nvme_fc: Move LS's to rportJames Smart2017-04-211-54/+65
* nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-211-2/+141
* nvme/pci: Don't set reserved SQ create flagsKeith Busch2017-04-211-1/+1
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-202-2/+2
* nvme: make nvme_error_status privateChristoph Hellwig2017-04-203-6/+4
* nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-206-55/+63
* nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig2017-04-201-8/+8
* lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-201-5/+1
* lightnvm: bad type conversion for nvme control bitsJavier González2017-04-161-1/+1
* lightnvm: enable nvme size compile assertsMatias Bjørling2017-04-161-2/+4
* lightnvm: submit erases using the I/O pathJavier González2017-04-161-22/+10
* nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer2017-04-161-1/+1
* nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-083-11/+11
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-1/+1
|\
| * nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
| * nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-211-14/+14
* | nvme: move the retries count to struct nvme_requestChristoph Hellwig2017-04-052-5/+6
* | nvme: mark nvme_max_retries staticChristoph Hellwig2017-04-052-4/+1
* | nvme: cleanup nvme_req_needs_retryChristoph Hellwig2017-04-051-5/+11
* | nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2017-04-052-4/+5
* | nvme: factor request completion code into a common helperChristoph Hellwig2017-04-045-77/+39
* | nvme-fc: drop ctrl for all command completionsChristoph Hellwig2017-04-041-2/+3
* | nvme-fc: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* | nvme-rdma: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* | nvme_fc: Clean up host fcpio done status handlingJames Smart2017-04-041-7/+7
* | nvme_fc: correct LS validationJames Smart2017-04-041-4/+5
* | nvme_fc: Add check of status_code in ERSP_IUJames Smart2017-04-041-0/+1
* | nvme-rdma: Support ctrl_loss_tmoSagi Grimberg2017-04-041-13/+28
* | nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2017-04-042-0/+38
* | nvme-rdma: get rid of local reconnect_delaySagi Grimberg2017-04-041-5/+3
* | nvme-fc: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+10
* | nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-5/+13
* | nvme-rdma: use inet_pton_with_scope helperSagi Grimberg2017-04-041-44/+19
* | nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg2017-04-041-1/+1
* | nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-041-14/+14
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-313-6/+6
* | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
|/
* nvme: Complete all stuck requestsKeith Busch2017-03-023-5/+79
* nvme: allocate nvme_queue in correct nodeShaohua Li2017-03-021-4/+8
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * nvme-rdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | nvme/pci: re-check security protocol support after resetScott Bauer2017-02-231-7/+10