aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+2
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+5
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-10/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds19-499/+833
2018-01-26nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn2-0/+27
2018-01-26nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn4-0/+281
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2-3/+18
2018-01-25nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy1-3/+0
2018-01-25nvme: don't free uuid pointer before printing itJohannes Thumshirn1-1/+2
2018-01-25nvme-pci: Suspend queues after deleting themKeith Busch1-19/+8
2018-01-23nvme-pci: Fix queue double allocationsKeith Busch1-0/+3
2018-01-17nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig1-12/+9
2018-01-17nvme-pci: check segement valid for SGL useKeith Busch1-2/+5
2018-01-17nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig1-6/+17
2018-01-17nvme-pci: clean up CMB initializationChristoph Hellwig1-27/+14
2018-01-17nvme-fc: correct hang in nvme_ns_remove()James Smart1-0/+3
2018-01-17nvme-fc: fix rogue admin cmds stalling teardownJames Smart1-0/+3
2018-01-15nvmet: release a ns reference in nvmet_req_uninit if neededSagi Grimberg1-0/+3
2018-01-15nvme-fabrics: fix memory leak when parsing host ID optionRoland Dreier1-1/+3
2018-01-15nvme: fix comment typos in nvme_create_io_queuesMinwoo Im1-2/+2
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman4-7/+43
2018-01-15nvme-pci: allocate device queues storage space at probeSagi Grimberg1-37/+26
2018-01-15nvme-pci: serialize pci resetsSagi Grimberg3-2/+4
2018-01-10nvme/multipath: Use blk_path_errorKeith Busch1-13/+1
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch3-42/+16
2018-01-10nvme: Add more command status translationKeith Busch1-0/+7
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-5/+5
2018-01-08nvme: fix subsystem multiple controllers support checkIsrael Rukshin1-1/+17
2018-01-08nvme: take refcount on transport moduleNitzan Carmi1-3/+14
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang3-12/+44
2018-01-08nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy1-1/+1
2018-01-08nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg1-2/+2
2018-01-08nvmet: rearrange nvmet_ctrl_free()Israel Rukshin1-3/+4
2018-01-08nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin1-1/+3
2018-01-08nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im1-2/+2
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman5-4/+18
2018-01-08nvmet-fc: cleanup nvmet add_port/remove_portJames Smart1-21/+3
2018-01-08nvme_fcloop: refactor host/target io job accessJames Smart1-22/+125
2018-01-08nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart1-35/+63
2018-01-08nvme_fcloop: disassocate local port structsJames Smart1-10/+25
2018-01-08nvme_fcloop: fix abort race conditionJames Smart1-5/+7
2018-01-08nvmet: lower log level for each queue creationSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: removed queue cleanup from module exitSagi Grimberg1-17/+1
2018-01-08nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne1-0/+1
2018-01-06nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2-59/+5
2018-01-06nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2-34/+3
2018-01-05lightnvm: make geometry structures 2.0 readyMatias Bjørling1-29/+50
2018-01-05lightnvm: remove lower page tablesMatias Bjørling1-14/+0
2018-01-05lightnvm: remove hybrid ocssd 1.2 supportMatias Bjørling1-96/+0