aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2017-05-10nvme: lightnvm: fix memory leakRakesh Pandit1-1/+2
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-17/+13
2017-05-07lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven1-3/+3
2017-05-04lightnvm: create cmd before allocating requestJavier González1-2/+2
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig4-41/+39
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-mergeJens Axboe5-370/+748
2017-04-27nvme-scsi: remove nvme_trans_security_protocolChristoph Hellwig1-13/+0
2017-04-25nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_ioChristoph Hellwig1-1/+1
2017-04-25nvme-scsi: Consider LBA format in IO splitting calculationJon Derrick1-1/+1
2017-04-25nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne1-1/+3
2017-04-24nvme: Add nvme_core.force_apst to ignore the NO_APST quirkAndy Lutomirski1-1/+19
2017-04-24nvme: Display raw APST configuration via DYNAMIC_DEBUGAndy Lutomirski1-0/+16
2017-04-24nvme: Fix APST commentAndy Lutomirski1-1/+1
2017-04-24Merge branch 'master' into for-4.12/post-mergeJens Axboe6-12/+48
2017-04-24nvmet-fcloop: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-24nvmet-fc: properly endian swap sq_headChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark the sqhd field as __le16Christoph Hellwig1-1/+1
2017-04-24nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig1-1/+1
2017-04-24nvme-fc: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-24nvme_fc: add controller reset supportJames Smart1-315/+616
2017-04-24nvme_fc: add aen abort to teardownJames Smart1-52/+139
2017-04-24nvme_fc: fix command id checkJames Smart1-1/+2
2017-04-21nvme: let dm-mpath distinguish nvme error codesJunxiong Guan1-0/+14
2017-04-21nvme/pci: Poll CQ on timeoutKeith Busch1-3/+18
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart1-0/+33
2017-04-21nvme_fc: Move LS's to rportJames Smart1-54/+65
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart2-76/+281
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart2-7/+16
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart2-5/+37
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike1-2/+141
2017-04-21nvme/pci: Don't set reserved SQ create flagsKeith Busch1-1/+1
2017-04-20nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"Andy Lutomirski1-0/+9
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski3-11/+38
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2-2/+2
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig3-6/+4
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig7-60/+65
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig1-8/+8
2017-04-19lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-5/+1
2017-04-18nvme/pci: Switch to pci_request_irq()Christoph Hellwig1-17/+13
2017-04-16lightnvm: bad type conversion for nvme control bitsJavier González1-1/+1
2017-04-16lightnvm: enable nvme size compile assertsMatias Bjørling1-2/+4
2017-04-16lightnvm: submit erases using the I/O pathJavier González1-22/+10
2017-04-16nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer1-1/+1
2017-04-09nvme-fc: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg1-1/+1