aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-12nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-02-06nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-02-06nvme: lock NS list changes while handling command effectsKeith Busch2-1/+8
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds4-32/+69
2019-01-23nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke1-2/+1
2019-01-23nvmet-rdma: fix null dereference under heavy loadRaju Rangoju1-1/+14
2019-01-23nvme-rdma: rework queue maps handlingSagi Grimberg1-13/+25
2019-01-23nvme-tcp: fix timeout handlerSagi Grimberg1-8/+11
2019-01-23nvme-rdma: fix timeout handlerSagi Grimberg1-8/+18
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+14
2019-01-16nvme-pci: fix nvme_setup_irqs()Ming Lei1-8/+13
2019-01-16nvmet-tcp: fix uninitialized variable accessSagi Grimberg1-1/+1
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds6-39/+72
2019-01-09nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov1-1/+0
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall3-7/+16
2019-01-09nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch1-1/+1
2019-01-09nvme-multipath: zero out ANA log bufferHannes Reinecke1-0/+2
2019-01-09nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg1-0/+2
2019-01-09nvme-tcp: don't ask if controller is fabricsSagi Grimberg1-9/+6
2019-01-09nvme-tcp: remove dead codeSagi Grimberg1-1/+0
2019-01-09nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao1-1/+3
2019-01-09nvme-pci: rerun irq setup on IO queue init errorsKeith Busch1-14/+36
2019-01-09nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau1-4/+6
2019-01-09nvme-pci: fix the wrong setting of nr_mapsJianchao Wang1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-19nvme-pci: trace SQ status on completionsyupeng3-0/+28
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg1-6/+43
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2-0/+16
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg6-7/+7
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg3-11/+39
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King1-1/+1
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig1-4/+5
2018-12-18nvmet-tcp: fix endianess annotationsChristoph Hellwig1-2/+2
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig1-6/+6
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig1-0/+3
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni2-2/+3
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King1-1/+1
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg1-6/+41
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2-0/+16
2018-12-13nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg1-0/+3
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-1/+1
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni1-0/+6
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni1-7/+29
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni3-15/+60
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni1-12/+72
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni1-4/+18
2018-12-13nvmet: add error log support for rdma backendChaitanya Kulkarni1-1/+9