aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke1-1/+2
2018-05-23nvme: host: core: fix precedence of ternary operatorIvan Bornyakov1-2/+2
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-13/+17
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig1-1/+1
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch1-25/+1
2018-05-03nvme: Set integrity flag for user passthrough commandsKeith Busch1-0/+1
2018-05-02nvme: only reconfigure discard if necessaryJens Axboe1-12/+16
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-5/+12
2018-04-12nvme: Use admin command effects for admin commandsKeith Busch1-1/+1
2018-04-12nvme: check return value of init_srcu_struct functionMax Gurtovoy1-1/+4
2018-04-12nvme: unexport nvme_start_keep_aliveJohannes Thumshirn1-2/+1
2018-04-12nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling1-3/+3
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-44/+79
2018-03-29lightnvm: implement get log report chunk helpersJavier González1-2/+2
2018-03-29nvme: lightnvm: add late setup of block size and metadataMatias Bjørling1-0/+2
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling1-1/+1
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi1-0/+2
2018-03-26nvme: Skip checking heads without namespacesKeith Busch1-0/+1
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy1-0/+3
2018-03-26nvme: implement log page low/high offset and dwordsMatias Bjørling1-10/+22
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang1-32/+32
2018-03-26nvme: fix the dangerous reference of namespaces listJianchao Wang1-2/+14
2018-03-26nvme: Add fault injection featureThomas Tai1-0/+2
2018-03-26nvme: use define instead of magic value for identify sizeMinwoo Im1-2/+3
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Christoph Hellwig1-2/+0
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe1-9/+3
2018-02-28nvme-multipath: fix sysfs dangerously created linksBaegjae Sung1-9/+3
2018-02-14nvme-rdma: fix sysfs invoked reset_ctrl error flowNitzan Carmi1-1/+5
2018-02-13nvme: fix the deadlock in nvme_update_formatsJianchao Wang1-3/+8
2018-02-12nvme: Don't use a stack buffer for keep-alive commandRoland Dreier1-5/+3
2018-02-08nvme: Fix discard buffer overrunKeith Busch1-3/+5
2018-02-08nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionMax Gurtovoy1-1/+0
2018-02-08nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processMax Gurtovoy1-0/+1
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy1-5/+5
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+5
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+116
2018-01-26nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn1-0/+2
2018-01-26nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn1-0/+7
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang1-1/+1
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman1-5/+39
2018-01-15nvme-pci: serialize pci resetsSagi Grimberg1-1/+2
2018-01-10nvme/multipath: Consult blk_status_t for failoverKeith Busch1-4/+5
2018-01-10nvme: Add more command status translationKeith Busch1-0/+7
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-5/+5
2018-01-08nvme: fix subsystem multiple controllers support checkIsrael Rukshin1-1/+17
2018-01-08nvme: take refcount on transport moduleNitzan Carmi1-3/+14
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang1-3/+22
2018-01-08nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy1-1/+1