aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-024-41/+39
* | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-275-370/+748
|\ \
| * | 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
| * | nvmet-fcloop: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
| * | nvmet-fc: properly endian swap sq_headChristoph Hellwig2017-04-241-1/+1
| * | nvmet-fc: mark the sqhd field as __le16Christoph Hellwig2017-04-241-1/+1
| * | nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig2017-04-241-1/+1
| * | nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig2017-04-241-1/+1
| * | 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-246-12/+48
|\ \ \ | |/ / |/| |
| * | 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-loop: 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
* | | nvmet_fc: Change traddr field separator to a colonJames Smart2017-04-211-1/+1
* | | 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
* | | nvmet_fc: add missing reference in add_portJames Smart2017-04-211-0/+1
* | | nvmet_fc: Rework target side abort handlingJames Smart2017-04-212-76/+281
* | | nvme_fcloop: split job struct from transport for req_releaseJames Smart2017-04-211-8/+17
* | | nvmet_fc: add req_release to lldd apiJames Smart2017-04-212-7/+16
* | | nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-212-5/+37
* | | nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe2017-04-211-7/+25
* | | 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-207-60/+65
* | | 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