aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-26nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski1-0/+2
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig3-19/+33
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig5-5/+6
2017-05-26nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig1-6/+6
2017-05-22nvme_fc: remove extra controller reference taken on reconnectJames Smart1-3/+2
2017-05-22nvme_fc: correct nvme status set on abortJames Smart1-2/+2
2017-05-22nvme_fc: set logging level on resets/deletesJames Smart1-10/+4
2017-05-22nvme_fc: revise comment on teardownJames Smart1-4/+4
2017-05-22nvme_fc: Support ctrl_loss_tmoJames Smart1-67/+49
2017-05-22nvme_fc: get rid of local reconnect_delayJames Smart1-6/+4
2017-05-22nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei1-2/+3
2017-05-22nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei1-1/+7
2017-05-22nvme-rdma: support devices with queue size < 32Marta Rybczynska1-4/+14
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-5/+25
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel3-0/+8
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart2-4/+1
2017-05-20nvme-fc: stop queues on error detectionJames Smart1-0/+4
2017-05-20nvme-fc: require target or discovery role for fc-nvme targetsJames Smart1-0/+6
2017-05-20nvme: unmap CMB and remove sysfs file in reset pathJon Derrick1-1/+6
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