summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: make NVME_RDMA depend on BLOCKLinus Torvalds2016-09-111-1/+1
* Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-08-294-27/+46
|\
| * nvme-rdma: Get rid of redundant definesSagi Grimberg2016-08-281-4/+0
| * nvme-rdma: Get rid of duplicate variableSagi Grimberg2016-08-281-8/+7
| * nvme: fabrics drivers don't need the nvme-pci driverChristoph Hellwig2016-08-191-1/+1
| * nvme-fabrics: get a reference when reusing a nvme_host structureChristoph Hellwig2016-08-191-1/+3
| * nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp2016-08-192-6/+6
| * nvme-rdma: fix sqsize/hsqsize per specJay Freyensee2016-08-181-4/+10
| * fabrics: define admin sqsize min default, per specJay Freyensee2016-08-182-3/+19
| * nvme-rdma: initialize ret to zero to avoid returning garbageColin Ian King2016-08-161-1/+1
* | nvme: Fix nvme_get/set_features() with a NULL result pointerAndy Lutomirski2016-08-241-2/+2
* | nvme: Prevent controller state invalid transitionGabriel Krisman Bertazi2016-08-151-2/+5
* | nvme: Suspend all queues before deletionGabriel Krisman Bertazi2016-08-111-12/+8
* | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-08-081-38/+45
|\|
| * nvme-rdma: Remove unused includesSagi Grimberg2016-08-041-3/+0
| * nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg2016-08-041-0/+2
| * nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg2016-08-031-1/+1
| * nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg2016-08-031-5/+7
| * nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-7/+10
| * nvme-rdma: Fix device removal handlingSagi Grimberg2016-08-031-20/+21
| * nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg2016-08-031-1/+3
| * nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier2016-08-031-1/+1
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-12/+3
|\ \ | |/ |/|
| * NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-221-7/+3
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-279-86/+3479
|\ \
| * | nvme/pci: Provide SR-IOV supportKeith Busch2016-07-211-0/+19
| * | nvme: initialize variable before logical OR'ing itJay Freyensee2016-07-211-0/+1
| * | block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-211-4/+0
| * | block: get rid of bio_rw and READAChristoph Hellwig2016-07-211-1/+1
| * | NVMe: don't allocate unused nvme_majorNeilBrown2016-07-141-15/+1
| * | nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma2016-07-131-1/+1
| * | nvme: Limit command retriesKeith Busch2016-07-133-1/+15
| * | nvme-fabrics: add-remove ctrl repeat fixMing Lin2016-07-121-0/+4
| * | nvme-fabrics: Remove tl_retry_countSagi Grimberg2016-07-122-17/+0
| * | nvme-rdma: Don't use tl_retry_countSagi Grimberg2016-07-121-6/+3
| * | nvme-rdma: fix the return value of nvme_rdma_reinit_request()Wei Yongjun2016-07-121-1/+1
| * | nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli2016-07-123-0/+24
| * | Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-07-091-2/+1
| |\ \
| | * | block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
| * | | nvme-rdma: add a NVMe over Fabrics RDMA host driverChristoph Hellwig2016-07-083-0/+2040
| * | | nvme: add new reconnecting controller stateChristoph Hellwig2016-07-082-0/+13
| * | | nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn2016-07-071-1/+1
| * | | nvme: add keep-alive supportSagi Grimberg2016-07-054-1/+119
| * | | nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig2016-07-056-1/+1098
| * | | nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2016-07-052-4/+4
| * | | nvme: add fabrics sysfs attributesMing Lin2016-07-053-3/+78
| * | | nvme: Modify and export sync command submission for fabricsChristoph Hellwig2016-07-053-13/+23
| * | | nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig2016-07-051-0/+1
| |/ /
| * | nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig2016-06-122-12/+15
| * | nvme: factor out a add nvme_is_write helperChristoph Hellwig2016-06-121-3/+2