aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2018-03-29nvme: lightnvm: add late setup of block size and metadataMatias Bjørling
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi
2018-03-26nvme: Skip checking heads without namespacesKeith Busch
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy
2018-03-26nvme: implement log page low/high offset and dwordsMatias Bjørling
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang
2018-03-26nvme: fix the dangerous reference of namespaces listJianchao Wang
2018-03-26nvme: Add fault injection featureThomas Tai
2018-03-26nvme: use define instead of magic value for identify sizeMinwoo Im
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe
2018-02-28nvme-multipath: fix sysfs dangerously created linksBaegjae Sung
2018-02-14nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi
2018-02-13nvme: fix the deadlock in nvme_update_formatsJianchao Wang
2018-02-12nvme: Don't use a stack buffer for keep-alive commandRoland Dreier
2018-02-08nvme: Fix discard buffer overrunKeith Busch
2018-02-08nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy
2018-02-08nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy
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