summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-111-4/+5
|\
| * nvme: lightnvm: fix memory leakRakesh Pandit2017-05-101-1/+2
| * lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven2017-05-071-3/+3
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-17/+13
|\ \ | |/ |/|
| * nvme/pci: Switch to pci_request_irq()Christoph Hellwig2017-04-181-17/+13
* | lightnvm: create cmd before allocating requestJavier González2017-05-041-2/+2
* | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-023-33/+30
* | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-273-364/+742
|\ \
| * | nvme-scsi: remove nvme_trans_security_protocolChristoph Hellwig2017-04-271-13/+0
| * | nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_ioChristoph Hellwig2017-04-251-1/+1
| * | nvme-scsi: Consider LBA format in IO splitting calculationJon Derrick2017-04-251-1/+1
| * | nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne2017-04-251-1/+3
| * | 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: Add nvme_core.force_apst to ignore the NO_APST quirkAndy Lutomirski2017-04-241-1/+19
* | | nvme: Display raw APST configuration via DYNAMIC_DEBUGAndy Lutomirski2017-04-241-0/+16
* | | nvme: Fix APST commentAndy Lutomirski2017-04-241-1/+1
* | | Merge branch 'master' into for-4.12/post-mergeJens Axboe2017-04-245-11/+47
|\ \ \ | |/ / |/| |
| * | nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"Andy Lutomirski2017-04-201-0/+9
| * | nvme: Adjust the Samsung APST quirkAndy Lutomirski2017-04-203-11/+38
| * | nvme-fc: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
| * | nvme-rdma: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
* | | 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-191-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
OpenPOWER on IntegriCloud