aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2018-04-19nvme: Skip checking heads without namespacesKeith Busch
2018-03-21nvme: fix subsystem multiple controllers support checkIsrael Rukshin
2018-03-15Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig
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
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch
2017-10-27nvme: check for a live controller in nvme_dev_openChristoph Hellwig
2017-10-27nvme: get rid of nvme_ctrl_listChristoph Hellwig
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig
2017-10-27nvme: simplify nvme_openChristoph Hellwig
2017-10-27nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig
2017-10-20nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg
2017-10-16nvme: simplify compat_ioctl handlingChristoph Hellwig