summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-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-123-1/+15
* nvme-loop: fix nvme-loop Kconfig dependenciesArnd Bergmann2016-07-121-3/+2
* nvmet: fix return value check in nvmet_subsys_alloc()Wei Yongjun2016-07-121-1/+1
* 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-081-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
* | nvmet-rdma: add a NVMe over Fabrics RDMA target driverChristoph Hellwig2016-07-083-0/+1460
* | nvme: add new reconnecting controller stateChristoph Hellwig2016-07-082-0/+13
* | nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn2016-07-071-1/+1
* | nvmet: fix an error codeDan Carpenter2016-07-071-2/+2
* | nvme-loop: add configfs dependencyArnd Bergmann2016-07-071-0/+1
* | nvme-loop: add a NVMe loopback host driverChristoph Hellwig2016-07-053-0/+766
* | nvmet: add a generic NVMe targetChristoph Hellwig2016-07-0511-0/+3376
* | 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
* nvme: allow for size limitations from transport driversChristoph Hellwig2016-06-121-2/+5
* NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary2016-06-081-6/+15
* nvme: use UINT_MAX for max discard sectorsMinfei Huang2016-06-071-1/+1
* nvme: move nvme_cancel_request() to common codeMing Lin2016-06-073-16/+18
* nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin2016-06-071-4/+4
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* drivers: use req op accessorMike Christie2016-06-072-3/+3
* nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger2016-05-171-0/+4
* NVMe: Add device ID's with stripe quirkKeith Busch2016-05-171-0/+6
* NVMe: Short-cut removal on surprise hot-unplugKeith Busch2016-05-173-0/+23
* NVMe: Allow user initiated rescanKeith Busch2016-05-171-0/+15
* NVMe: Reduce driver log spammingKeith Busch2016-05-171-1/+4
* NVMe: Unbind driver on failureKeith Busch2016-05-171-1/+1
* NVMe: Delete only created queuesKeith Busch2016-05-171-2/+2
* NVMe: Allocate queues only for online cpusKeith Busch2016-05-171-1/+1
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-175-299/+397
|\
| * lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González2016-05-061-2/+2
| * lightnvm: pass dma address to hardware rather than pointerArnd Bergmann2016-05-061-1/+1
| * nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg2016-05-061-7/+9
| * lightnvm: rename dma helper functionsJavier González2016-05-061-2/+2
| * lightnvm: enable metadata to be sent to deviceJavier González2016-05-061-0/+1
OpenPOWER on IntegriCloud