aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2019-05-10nvmet: fix discover log page when offsets are usedKeith Busch
2019-05-10nvme-fc: correct csn initialization and increments on errorJames Smart
2019-05-10nvme: cancel request synchronouslyMing Lei
2019-05-04nvmet: fix error flow during ns enableMax Gurtovoy
2019-05-04nvmet: fix building bvec from sg listMing Lei
2019-05-04nvme-multipath: relax ANA state checkMartin George
2019-04-05nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu
2019-04-05nvme-fc: fix numa_node when dev is nullJames Smart
2019-02-12nvme-pci: add missing unlock for reset errorKeith Busch
2019-02-06nvme-pci: fix rapid add remove sequenceKeith Busch
2019-02-06nvme: lock NS list changes while handling command effectsKeith Busch
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-23nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke
2019-01-23nvmet-rdma: fix null dereference under heavy loadRaju Rangoju
2019-01-23nvme-rdma: rework queue maps handlingSagi Grimberg
2019-01-23nvme-tcp: fix timeout handlerSagi Grimberg
2019-01-23nvme-rdma: fix timeout handlerSagi Grimberg
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-16nvme-pci: fix nvme_setup_irqs()Ming Lei
2019-01-16nvmet-tcp: fix uninitialized variable accessSagi Grimberg
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-09nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall
2019-01-09nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch
2019-01-09nvme-multipath: zero out ANA log bufferHannes Reinecke
2019-01-09nvme-fabrics: unset write/poll queues for discovery controllersSagi Grimberg
2019-01-09nvme-tcp: don't ask if controller is fabricsSagi Grimberg
2019-01-09nvme-tcp: remove dead codeSagi Grimberg
2019-01-09nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao
2019-01-09nvme-pci: rerun irq setup on IO queue init errorsKeith Busch
2019-01-09nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau
2019-01-09nvme-pci: fix the wrong setting of nr_mapsJianchao Wang
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-19nvme-pci: trace SQ status on completionsyupeng
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig
2018-12-18nvmet-tcp: fix endianess annotationsChristoph Hellwig
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig
2018-12-13nvme: fix kernel paging oopsSagi Grimberg
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg