aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-27nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart2-6/+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-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-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
2017-10-19nvme-pci: fix typos in commentsMinwoo Im1-2/+2
2017-10-18nvme-rdma: stop controller reset if the controller is deletingSagi Grimberg1-1/+5
2017-10-18nvme-rdma: change queue flag semantics DELETING -> ALLOCATEDSagi Grimberg1-4/+4
2017-10-18nvme-rdma: Don't local invalidate if the queue is not liveSagi Grimberg1-1/+1
2017-10-18nvme-rdma: teardown admin/io queues once on error recoverySagi Grimberg1-15/+12
2017-10-18nvme-rdma: Check that reinit_request got a proper mrSagi Grimberg1-0/+3
2017-10-18nvme-rdma: move assignment to declarationSagi Grimberg1-4/+2
2017-10-18nvme-rdma: fix wrong logging messageSagi Grimberg1-1/+1
2017-10-18nvme-rdma: pass tagset to directly nvme_rdma_free_tagsetSagi Grimberg1-7/+6
2017-10-18block: remove blk_mq_reinit_tagsetSagi Grimberg2-9/+0
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg4-5/+17
2017-10-18block: introduce blk_mq_tagset_iterSagi Grimberg2-5/+13
2017-10-16nvme: simplify compat_ioctl handlingChristoph Hellwig1-11/+1
2017-10-05nvme-fc: move remote port get/put/free locationJames Smart1-39/+39
2017-10-04nvme-fc: create fc class and transport deviceJames Smart1-1/+54
2017-10-04nvme-fc: add uevent for auto-connectJames Smart2-0/+51
2017-10-04nvme-fabrics: request transport moduleSagi Grimberg1-0/+3
2017-10-04nvmet: bump NVMET_NR_QUEUES to 128James Smart1-1/+1
2017-10-04nvme: use menu Kconfig interfaceRandy Dunlap1-0/+4
2017-10-04nvme: update timeout module parameter typeMarc Olson2-6/+6
2017-10-03block: move __elv_next_request to blk-core.cChristoph Hellwig2-41/+40
2017-10-03block, bfq: decrease burst size when queues in burst exitPaolo Valente1-9/+3