aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-09-11nvme-pci: implement the HMB entry number and size limitationsGravatar Christoph Hellwig 3-1/+10
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupGravatar Christoph Hellwig 1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationGravatar Akinobu Mita 1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackGravatar Christoph Hellwig 1-18/+30
2017-09-11nvme: fix lightnvm checkGravatar Christoph Hellwig 4-35/+14
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 14-506/+695
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-33/+14
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-17/+22
2017-09-01nvme-fabrics: generate spec-compliant UUID NQNsGravatar Daniel Verkamp 1-1/+1
2017-08-30nvmet: add support for reporting the host identifierGravatar Omri Mann 3-2/+17
2017-08-30nvme: Use metadata for passthrough commandsGravatar Keith Busch 1-11/+4
2017-08-30nvme: Make nvme user functions staticGravatar Keith Busch 2-12/+5
2017-08-30nvme/pci: Use req_op to determine DIF remappingGravatar Keith Busch 1-2/+2
2017-08-30nvme: factor metadata handling out of __nvme_submit_user_cmdGravatar Christoph Hellwig 1-36/+40
2017-08-30nvme-fabrics: Convert nvmf_transports_mutex to an rwsemGravatar Roland Dreier 1-10/+10
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-29nvme: don't blindly overwrite identifiers on disk revalidateGravatar Christoph Hellwig 1-1/+11
2017-08-29nvme: remove nvme_revalidate_nsGravatar Christoph Hellwig 1-47/+53
2017-08-29nvme: remove unused struct nvme_ns fieldsGravatar Christoph Hellwig 1-5/+1
2017-08-29nvme: allow calling nvme_change_ctrl_state from irq contextGravatar Christoph Hellwig 1-2/+3
2017-08-29nvme: report more detailed status codes to the block layerGravatar Christoph Hellwig 1-0/+9
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsGravatar Martin K. Petersen 2-1/+16
2017-08-28nvme: fix uninitialized prp2 value on small transfersGravatar Jan H. Schönherr 1-1/+3
2017-08-28nvme-rdma: Use unlikely macro in the fast pathGravatar Max Gurtovoy 1-6/+6
2017-08-28nvmet: use memcpy_and_pad for identify sn/frGravatar Martin Wilck 1-11/+3
2017-08-28nvmet-fc: simplify sg list handlingGravatar James Smart 1-38/+10
2017-08-28nvme-fc: Reattach to localports on re-registrationGravatar James Smart 1-38/+106
2017-08-28nvme: rename AMS symbolic constants to fit specificationGravatar Max Gurtovoy 1-1/+1
2017-08-28nvme: add symbolic constants for CC identifiersGravatar Max Gurtovoy 1-7/+7
2017-08-28nvme: fix identify namespace loggingGravatar Sagi Grimberg 1-1/+1
2017-08-28nvme-fabrics: log a warning if hostid is invalidGravatar Guan Junxiong 1-0/+1
2017-08-28nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Gravatar Sagi Grimberg 1-1/+1
2017-08-28nvme-rdma: cleanup error path in controller resetGravatar Sagi Grimberg 1-23/+9
2017-08-28nvme-rdma: introduce nvme_rdma_start_queueGravatar Sagi Grimberg 1-12/+24
2017-08-28nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queueGravatar Sagi Grimberg 1-10/+7
2017-08-28nvme-rdma: stop queues instead of simply flipping their stateGravatar Sagi Grimberg 1-5/+4
2017-08-28nvme-rdma: introduce configure/destroy io queuesGravatar Sagi Grimberg 1-81/+81
2017-08-28nvme-rdma: reuse configure/destroy_admin_queueGravatar Sagi Grimberg 1-18/+2
2017-08-28nvme-rdma: don't free tagset on resetsGravatar Sagi Grimberg 1-19/+30
2017-08-28nvme-rdma: disable the controller on resetsGravatar Sagi Grimberg 1-4/+6
2017-08-28nvme-rdma: move tagset allocation to a dedicated routineGravatar Sagi Grimberg 1-56/+75
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlGravatar Sagi Grimberg 5-0/+5
2017-08-28nvme-rdma: move nvme_rdma_configure_admin_queue code locationGravatar Sagi Grimberg 1-91/+94
2017-08-28nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZEGravatar Johannes Thumshirn 1-2/+0
2017-08-28nvmet-fcloop: remove ALL_OPTS defineGravatar Johannes Thumshirn 1-3/+0
2017-08-28nvmet: fix the return error code of target if host is not allowedGravatar Guan Junxiong 1-0/+1
2017-08-28nvmet: use NVME_NSID_ALLGravatar Christoph Hellwig 2-2/+2
2017-08-28nvme: add support for NVMe 1.3 Timestamp FeatureGravatar Jon Derrick 1-0/+21
2017-08-28nvme: define NVME_NSID_ALLGravatar Arnav Dawn 1-3/+3