summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig
2017-06-29nvme: Makefile: remove dead build ruleValentin Rothberg
2017-06-28nvme: Allocate queues for all possible CPUsChristoph Hellwig
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg
2017-06-28nvme_fc: fix error recovery on link down.James Smart
2017-06-28nvmet_fc: fix crashes on bad opcodesJames Smart
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.James Smart
2017-06-28nvme_fc: replace ioabort msleep loop with completionJames Smart
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn
2017-06-28nvme: Remove SCSI translationsKeith Busch
2017-06-28nvme-pci: open-code polling logic in nvme_pollSagi Grimberg
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg
2017-06-27nvme/pci: Fix stuck nvme resetKeith Busch
2017-06-27nvme: add support for streams and directivesJens Axboe
2017-06-26lightnvm: propagate right error code to targetJavier González
2017-06-18nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer
2017-06-15nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg
2017-06-15nvme: no need to wait for the reset when keepalive failsChristoph Hellwig
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig
2017-06-15nvme-pci: merge init_request methodsChristoph Hellwig
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig
2017-06-15nvme-fc: merge init_request methodsChristoph Hellwig
2017-06-15nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig
2017-06-15nvme: move protection information check into nvme_setup_rwChristoph Hellwig
2017-06-15nvme: mark shutdown_timeout staticChristoph Hellwig
2017-06-15nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter
2017-06-15nvmf: keep track of nvmet connect error statusGuan Junxiong
2017-06-15nvmet-fc: Remove a set-but-not-used variableBart Van Assche
2017-06-15nvme: use ctrl->device consistently for loggingJohannes Thumshirn
2017-06-15nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn
2017-06-15nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn
2017-06-15nvme: provide UUID value to userspaceJohannes Thumshirn
2017-06-15nvme: get list of namespace descriptorsJohannes Thumshirn
2017-06-15nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn