aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds13-48/+228
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-8/+10
2019-07-11nvme: fix NULL deref for fabrics optionsMinwoo Im1-1/+1
2019-07-10nvme: fix regression upon hot device removal and insertionSagi Grimberg1-2/+2
2019-07-09nvme-fc: fix module unloads while lports still pendingJames Smart1-3/+48
2019-07-09nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii1-1/+8
2019-07-09nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-09nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii1-1/+3
2019-07-09nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke1-1/+2
2019-07-09nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke1-1/+4
2019-07-09nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke1-4/+8
2019-07-09nvme: set physical block size and optimal I/O sizeBart Van Assche2-2/+33
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche3-0/+50
2019-07-09nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu1-0/+26
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King2-2/+2
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig1-1/+2
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak1-5/+9
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak1-1/+3
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig1-2/+1
2019-07-09nvme-pci: make nvme_dev_pm_ops staticYueHaibing1-1/+1
2019-07-09nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart1-1/+1
2019-07-09nvme-fcloop: fix inconsistent lock state warningsJames Smart1-21/+21
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-21nvme: enable to inject errors into admin commandsAkinobu Mita3-3/+7
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita3-33/+41
2019-06-21nvmet: introduce target-side traceMinwoo Im4-0/+353
2019-06-21nvme-trace: print result and status in hex formatMinwoo Im1-1/+1
2019-06-21nvme-trace: support for fabrics commands in host-sideMinwoo Im2-6/+77
2019-06-21nvme-trace: move opcode symbol print to nvme.hMinwoo Im1-44/+0
2019-06-21nvme-trace: do not export nvme_trace_disk_nameMinwoo Im1-1/+0
2019-06-21nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni1-4/+5
2019-06-21nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-06-21nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-06-21nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-06-21nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im1-21/+2
2019-06-21nvme-pci: remove unnecessary zero for static varMinwoo Im1-1/+1
2019-06-21nvme-pci: use host managed power state for suspendKeith Busch1-3/+92
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im4-4/+4
2019-06-21nvme: export get and set featuresKeith Busch2-3/+27
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-21nvme-fc: add message when creating new associationJames Smart1-0/+6
2019-06-21nvme-fcloop: add support for nvmet discovery_event opJames Smart1-0/+37
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart1-0/+11
2019-06-21nvmet: add transport discovery change opJames Smart3-0/+8
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei3-8/+10
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig1-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