aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-17/+22
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsGravatar Christoph Hellwig 1-11/+11
2017-08-30nvme-rdma: default MR page size to 4kGravatar Max Gurtovoy 1-2/+6
2017-08-18Merge branch 'misc' into k.o/for-nextGravatar Doug Ledford 2-10/+0
2017-08-18nvmet-rdma: remove redundant empty device add calloutGravatar Sagi Grimberg 1-5/+0
2017-08-18nvme-rdma: remove redundant empty device add calloutGravatar Sagi Grimberg 1-5/+0
2017-08-18nvme-pci: set cqe_seen on polled completionsGravatar Keith Busch 1-3/+2
2017-08-17nvme-fabrics: fix reporting of unrecognized optionsGravatar Christoph Hellwig 1-1/+2
2017-08-17nvmet-fc: eliminate incorrect static markers on local variablesGravatar James Smart 1-2/+2
2017-08-16nvmet-fc: correct use after free on list teardownGravatar James Smart 1-2/+3
2017-08-16nvmet: don't overwrite identify sn/fr with 0-bytesGravatar Martin Wilck 1-6/+0
2017-08-10nvme: fix directive command numd calculationGravatar Kwan (Hingkwan) Huen-SSI 1-1/+1
2017-08-10nvme: fix nvme reset command timeout handlingGravatar Keith Busch 1-7/+20
2017-08-10nvme-pci: fix CMB sysfs file removal in reset pathGravatar Max Gurtovoy 1-11/+7
2017-08-10nvmet_fc: add defer_req callback for deferment of cmd buffer returnGravatar James Smart 1-28/+184
2017-08-10nvme: strip trailing 0-bytes in wwid_showGravatar Martin Wilck 1-2/+4
2017-08-08nvme-rdma: use intelligent affinity based queue mappingsGravatar Sagi Grimberg 1-7/+22
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