summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2018-06-13nvme: don't rely on the changed namespace list logChristoph Hellwig
2018-06-11nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin
2018-06-08nvme: cleanup double shift issueDan Carpenter
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke
2018-05-23nvme: host: core: fix precedence of ternary operatorIvan Bornyakov
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig
2018-05-11nvme: Fix sync controller reset returnCharles Machalow
2018-05-07nvme: fix use-after-free in nvme_free_ns_headJianchao Wang
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch
2018-05-03nvme: Set integrity flag for user passthrough commandsKeith Busch
2018-05-02nvme: only reconfigure discard if necessaryJens Axboe
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart
2018-04-12nvme: Use admin command effects for admin commandsKeith Busch
2018-04-12nvme: check return value of init_srcu_struct functionMax Gurtovoy
2018-04-12nvme: unexport nvme_start_keep_aliveJohannes Thumshirn
2018-04-12nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-29lightnvm: implement get log report chunk helpersJavier González
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