summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-123-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/+0Star
* | nvme-trace: do not export nvme_trace_disk_nameMinwoo Im2019-06-211-1/+0Star
* | 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/+2Star
* | 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
* | 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-253-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/+0Star
| * | 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/+4Star
| * | 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-178-76/+63Star
|\
| * nvme: validate cntlid during controller initialisationChristoph Hellwig2019-05-141-17/+24
| * nvme: change locking for the per-subsystem controller listChristoph Hellwig2019-05-141-18/+14Star
| * nvme: trace all async notice eventsChaitanya Kulkarni2019-05-142-3/+3
| * nvme-fabrics: remove unused argumentMinwoo Im2019-05-141-2/+2