summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * nvmet: remove redundant local variableSagi Grimberg2017-11-101-9/+4
| * nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg2017-11-101-3/+1
| * nvme: fix eui_show() print formatJavier González2017-11-101-1/+1
| * nvme: compare NQN string with right sizeJavier González2017-11-101-1/+1
| * nvmet: fix comment typos in admin-cmd.cMinwoo Im2017-11-101-2/+2
| * nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-101-1/+1
| * nvmet-rdma: update queue list during ib_device removalIsrael Rukshin2017-11-101-2/+4
| * nvme-fc: decouple ns references from lldd referencesJames Smart2017-11-101-6/+78
| * nvme-fc: fix localport resume using stale valuesJames Smart2017-11-101-2/+10
| * nvme: check admin passthru command effectsKeith Busch2017-11-102-0/+108
| * nvme: factor get log into a helperKeith Busch2017-11-101-6/+13
| * nvme: fix and clarify the check for missing metadataChristoph Hellwig2017-11-101-13/+18
| * nvme: split __nvme_revalidate_diskChristoph Hellwig2017-11-101-23/+26
| * nvme: set the chunk size before freezing the queueChristoph Hellwig2017-11-101-2/+3
| * nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig2017-11-101-16/+17
| * nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig2017-11-101-7/+7
| * nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig2017-11-101-30/+10
| * nvme: move the dying queue check from cancel to completionChristoph Hellwig2017-11-101-6/+3
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
| * Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-0312-491/+1008
| |\
| | * nvme: comment typo fixed in clearing AERMinwoo Im2017-11-031-1/+1
| | * nvme: Remove unused headersKeith Busch2017-11-011-4/+0
| | * nvmet: fix fatal_err_work deadlockJames Smart2017-11-011-2/+14
| | * nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart2017-11-011-39/+239
| | * nvme: allow controller RESETTING to RECONNECTING transitionJames Smart2017-11-011-0/+1
| | * nvme-fc: check connectivity before initiating reconnectsJames Smart2017-11-011-7/+16
| | * nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart2017-11-011-0/+31
| | * nvme-fc: change ctlr state assignments during reset/reconnectJames Smart2017-11-011-15/+13
| | * nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2017-11-012-1/+1
| | * nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg2017-11-011-1/+1
| | * nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-014-21/+4
| | * nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig2017-11-011-10/+8
| | * nvme: move controller deletion to common codeChristoph Hellwig2017-11-016-118/+62
| | * nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig2017-11-011-14/+6
| | * nvme-fc: avoid workqueue flush stallsJames Smart2017-11-011-1/+1
| | * nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart2017-10-271-4/+2
| | * nvme-fc: add support for duplicate_connect optionJames Smart2017-10-271-0/+33
| | * nvme-rdma: add support for duplicate_connect optionJames Smart2017-10-271-0/+82
| | * nvme: add helper to compare options to controllerJames Smart2017-10-271-0/+12
| | * nvme: add duplicate_connect optionJames Smart2017-10-272-1/+8
| | * nvme: check for a live controller in nvme_dev_openChristoph Hellwig2017-10-271-1/+1
| | * nvme: get rid of nvme_ctrl_listChristoph Hellwig2017-10-272-61/+18
| | * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-276-33/+39
| | * nvme: simplify nvme_openChristoph Hellwig2017-10-271-30/+10
| | * nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig2017-10-271-1/+2
| | * nvme-rdma: Add debug message when reaches timeoutNitzan Carmi2017-10-231-0/+4
| | * nvme-rdma: align nvme_rdma_device structureMax Gurtovoy2017-10-231-2/+2
| | * nvme-fc: correct io timeout behaviorJames Smart2017-10-201-4/+10
| | * nvme-fc: correct io termination handlingJames Smart2017-10-201-13/+18
| | * nvme-pci: add SGL supportChaitanya Kulkarni2017-10-201-27/+187
OpenPOWER on IntegriCloud