summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe1-0/+1
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe1-36/+12
2018-06-14nvme: remove nvme_reinit_tagsetChristoph Hellwig1-10/+0
2018-06-13nvme: don't rely on the changed namespace list logChristoph Hellwig1-25/+11
2018-06-11nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin1-1/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-06-08nvme: cleanup double shift issueDan Carpenter1-2/+2
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-45/+112
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-25/+90
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig1-4/+47
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig1-10/+9
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke1-0/+17
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig1-12/+18
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-3/+0
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
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-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2018-05-15nvme: Avoid flush dependency in delete controller flowNitzan Carmi1-1/+1
2018-05-11nvme: Fix sync controller reset returnCharles Machalow1-1/+2
2018-05-07nvme: fix use-after-free in nvme_free_ns_headJianchao Wang1-0/+5
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