aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-23nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg1-4/+7
2017-10-19nvme-rdma: Fix error status return in tagset allocation failureSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Fix possible double free in reconnect flowSagi Grimberg1-2/+6
2017-10-18nvme-fc: retry initial controller connections 3 timesJames Smart1-2/+30
2017-10-18nvme-fc: fix iowait hangJames Smart1-2/+3
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-10-01nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-09-25nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg1-1/+1
2017-09-25nvme-rdma: give up reconnect if state change failsSagi Grimberg1-1/+6
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli1-9/+9
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-25nvme-fc: use transport-specific sgl formatJames Smart1-6/+7
2017-09-25nvme-fc: remove use of FC-specific error codesJames Smart1-4/+4
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig3-1/+10
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig1-18/+30
2017-09-11nvme: fix lightnvm checkChristoph Hellwig4-35/+14
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds6-443/+654
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds4-30/+11
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-12/+22
2017-09-01nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-08-30nvme: Use metadata for passthrough commandsKeith Busch1-11/+4
2017-08-30nvme: Make nvme user functions staticKeith Busch2-12/+5
2017-08-30nvme/pci: Use req_op to determine DIF remappingKeith Busch1-2/+2
2017-08-30nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig1-36/+40
2017-08-30nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier1-10/+10
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig1-11/+11
2017-08-30nvme-rdma: default MR page size to 4kMax Gurtovoy1-2/+6
2017-08-29nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig1-1/+11
2017-08-29nvme: remove nvme_revalidate_nsChristoph Hellwig1-47/+53
2017-08-29nvme: remove unused struct nvme_ns fieldsChristoph Hellwig1-5/+1
2017-08-29nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig1-2/+3
2017-08-29nvme: report more detailed status codes to the block layerChristoph Hellwig1-0/+9
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2-1/+16
2017-08-28nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr1-1/+3
2017-08-28nvme-rdma: Use unlikely macro in the fast pathMax Gurtovoy1-6/+6
2017-08-28nvme-fc: Reattach to localports on re-registrationJames Smart1-38/+106
2017-08-28nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy1-1/+1
2017-08-28nvme: fix identify namespace loggingSagi Grimberg1-1/+1
2017-08-28nvme-fabrics: log a warning if hostid is invalidGuan Junxiong1-0/+1
2017-08-28nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Sagi Grimberg1-1/+1
2017-08-28nvme-rdma: cleanup error path in controller resetSagi Grimberg1-23/+9