aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10nvme: split __nvme_revalidate_diskChristoph Hellwig1-23/+26
2017-11-10nvme: set the chunk size before freezing the queueChristoph Hellwig1-2/+3
2017-11-10nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig1-16/+17
2017-11-10nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig1-7/+7
2017-11-10nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig1-30/+10
2017-11-10nvme: move the dying queue check from cancel to completionChristoph Hellwig1-6/+3
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe12-491/+1008
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-11-01nvmet: fix fatal_err_work deadlockJames Smart1-2/+14
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart1-39/+239
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart1-0/+1
2017-11-01nvme-fc: check connectivity before initiating reconnectsJames Smart1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart1-0/+31
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectJames Smart1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2-1/+1
2017-11-01nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg1-1/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig4-21/+4
2017-11-01nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig1-10/+8
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig6-118/+62
2017-11-01nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig1-14/+6
2017-11-01nvme-fc: avoid workqueue flush stallsJames Smart1-1/+1
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-27nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart1-4/+2
2017-10-27nvme-fc: add support for duplicate_connect optionJames Smart1-0/+33
2017-10-27nvme-rdma: add support for duplicate_connect optionJames Smart1-0/+82
2017-10-27nvme: add helper to compare options to controllerJames Smart1-0/+12
2017-10-27nvme: add duplicate_connect optionJames Smart2-1/+8
2017-10-27nvme: check for a live controller in nvme_dev_openChristoph Hellwig1-1/+1
2017-10-27nvme: get rid of nvme_ctrl_listChristoph Hellwig2-61/+18
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig6-33/+39
2017-10-27nvme: simplify nvme_openChristoph Hellwig1-30/+10
2017-10-27nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-10-23nvme-rdma: Add debug message when reaches timeoutNitzan Carmi1-0/+4
2017-10-23nvme-rdma: align nvme_rdma_device structureMax Gurtovoy1-2/+2
2017-10-23nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg1-4/+7
2017-10-20nvme-fc: correct io timeout behaviorJames Smart1-4/+10
2017-10-20nvme-fc: correct io termination handlingJames Smart1-13/+18
2017-10-20nvme-pci: add SGL supportChaitanya Kulkarni1-27/+187
2017-10-20nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig1-33/+7
2017-10-20nvmet: Change max_nsid in subsystem due to ns_disable if neededRoy Shterman1-0/+13
2017-10-19nvme-rdma: Fix error status return in tagset allocation failureSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Fix possible double free in reconnect flowSagi Grimberg1-2/+6
2017-10-19nvmet: make config_item_type constBhumika Goyal1-15/+15
2017-10-19nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-19nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-19nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1