summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-264-32/+69
|\
| * nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke2019-01-241-2/+1Star
| * nvmet-rdma: fix null dereference under heavy loadRaju Rangoju2019-01-241-1/+14
| * nvme-rdma: rework queue maps handlingSagi Grimberg2019-01-241-13/+25
| * nvme-tcp: fix timeout handlerSagi Grimberg2019-01-241-8/+11
| * nvme-rdma: fix timeout handlerSagi Grimberg2019-01-241-8/+18
* | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-192-9/+14
|\|
| * nvme-pci: fix nvme_setup_irqs()Ming Lei2019-01-161-8/+13
| * nvmet-tcp: fix uninitialized variable accessSagi Grimberg2019-01-161-1/+1
* | Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-126-39/+72
|\|
| * nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov2019-01-091-1/+0Star
| * nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall2019-01-093-7/+16
| * nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch2019-01-091-1/+1
| * nvme-multipath: zero out ANA log bufferHannes Reinecke2019-01-091-0/+2
| * nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg2019-01-091-0/+2
| * nvme-tcp: don't ask if controller is fabricsSagi Grimberg2019-01-091-9/+6Star
| * nvme-tcp: remove dead codeSagi Grimberg2019-01-091-1/+0Star
| * nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao2019-01-091-1/+3
| * nvme-pci: rerun irq setup on IO queue init errorsKeith Busch2019-01-091-14/+36
| * nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau2019-01-091-4/+6
| * nvme-pci: fix the wrong setting of nr_mapsJianchao Wang2019-01-091-1/+0Star
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
|/
* nvme-pci: trace SQ status on completionsyupeng2018-12-193-0/+28
* nvme-rdma: implement polling queue mapSagi Grimberg2018-12-181-6/+43
* nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2018-12-182-0/+16
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-186-7/+7
* nvme-core: optionally poll sync commandsSagi Grimberg2018-12-183-11/+39
* nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King2018-12-181-1/+1
* nvme-tcp: fix endianess annotationsChristoph Hellwig2018-12-181-4/+5
* nvmet-tcp: fix endianess annotationsChristoph Hellwig2018-12-181-2/+2
* nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig2018-12-181-6/+6
* nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig2018-12-181-0/+3
* nvmet: use a macro for default error locationChaitanya Kulkarni2018-12-182-2/+3
* nvmet: fix comparison of a u16 with -1Colin Ian King2018-12-181-1/+1
* nvme-pci: don't share queue mapsChristoph Hellwig2018-12-171-5/+1Star
* nvme: fix kernel paging oopsSagi Grimberg2018-12-131-1/+1
* nvme-rdma: support separate queue maps for read and writeSagi Grimberg2018-12-131-3/+25
* nvme-tcp: support separate queue maps for read and writeSagi Grimberg2018-12-131-6/+41
* nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2018-12-132-0/+16
* nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg2018-12-131-0/+3
* blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg2018-12-131-1/+1
* nvmet: update smart log with num err log entriesChaitanya Kulkarni2018-12-131-0/+6
* nvmet: add error log page cmd handlerChaitanya Kulkarni2018-12-131-7/+29
* nvmet: add error log support for file backendChaitanya Kulkarni2018-12-133-15/+60
* nvmet: add error log support for bdev backendChaitanya Kulkarni2018-12-131-12/+72
* nvmet: add error log support for admin-cmdChaitanya Kulkarni2018-12-131-4/+18
* nvmet: add error log support for rdma backendChaitanya Kulkarni2018-12-131-1/+9
* nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2018-12-132-13/+45
* nvmet: add error log support in the coreChaitanya Kulkarni2018-12-131-8/+23
* nvmet: add interface to update error-log pageChaitanya Kulkarni2018-12-132-6/+31