aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski
2016-09-24nvme/scsi: Remove power management supportAndy Lutomirski
2016-09-23nvmet: Make dsm number of ranges zero basedAlexander Solganik
2016-09-23nvmet: Use direct IO for writesSagi Grimberg
2016-09-23admin-cmd: Added smart-log command support.Chaitanya Kulkarni
2016-09-23nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart
2016-09-23nvme-fabrics: revise host transport option descriptionsJames Smart
2016-09-23nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart
2016-09-22nvme-rdma: only clear queue flags after successful connectSagi Grimberg
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling
2016-09-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-13Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe
2016-09-12nvme-rdma: add back dependency on CONFIG_BLOCKArnd Bergmann
2016-09-12nvme-rdma: fix null pointer dereference on req->mrColin Ian King
2016-09-12nvme-rdma: use ib_client API to detect device removalSteve Wise
2016-09-12nvme-rdma: add DELETING queue flagSagi Grimberg
2016-09-11nvme: make NVME_RDMA depend on BLOCKLinus Torvalds
2016-09-08nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang
2016-09-07nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi
2016-09-04nvme-rdma: destroy nvme queue rdma resources on connect failureSteve Wise
2016-09-04nvme_rdma: keep a ref on the ctrl during delete/flushSteve Wise
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-loop: set sqsize to 0-based value, per specJay Freyensee
2016-08-18nvme-rdma: fix sqsize/hsqsize per specJay Freyensee
2016-08-18fabrics: define admin sqsize min default, per specJay Freyensee
2016-08-18nvmet-rdma: +1 to *queue_size from hsqsize/hrqsizeJay Freyensee
2016-08-16nvmet-rdma: Fix use after freeVincent Stehlé
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-04nvmet: Fix controller serial number inconsistencySagi Grimberg
2016-08-04nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal...Sagi Grimberg
2016-08-04nvmet-rdma: Correctly handle RDMA device hot removalSagi Grimberg
2016-08-03nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg
2016-08-03nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi 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