summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-45/+112
|\
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-06-011-25/+90
| |\
| | * nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2018-06-011-4/+47
| | * nvme: mark nvme_queue_scan staticChristoph Hellwig2018-06-011-10/+9
| | * nvme: submit AEN event configuration on startupHannes Reinecke2018-06-011-0/+17
| | * nvme.h: untangle AEN notice definitionsChristoph Hellwig2018-05-311-12/+18
| * | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-3/+0
| |/
| * nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| * nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-251-1/+2
| * nvme: host: core: fix precedence of ternary operatorIvan Bornyakov2018-05-231-2/+2
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-211-13/+17
| |\
| | * nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-181-1/+1
| | * nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
* | | nvme: fix extended data LBA supported settingMax Gurtovoy2018-05-291-1/+1
* | | nvme: Fix sync controller reset returnCharles Machalow2018-05-111-1/+2
* | | nvme: fix use-after-free in nvme_free_ns_headJianchao Wang2018-05-071-0/+5
|/ /
* | nvme/multipath: Fix multipath disabled naming collisionsKeith Busch2018-05-031-25/+1
* | nvme: Set integrity flag for user passthrough commandsKeith Busch2018-05-031-0/+1
|/
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-5/+12
* nvme: Use admin command effects for admin commandsKeith Busch2018-04-121-1/+1
* nvme: check return value of init_srcu_struct functionMax Gurtovoy2018-04-121-1/+4
* nvme: unexport nvme_start_keep_aliveJohannes Thumshirn2018-04-121-2/+1
* nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling2018-04-121-3/+3
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-44/+79
|\
| * lightnvm: implement get log report chunk helpersJavier González2018-03-291-2/+2
| * nvme: lightnvm: add late setup of block size and metadataMatias Bjørling2018-03-291-0/+2
| * 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
* | Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig2018-03-071-2/+0
|/
* 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