aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-20/+5
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2-2/+2
2016-08-11nvme: Suspend all queues before deletionGabriel Krisman Bertazi1-12/+8
2016-08-08Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linusJens Axboe6-72/+126
2016-08-04nvme-rdma: Remove unused includesSagi Grimberg1-3/+0
2016-08-04nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg1-0/+2
2016-08-04nvmet: Fix controller serial number inconsistencySagi Grimberg3-5/+6
2016-08-04nvmet-rdma: Don't use the inline buffer in order to avoid allocation for small readsSagi Grimberg1-9/+4
2016-08-04nvmet-rdma: Correctly handle RDMA device hot removalSagi Grimberg1-17/+70
2016-08-03nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg1-1/+1
2016-08-03nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg1-3/+1
2016-08-03nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg1-5/+7
2016-08-03nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg1-7/+10
2016-08-03nvme-rdma: Fix device removal handlingSagi Grimberg1-20/+21
2016-08-03nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg1-1/+3
2016-08-03nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier1-1/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-12/+3
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds22-86/+9081
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4
2016-07-20nvme/pci: Provide SR-IOV supportKeith Busch1-0/+19
2016-07-20nvme: initialize variable before logical OR'ing itJay Freyensee1-0/+1
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig1-4/+0
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-07-14NVMe: don't allocate unused nvme_majorNeilBrown1-15/+1
2016-07-14nvme: Remove RCU namespace protectionKeith Busch1-35/+39
2016-07-13nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma1-1/+1
2016-07-12nvme: Limit command retriesKeith Busch3-1/+15
2016-07-12nvme-loop: fix nvme-loop Kconfig dependenciesArnd Bergmann1-3/+2
2016-07-12nvmet: fix return value check in nvmet_subsys_alloc()Wei Yongjun1-1/+1
2016-07-12nvme-fabrics: add-remove ctrl repeat fixMing Lin1-0/+4
2016-07-12nvme-fabrics: Remove tl_retry_countSagi Grimberg2-17/+0
2016-07-12nvme-rdma: Don't use tl_retry_countSagi Grimberg1-6/+3
2016-07-12nvme-rdma: fix the return value of nvme_rdma_reinit_request()Wei Yongjun1-1/+1
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli3-0/+24
2016-07-08Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm into for-4.8/driversJens Axboe1-2/+1
2016-07-08nvme-rdma: add a NVMe over Fabrics RDMA host driverChristoph Hellwig3-0/+2040
2016-07-08nvmet-rdma: add a NVMe over Fabrics RDMA target driverChristoph Hellwig3-0/+1460
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig2-0/+13
2016-07-07nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn1-1/+1
2016-07-07nvmet: fix an error codeDan Carpenter1-2/+2
2016-07-07nvme-loop: add configfs dependencyArnd Bergmann1-0/+1
2016-07-05nvme-loop: add a NVMe loopback host driverChristoph Hellwig3-0/+766
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig11-0/+3376
2016-07-05nvme: add keep-alive supportSagi Grimberg4-1/+119
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig6-1/+1098
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2-4/+4
2016-07-05nvme: add fabrics sysfs attributesMing Lin3-3/+78
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig3-13/+23
2016-07-05nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig1-0/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1