summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-26nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn
2018-01-26nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman
2018-01-15nvme-pci: serialize pci resetsSagi Grimberg
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch
2018-01-10nvme: Add more command status translationKeith Busch
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches
2018-01-08nvme: fix subsystem multiple controllers support checkIsrael Rukshin
2018-01-08nvme: take refcount on transport moduleNitzan Carmi
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang
2018-01-08nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy
2017-12-29nvme-mpath: fix last path removal during trafficSagi Grimberg
2017-12-29nvme: fix sector units when going between formatsJeff Lien
2017-12-15nvme: setup streams after initializing namespace headKeith Busch
2017-12-15nvme: check hw sectors before setting chunk sectorsKeith Busch
2017-12-15nvme: call blk_integrity_unregister after queue is cleaned upMing Lei
2017-12-15nvme: set discard_alignment to zeroDavid Disseldorp
2017-11-20nvme: Suppress static analyis warningKeith Busch
2017-11-20nvme: Fix NULL dereference on reservation requestKeith Busch
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-11nvme: fix visibility of "uuid" ns attributeMartin Wilck
2017-11-10nvme: expose subsys attribute to sysfsHannes Reinecke
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig
2017-11-10nvme: track shared namespacesChristoph Hellwig
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig
2017-11-10nvme: track subsystemsChristoph Hellwig
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch
2017-11-10nvme: unexport starting async event workKeith Busch
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch
2017-11-10nvme: centralize AEN definesKeith Busch
2017-11-10nvme: fix eui_show() print formatJavier González
2017-11-10nvme: compare NQN string with right sizeJavier González
2017-11-10nvme: check admin passthru command effectsKeith Busch
2017-11-10nvme: factor get log into a helperKeith Busch
2017-11-10nvme: fix and clarify the check for missing metadataChristoph Hellwig
2017-11-10nvme: split __nvme_revalidate_diskChristoph Hellwig
2017-11-10nvme: set the chunk size before freezing the queueChristoph Hellwig
2017-11-10nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig
2017-11-10nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig
2017-11-10nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig
2017-11-10nvme: move the dying queue check from cancel to completionChristoph Hellwig
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg