aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-07-26nvme: validate admin queue before unquiesceGravatar Scott Bauer 1-1/+2
2017-07-25nvme-pci: fix HMB size calculationGravatar Christoph Hellwig 1-3/+3
2017-07-25nvme-fc: revise TRADDR parsingGravatar James Smart 2-97/+106
2017-07-25nvme-fc: address target disconnect race conditions in fcp io submitGravatar James Smart 1-8/+11
2017-07-25nvme: also provide a UUID in the WWID sysfs attributeGravatar Johannes Thumshirn 1-0/+3
2017-07-20nvmet: don't report 0-bytes in serial numberGravatar Martin Wilck 1-2/+14
2017-07-20nvmet: preserve controller serial number between rebootsGravatar Johannes Thumshirn 1-0/+22
2017-07-20nvmet: Move serial number from controller to subsystemGravatar Johannes Thumshirn 3-5/+4
2017-07-20nvmet: prefix version configfs file with attrGravatar Johannes Thumshirn 1-4/+4
2017-07-20nvme-pci: Fix an error handling path in 'nvme_probe()'Gravatar Christophe JAILLET 1-3/+4
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONGravatar Keith Busch 1-8/+25
2017-07-20nvme-pci: add another device ID with stripe quirkGravatar David Wayne Fugate 1-0/+3
2017-07-20nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationGravatar Christoph Hellwig 1-4/+4
2017-07-20nvme: fix byte swapping in the streams codeGravatar Christoph Hellwig 1-1/+1
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-193/+207
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 8-193/+207
2017-07-10nvmet: avoid unneeded assignment of submit_bio return valueGravatar Max Gurtovoy 1-1/+1
2017-07-10nvme-pci: add module parameter for io queue depthGravatar weiping zhang 1-2/+22
2017-07-10nvme-pci: compile warnings in nvme_alloc_host_mem()Gravatar Dan Carpenter 1-2/+3
2017-07-10nvmet_fc: Accept variable pad lengths on Create Association LSGravatar James Smart 1-7/+13
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+9
2017-07-06nvme-rdma: unconditionally recycle the request mrGravatar Sagi Grimberg 1-3/+0
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitGravatar Sagi Grimberg 6-60/+43
2017-07-06nvme: kick requeue list when requeueing a request instead of when starting th...Gravatar Sagi Grimberg 1-17/+2
2017-07-06nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesGravatar Sagi Grimberg 1-3/+3
2017-07-06nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesGravatar Sagi Grimberg 1-1/+2
2017-07-06nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesGravatar Sagi Grimberg 1-2/+3
2017-07-06nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesGravatar Sagi Grimberg 1-3/+4
2017-07-06nvme-rdma: remove race conditions from IB signallingGravatar Marta Rybczynska 1-10/+10
2017-07-04nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itGravatar Sagi Grimberg 1-4/+3
2017-07-04nvme-fc: update tagset nr_hw_queues after queues reinitGravatar Sagi Grimberg 1-0/+2
2017-07-04nvme-loop: update tagset nr_hw_queues after reconnecting/resettingGravatar Sagi Grimberg 1-0/+3
2017-07-04nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingGravatar Sagi Grimberg 1-0/+6
2017-07-04nvme-fc: don't override opts->nr_io_queuesGravatar Sagi Grimberg 1-5/+11
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 21-3247/+1206
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 4-7/+7
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Gravatar Christoph Hellwig 1-7/+8
2017-07-02nvme-pci: rename to nvme_pci_configure_admin_queueGravatar Sagi Grimberg 1-2/+2
2017-07-02nvme: move ctrl cap to struct nvme_ctrlGravatar Sagi Grimberg 5-25/+21
2017-07-02nvme: move queue_count to the nvme_ctrlGravatar Sagi Grimberg 5-54/+51
2017-07-02nvme: Quirks for PM1725 controllersGravatar Martin K. Petersen 1-0/+10
2017-06-29nvme: Makefile: remove dead build ruleGravatar Valentin Rothberg 1-1/+0
2017-06-28nvme: Allocate queues for all possible CPUsGravatar Christoph Hellwig 1-1/+1
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalGravatar Sagi Grimberg 1-33/+67
2017-06-28nvme_fc: fix error recovery on link down.Gravatar James Smart 1-4/+4
2017-06-28nvmet_fc: fix crashes on bad opcodesGravatar James Smart 1-4/+6
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.Gravatar James Smart 1-0/+3
2017-06-28nvme_fc: replace ioabort msleep loop with completionGravatar James Smart 1-7/+6
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()Gravatar James Smart 1-4/+1