summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
* | | nvmet: add transport discovery change opJames Smart2019-06-213-0/+8
* | | block: remove blk_init_request_from_bioChristoph Hellwig2019-06-201-1/+1
| |/ |/|
* | Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe2019-06-074-63/+150
|\ \
| * | nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy2019-06-061-17/+36
| * | nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee2019-06-061-1/+2
| * | nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im2019-06-041-0/+1
| * | nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg2019-05-301-7/+50
| * | nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg2019-05-301-38/+61
* | | nvme-pci: don't limit DMA segement sizeChristoph Hellwig2019-06-051-0/+6
* | | Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-243-41/+76
|\| |
| * | nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch2019-05-221-1/+1
| * | nvme: copy MTFA field from identify controllerLaine Walker-Avina2019-05-211-0/+1
| * | nvme: fix memory leak for power latency toleranceYufen Yu2019-05-171-0/+1
| * | nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig2019-05-171-5/+20
| * | nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig2019-05-171-23/+24
| * | nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig2019-05-171-2/+0
| * | nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig2019-05-171-4/+9
| * | nvme: Fix known effectsKeith Busch2019-05-171-1/+1
| * | nvme-pci: Sync queues on resetKeith Busch2019-05-173-0/+14
| * | nvme-pci: Unblock reset_work on IO failureKeith Busch2019-05-171-5/+4
| * | nvme-pci: Don't disable on timeout in reset stateKeith Busch2019-05-171-1/+2
| * | nvme-pci: Fix controller freeze wait disablingKeith Busch2019-05-171-6/+6
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
|/
* Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-168-76/+63
|\
| * nvme: validate cntlid during controller initialisationChristoph Hellwig2019-05-141-17/+24
| * nvme: change locking for the per-subsystem controller listChristoph Hellwig2019-05-141-18/+14
| * nvme: trace all async notice eventsChaitanya Kulkarni2019-05-142-3/+3
| * nvme-fabrics: remove unused argumentMinwoo Im2019-05-141-2/+2
| * nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke2019-05-131-1/+1
| * nvme-fc: use separate work queue to avoid warningHannes Reinecke2019-05-131-3/+11
| * nvme-rdma: remove redundant reference between ib_device and tagsetMax Gurtovoy2019-05-131-29/+5
| * nvme-pci: mark expected switch fall-throughGustavo A. R. Silva2019-05-131-0/+1
| * nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky2019-05-131-2/+1
| * nvme-pci: init shadow doorbell after each resetMaxim Levitsky2019-05-131-2/+1
| * lightnvm: Inherit mdts from the parent nvme deviceIgor Konopko2019-05-061-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-1/+1
|\ \
| * | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-121-1/+1
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0719-266/+298
|\ \ \ | | |/ | |/|
| * | nvmet: protect discovery change log event list iterationSagi Grimberg2019-05-011-0/+5
| * | nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2019-05-012-5/+2
| * | nvme: move command size checks to the coreChristoph Hellwig2019-05-012-28/+30
| * | nvme-fabrics: check more command sizesMinwoo Im2019-05-011-0/+1
| * | nvme-pci: check more command sizesMinwoo Im2019-05-011-0/+7
| * | nvme-pci: remove an unneeded variable initializationMinwoo Im2019-05-011-1/+1
| * | nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-05-011-1/+4
| * | nvme-pci: shutdown on timeout during deletionKeith Busch2019-05-011-1/+4
| * | nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen2019-05-011-0/+1
| * | nvme-multipath: don't print ANA group state by defaultHannes Reinecke2019-05-011-1/+1
| * | nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke2019-05-011-0/+8
| * | nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg2019-05-011-1/+2