summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: make nvme_get_log_ext non-staticMatias Bjørling2018-03-261-1/+1
* nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi2018-03-261-0/+2
* nvme: Skip checking heads without namespacesKeith Busch2018-03-261-0/+1
* nvme: centralize ctrl removal printsMax Gurtovoy2018-03-261-0/+3
* nvme: implement log page low/high offset and dwordsMatias Bjørling2018-03-261-10/+22
* nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang2018-03-261-32/+32
* nvme: fix the dangerous reference of namespaces listJianchao Wang2018-03-261-2/+14
* nvme: Add fault injection featureThomas Tai2018-03-261-0/+2
* nvme: use define instead of magic value for identify sizeMinwoo Im2018-03-261-2/+3
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
* Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-281-9/+3
|\
| * nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-281-9/+3
* | nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi2018-02-141-1/+5
* | nvme: fix the deadlock in nvme_update_formatsJianchao Wang2018-02-131-3/+8
* | nvme: Don't use a stack buffer for keep-alive commandRoland Dreier2018-02-121-5/+3
* | nvme: Fix discard buffer overrunKeith Busch2018-02-081-3/+5
* | nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy2018-02-081-1/+0
* | nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy2018-02-081-0/+1
* | nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-081-5/+5
|/
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-5/+5
|\
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-5/+5
* | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-18/+116
|\ \
| * | nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn2018-01-261-0/+2
| * | nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn2018-01-261-0/+7
| * | nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2018-01-261-1/+1
| * | nvme: host delete_work and reset_work on separate workqueuesRoy Shterman2018-01-151-5/+39
| * | nvme-pci: serialize pci resetsSagi Grimberg2018-01-151-1/+2
| * | nvme/multipath: Consult blk_status_t for failoverKeith Busch2018-01-101-4/+5
| * | nvme: Add more command status translationKeith Busch2018-01-101-0/+7
| * | nvme: fix subsystem multiple controllers support checkIsrael Rukshin2018-01-081-1/+17
| * | nvme: take refcount on transport moduleNitzan Carmi2018-01-081-3/+14
| * | nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang2018-01-081-3/+22
| * | nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy2018-01-081-1/+1
* | | nvme-mpath: fix last path removal during trafficSagi Grimberg2017-12-291-0/+1
* | | nvme: fix sector units when going between formatsJeff Lien2017-12-291-1/+5
| |/ |/|
* | nvme: setup streams after initializing namespace headKeith Busch2017-12-151-1/+1
* | nvme: check hw sectors before setting chunk sectorsKeith Busch2017-12-151-1/+2
* | nvme: call blk_integrity_unregister after queue is cleaned upMing Lei2017-12-151-2/+2
* | nvme: set discard_alignment to zeroDavid Disseldorp2017-12-151-1/+1
|/
* nvme: Suppress static analyis warningKeith Busch2017-11-201-5/+2
* nvme: Fix NULL dereference on reservation requestKeith Busch2017-11-201-6/+6
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-384/+917
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-101-0/+48
| * nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-101-0/+2
| * nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-101-26/+31
| * nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-101-14/+133
| * nvme: track shared namespacesChristoph Hellwig2017-11-101-39/+181
| * nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-101-30/+39
| * nvme: track subsystemsChristoph Hellwig2017-11-101-29/+181
OpenPOWER on IntegriCloud