summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2018-03-26nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin
2018-03-26nvmet-rdma: Remove unused queue stateIsrael Rukshin
2018-03-26nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart
2018-03-26nvme_fc: on remoteport reuse, set new nport_id and role.James Smart
2018-03-26nvme_fc: fix abort race on teardown with lld rejectJames Smart
2018-03-26nvme_fc: io timeout should defer abort to ctrl resetJames Smart
2018-03-26nvme_fc: fix ctrl create failures racing with workq itemsJames Smart
2018-03-26nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy
2018-03-26nvme-pci: Add .get_address ctrl callbackKeith Busch
2018-03-26nvme: implement log page low/high offset and dwordsMatias Bjørling
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang
2018-03-26nvme: fix the dangerous reference of namespaces listJianchao Wang
2018-03-26nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang
2018-03-26nvme: Add fault injection featureThomas Tai
2018-03-26nvme: use define instead of magic value for identify sizeMinwoo Im
2018-03-26nvmet: don't return "any" ip address in discovery log pageSagi Grimberg
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-08nvme_fc: rework sqsize handlingJames Smart
2018-03-08nvme-fabrics: Ignore nr_io_queues option for discovery controllersRoland Dreier
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig
2018-03-01nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei
2018-03-01nvme-pci: Fix EEH failure on ppcWen Xiong
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe
2018-02-28nvmet: fix PSDT field check in command formatMax Gurtovoy
2018-02-28nvme-multipath: fix sysfs dangerously created linksBaegjae Sung
2018-02-26nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig
2018-02-22nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig
2018-02-22nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig
2018-02-14nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi
2018-02-14nvmet: Change return code of discard command if not supportedIsrael Rukshin
2018-02-13nvme-pci: Fix timeouts in connecting stateKeith Busch
2018-02-13nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch
2018-02-13nvme: fix the deadlock in nvme_update_formatsJianchao Wang
2018-02-12nvme: Don't use a stack buffer for keep-alive commandRoland Dreier
2018-02-11nvme_fc: cleanup io completionJames Smart
2018-02-11nvme_fc: correct abort race condition on resetsJames Smart
2018-02-08nvme: Fix discard buffer overrunKeith Busch
2018-02-08nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy
2018-02-08nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-26nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn
2018-01-26nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang