aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe10-104/+236
2019-06-24RDMA/core: Add an integrity MR pool supportIsrael Rukshin1-1/+1
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe4-63/+150
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy1-17/+36
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-05nvme-pci: don't limit DMA segement sizeChristoph Hellwig1-0/+6
2019-06-04nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im1-0/+1
2019-05-30nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg1-7/+50
2019-05-30nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg1-38/+61
2019-05-24Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds3-41/+76
2019-05-22nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch1-1/+1
2019-05-21nvme: copy MTFA field from identify controllerLaine Walker-Avina1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-17nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-05-17nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-05-17nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-05-17nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-05-17nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9
2019-05-17nvme: Fix known effectsKeith Busch1-1/+1
2019-05-17nvme-pci: Sync queues on resetKeith Busch3-0/+14
2019-05-17nvme-pci: Unblock reset_work on IO failureKeith Busch1-5/+4
2019-05-17nvme-pci: Don't disable on timeout in reset stateKeith Busch1-1/+2
2019-05-17nvme-pci: Fix controller freeze wait disablingKeith Busch1-6/+6
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds8-76/+63
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig1-17/+24
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig1-18/+14
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni2-3/+3
2019-05-14nvme-fabrics: remove unused argumentMinwoo Im1-2/+2
2019-05-13nvme-multipath: avoid crash on invalid subsystem cntlid enumerationHannes Reinecke1-1/+1
2019-05-13nvme-fc: use separate work queue to avoid warningHannes Reinecke1-3/+11
2019-05-13nvme-rdma: remove redundant reference between ib_device and tagsetMax Gurtovoy1-29/+5
2019-05-13nvme-pci: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-13nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky1-2/+1
2019-05-13nvme-pci: init shadow doorbell after each resetMaxim Levitsky1-2/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds19-266/+298
2019-05-06lightnvm: Inherit mdts from the parent nvme deviceIgor Konopko1-0/+1
2019-05-01nvmet: protect discovery change log event list iterationSagi Grimberg1-0/+5
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2-5/+2
2019-05-01nvme: move command size checks to the coreChristoph Hellwig2-28/+30
2019-05-01nvme-fabrics: check more command sizesMinwoo Im1-0/+1
2019-05-01nvme-pci: check more command sizesMinwoo Im1-0/+7
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im1-1/+1
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen1-0/+1
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke1-1/+1
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke1-0/+8
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg1-1/+2
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6