| Commit message (Expand) | Author | Age | Files | Lines |
* | nvme-pci: add missing unlock for reset error | Keith Busch | 2019-02-12 | 1 | -3/+5 |
* | nvme-pci: fix rapid add remove sequence | Keith Busch | 2019-02-06 | 1 | -10/+12 |
* | nvme: lock NS list changes while handling command effects | Keith Busch | 2019-02-06 | 2 | -1/+8 |
* | Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-01-26 | 4 | -32/+69 |
|\ |
|
| * | nvme-multipath: drop optimization for static ANA group IDs | Hannes Reinecke | 2019-01-24 | 1 | -2/+1 |
| * | nvmet-rdma: fix null dereference under heavy load | Raju Rangoju | 2019-01-24 | 1 | -1/+14 |
| * | nvme-rdma: rework queue maps handling | Sagi Grimberg | 2019-01-24 | 1 | -13/+25 |
| * | nvme-tcp: fix timeout handler | Sagi Grimberg | 2019-01-24 | 1 | -8/+11 |
| * | nvme-rdma: fix timeout handler | Sagi Grimberg | 2019-01-24 | 1 | -8/+18 |
* | | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-01-19 | 2 | -9/+14 |
|\| |
|
| * | nvme-pci: fix nvme_setup_irqs() | Ming Lei | 2019-01-16 | 1 | -8/+13 |
| * | nvmet-tcp: fix uninitialized variable access | Sagi Grimberg | 2019-01-16 | 1 | -1/+1 |
* | | Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-01-12 | 6 | -39/+72 |
|\| |
|
| * | nvme: don't initlialize ctrl->cntlid twice | Andrey Smirnov | 2019-01-09 | 1 | -1/+0 |
| * | nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN | James Dingwall | 2019-01-09 | 3 | -7/+16 |
| * | nvme: pad fake subsys NQN vid and ssvid with zeros | Keith Busch | 2019-01-09 | 1 | -1/+1 |
| * | nvme-multipath: zero out ANA log buffer | Hannes Reinecke | 2019-01-09 | 1 | -0/+2 |
| * | nvme-fabrics: unset write/poll queues for discovery controllers | Sagi Grimberg | 2019-01-09 | 1 | -0/+2 |
| * | nvme-tcp: don't ask if controller is fabrics | Sagi Grimberg | 2019-01-09 | 1 | -9/+6 |
| * | nvme-tcp: remove dead code | Sagi Grimberg | 2019-01-09 | 1 | -1/+0 |
| * | nvme-pci: fix out of bounds access in nvme_cqe_pending | Hongbo Yao | 2019-01-09 | 1 | -1/+3 |
| * | nvme-pci: rerun irq setup on IO queue init errors | Keith Busch | 2019-01-09 | 1 | -14/+36 |
| * | nvme-pci: use the same attributes when freeing host_mem_desc_bufs. | Liviu Dudau | 2019-01-09 | 1 | -4/+6 |
| * | nvme-pci: fix the wrong setting of nr_maps | Jianchao Wang | 2019-01-09 | 1 | -1/+0 |
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -4/+4 |
|/ |
|
* | nvme-pci: trace SQ status on completions | yupeng | 2018-12-19 | 3 | -0/+28 |
* | nvme-rdma: implement polling queue map | Sagi Grimberg | 2018-12-18 | 1 | -6/+43 |
* | nvme-fabrics: allow user to pass in nr_poll_queues | Sagi Grimberg | 2018-12-18 | 2 | -0/+16 |
* | nvme-fabrics: allow nvmf_connect_io_queue to poll | Sagi Grimberg | 2018-12-18 | 6 | -7/+7 |
* | nvme-core: optionally poll sync commands | Sagi Grimberg | 2018-12-18 | 3 | -11/+39 |
* | nvme-tcp: fix spelling mistake "attepmpt" -> "attempt" | Colin Ian King | 2018-12-18 | 1 | -1/+1 |
* | nvme-tcp: fix endianess annotations | Christoph Hellwig | 2018-12-18 | 1 | -4/+5 |
* | nvmet-tcp: fix endianess annotations | Christoph Hellwig | 2018-12-18 | 1 | -2/+2 |
* | nvme-pci: refactor nvme_poll_irqdisable to make sparse happy | Christoph Hellwig | 2018-12-18 | 1 | -6/+6 |
* | nvme-pci: only set nr_maps to 2 if poll queues are supported | Christoph Hellwig | 2018-12-18 | 1 | -0/+3 |
* | nvmet: use a macro for default error location | Chaitanya Kulkarni | 2018-12-18 | 2 | -2/+3 |
* | nvmet: fix comparison of a u16 with -1 | Colin Ian King | 2018-12-18 | 1 | -1/+1 |
* | nvme-pci: don't share queue maps | Christoph Hellwig | 2018-12-17 | 1 | -5/+1 |
* | nvme: fix kernel paging oops | Sagi Grimberg | 2018-12-13 | 1 | -1/+1 |
* | nvme-rdma: support separate queue maps for read and write | Sagi Grimberg | 2018-12-13 | 1 | -3/+25 |
* | nvme-tcp: support separate queue maps for read and write | Sagi Grimberg | 2018-12-13 | 1 | -6/+41 |
* | nvme-fabrics: allow user to set nr_write_queues for separate queue maps | Sagi Grimberg | 2018-12-13 | 2 | -0/+16 |
* | nvme-fabrics: add missing nvmf_ctrl_options documentation | Sagi Grimberg | 2018-12-13 | 1 | -0/+3 |
* | blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues | Sagi Grimberg | 2018-12-13 | 1 | -1/+1 |
* | nvmet: update smart log with num err log entries | Chaitanya Kulkarni | 2018-12-13 | 1 | -0/+6 |
* | nvmet: add error log page cmd handler | Chaitanya Kulkarni | 2018-12-13 | 1 | -7/+29 |
* | nvmet: add error log support for file backend | Chaitanya Kulkarni | 2018-12-13 | 3 | -15/+60 |
* | nvmet: add error log support for bdev backend | Chaitanya Kulkarni | 2018-12-13 | 1 | -12/+72 |
* | nvmet: add error log support for admin-cmd | Chaitanya Kulkarni | 2018-12-13 | 1 | -4/+18 |
* | nvmet: add error log support for rdma backend | Chaitanya Kulkarni | 2018-12-13 | 1 | -1/+9 |