summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2016-09-11nvme: make NVME_RDMA depend on BLOCKLinus Torvalds
2016-08-29Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe
2016-08-28nvme-rdma: Get rid of redundant definesSagi Grimberg
2016-08-28nvme-rdma: Get rid of duplicate variableSagi Grimberg
2016-08-24nvme: Fix nvme_get/set_features() with a NULL result pointerAndy Lutomirski
2016-08-19nvme: fabrics drivers don't need the nvme-pci driverChristoph Hellwig
2016-08-19nvme-fabrics: get a reference when reusing a nvme_host structureChristoph Hellwig
2016-08-19nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp
2016-08-18nvme-rdma: fix sqsize/hsqsize per specJay Freyensee
2016-08-18fabrics: define admin sqsize min default, per specJay Freyensee
2016-08-16nvme-rdma: initialize ret to zero to avoid returning garbageColin Ian King
2016-08-15nvme: Prevent controller state invalid transitionGabriel Krisman Bertazi
2016-08-11nvme: Suspend all queues before deletionGabriel Krisman Bertazi
2016-08-08Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe
2016-08-04nvme-rdma: Remove unused includesSagi Grimberg
2016-08-04nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg
2016-08-03nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg
2016-08-03nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg
2016-08-03nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg
2016-08-03nvme-rdma: Fix device removal handlingSagi Grimberg
2016-08-03nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg
2016-08-03nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-21nvme/pci: Provide SR-IOV supportKeith Busch
2016-07-21nvme: initialize variable before logical OR'ing itJay Freyensee
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-14NVMe: don't allocate unused nvme_majorNeilBrown
2016-07-14nvme: Remove RCU namespace protectionKeith Busch
2016-07-13nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma
2016-07-12nvme: Limit command retriesKeith Busch
2016-07-12nvme-fabrics: add-remove ctrl repeat fixMing Lin
2016-07-12nvme-fabrics: Remove tl_retry_countSagi Grimberg
2016-07-12nvme-rdma: Don't use tl_retry_countSagi Grimberg
2016-07-12nvme-rdma: fix the return value of nvme_rdma_reinit_request()Wei Yongjun
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli
2016-07-08Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe
2016-07-08nvme-rdma: add a NVMe over Fabrics RDMA host driverChristoph Hellwig
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig
2016-07-07nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn
2016-07-05nvme: add keep-alive supportSagi Grimberg
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig
2016-07-05nvme: add fabrics sysfs attributesMing Lin
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig
2016-07-05nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-21NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn