summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi2018-03-261-2/+2
* nvme: Skip checking heads without namespacesKeith Busch2018-03-261-0/+1
* nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy2018-03-261-0/+14
* nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy2018-03-261-1/+18
* nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin2018-03-261-16/+11Star
* nvmet-rdma: Remove unused queue stateIsrael Rukshin2018-03-261-5/+1Star
* nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart2018-03-261-3/+16
* nvme_fc: on remoteport reuse, set new nport_id and role.James Smart2018-03-261-0/+2
* nvme_fc: fix abort race on teardown with lld rejectJames Smart2018-03-261-1/+4
* nvme_fc: io timeout should defer abort to ctrl resetJames Smart2018-03-261-11/+1Star
* nvme_fc: fix ctrl create failures racing with workq itemsJames Smart2018-03-261-0/+4
* nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik2018-03-261-2/+5
* nvme: centralize ctrl removal printsMax Gurtovoy2018-03-263-12/+8Star
* nvme-pci: Add .get_address ctrl callbackKeith Busch2018-03-261-0/+8
* nvme: implement log page low/high offset and dwordsMatias Bjørling2018-03-261-10/+22
* nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang2018-03-263-35/+35
* nvme: fix the dangerous reference of namespaces listJianchao Wang2018-03-261-2/+14
* nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang2018-03-261-5/+4Star
* nvme: Add fault injection featureThomas Tai2018-03-264-0/+109
* nvme: use define instead of magic value for identify sizeMinwoo Im2018-03-261-2/+3
* nvmet: don't return "any" ip address in discovery log pageSagi Grimberg2018-03-263-3/+47
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-082-3/+3
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-287-23/+28
|\
| * nvmet: fix PSDT field check in command formatMax Gurtovoy2018-02-281-3/+6
| * nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-282-14/+13Star
| * nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang2018-02-261-1/+4
| * nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig2018-02-221-2/+2
| * nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig2018-02-221-2/+2
| * nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig2018-02-221-1/+1
* | nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi2018-02-142-6/+7
* | nvmet: Change return code of discard command if not supportedIsrael Rukshin2018-02-141-2/+5
* | nvme-pci: Fix timeouts in connecting stateKeith Busch2018-02-141-1/+5
* | nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch2018-02-141-11/+14
* | nvme: fix the deadlock in nvme_update_formatsJianchao Wang2018-02-141-3/+8
* | nvme: Don't use a stack buffer for keep-alive commandRoland Dreier2018-02-122-5/+4Star
* | nvme_fc: cleanup io completionJames Smart2018-02-111-51/+12Star
* | nvme_fc: correct abort race condition on resetsJames Smart2018-02-111-72/+26Star
* | nvme: Fix discard buffer overrunKeith Busch2018-02-081-3/+5
* | nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy2018-02-081-1/+0Star
* | nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy2018-02-082-0/+4
* | nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-086-24/+25
|/
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-10/+2Star
|\
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-10/+2Star
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-5/+5
|\ \ | |/ |/|
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-5/+5
* | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-2919-499/+833
|\ \
| * | nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn2018-01-262-0/+27
| * | nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn2018-01-264-0/+281
| * | nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2018-01-262-3/+18