summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2017-07-26nvme: validate admin queue before unquiesceScott Bauer
2017-07-25nvme-pci: fix HMB size calculationChristoph Hellwig
2017-07-25nvme-fc: revise TRADDR parsingJames Smart
2017-07-25nvme-fc: address target disconnect race conditions in fcp io submitJames Smart
2017-07-25nvme: also provide a UUID in the WWID sysfs attributeJohannes Thumshirn
2017-07-20nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch
2017-07-20nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate
2017-07-20nvme: fix byte swapping in the streams codeChristoph Hellwig
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe
2017-07-10nvme-pci: add module parameter for io queue depthweiping zhang
2017-07-10nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06nvme-rdma: unconditionally recycle the request mrSagi Grimberg
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg
2017-07-06nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg
2017-07-06nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg
2017-07-06nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg
2017-07-06nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg
2017-07-06nvme-rdma: remove race conditions from IB signallingMarta Rybczynska
2017-07-04nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg
2017-07-04nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg
2017-07-04nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg
2017-07-04nvme-fc: don't override opts->nr_io_queuesSagi Grimberg
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-07-02nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg
2017-07-02nvme: Quirks for PM1725 controllersMartin K. Petersen
2017-06-29nvme: Makefile: remove dead build ruleValentin Rothberg
2017-06-28nvme: Allocate queues for all possible CPUsChristoph Hellwig
2017-06-28nvme_fc: fix error recovery on link down.James 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