summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun2019-07-231-3/+1
* nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2019-07-232-7/+7
* nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe2019-07-231-7/+5
* nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov2019-07-231-0/+2
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-1513-48/+228
|\
| * nvme: fix NULL deref for fabrics optionsMinwoo Im2019-07-111-1/+1
| * nvme: fix regression upon hot device removal and insertionSagi Grimberg2019-07-101-2/+2
| * nvme-fc: fix module unloads while lports still pendingJames Smart2019-07-091-3/+48
| * nvme-tcp: don't use sendpage for SLAB pagesMikhail Skorzhinskii2019-07-091-1/+8
| * nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii2019-07-091-0/+5
| * nvmet: print a hint while rejecting NSID 0 or 0xffffffffMikhail Skorzhinskii2019-07-091-1/+3
| * nvme-multipath: do not select namespaces which are about to be removedHannes Reinecke2019-07-091-1/+2
| * nvme-multipath: also check for a disabled path if there is a single siblingHannes Reinecke2019-07-091-1/+4
| * nvme-multipath: factor out a nvme_path_is_disabled helperHannes Reinecke2019-07-091-4/+8
| * nvme: set physical block size and optimal I/O sizeBart Van Assche2019-07-092-2/+33
| * nvmet: export I/O characteristics attributes in IdentifyBart Van Assche2019-07-093-0/+50
| * nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu2019-07-091-0/+26
| * nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King2019-07-092-2/+2
| * nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig2019-07-091-1/+2
| * nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak2019-07-091-5/+9
| * nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak2019-07-091-1/+3
| * nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig2019-07-091-2/+1
| * nvme-pci: make nvme_dev_pm_ops staticYueHaibing2019-07-091-1/+1
| * nvme-fcloop: resolve warnings on RCU usage and sleep warningsJames Smart2019-07-091-1/+1
| * nvme-fcloop: fix inconsistent lock state warningsJames Smart2019-07-091-21/+21
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-151-1/+1
|\ \
| * \ Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-2810-104/+236
| |\ \
| * | | RDMA/core: Add an integrity MR pool supportIsrael Rukshin2019-06-241-1/+1
* | | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-113-8/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-203-8/+10
| |/ /
* | | nvme: enable to inject errors into admin commandsAkinobu Mita2019-06-213-3/+7
* | | nvme: prepare for fault injection into admin commandsAkinobu Mita2019-06-213-33/+41
* | | nvmet: introduce target-side traceMinwoo Im2019-06-214-0/+353
* | | nvme-trace: print result and status in hex formatMinwoo Im2019-06-211-1/+1
* | | nvme-trace: support for fabrics commands in host-sideMinwoo Im2019-06-212-6/+77
* | | nvme-trace: move opcode symbol print to nvme.hMinwoo Im2019-06-211-44/+0
* | | nvme-trace: do not export nvme_trace_disk_nameMinwoo Im2019-06-211-1/+0
* | | nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni2019-06-211-4/+5
* | | nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im2019-06-211-0/+1
* | | nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni2019-06-211-2/+5
* | | nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im2019-06-211-1/+5
* | | nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im2019-06-211-21/+2
* | | nvme-pci: remove unnecessary zero for static varMinwoo Im2019-06-211-1/+1
* | | nvme-pci: use host managed power state for suspendKeith Busch2019-06-211-3/+92
* | | nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-214-4/+4
* | | nvme: export get and set featuresKeith Busch2019-06-212-3/+27
* | | nvme: fix possible io failures when removing multipathed nsAnton Eidelman2019-06-211-6/+8
* | | nvme-fc: add message when creating new associationJames Smart2019-06-211-0/+6
* | | nvme-fcloop: add support for nvmet discovery_event opJames Smart2019-06-211-0/+37
* | | nvmet-fc: add transport discovery change event callback supportJames Smart2019-06-211-0/+11