summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
...
| * nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe2018-06-213-5/+39
| * nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang2018-06-211-1/+1
| * nvme-fc: release io queues to allow fast failJames Smart2018-06-211-3/+3
| * nvme-rdma: don't override opts->queue_sizeSagi Grimberg2018-06-201-11/+10Star
| * nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin2018-06-201-2/+6
| * nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg2018-06-201-13/+11Star
| * nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg2018-06-201-10/+10
* | nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-6/+5Star
|/
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-157-188/+148Star
|\
| * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19Star
| * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
| * nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-154-46/+42Star
| * nvme: remove nvme_reinit_tagsetChristoph Hellwig2018-06-142-12/+0Star
| * nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5Star
| * nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0Star
| * nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47Star
| * nvme: don't rely on the changed namespace list logChristoph Hellwig2018-06-131-25/+11Star
| * nvme-rdma: fix error flow during mapping request dataMax Gurtovoy2018-06-111-7/+24
| * nvme: add bio remapping tracepointHannes Reinecke2018-06-111-0/+4
| * nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin2018-06-111-1/+1
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-086-31/+20Star
|\|
| * nvme: cleanup double shift issueDan Carpenter2018-06-082-3/+2Star
| * nvme-pci: make CMB SQ mod-param read-onlyKeith Busch2018-06-081-1/+1
| * nvme-pci: unquiesce dead controller queuesKeith Busch2018-06-081-1/+1
| * nvme-pci: remove HMB teardown on resetKeith Busch2018-06-081-8/+0Star
| * nvme-pci: queue creation fixesKeith Busch2018-06-081-3/+4
| * nvme-pci: remove unnecessary completion doorbell checkKeith Busch2018-06-081-5/+3Star
| * nvme-pci: remove unnecessary nested lockingKeith Busch2018-06-081-7/+1Star
| * nvme-rdma: correctly check for target keyed sgl supportSteve Wise2018-06-081-2/+3
| * nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn2018-06-082-1/+5
* | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-19/+1Star
|\ \
| * | nvme-pci: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-19/+1Star
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-1/+1
| |\ \
| | * | nvme: Avoid flush dependency in delete controller flowNitzan Carmi2018-05-151-1/+1
| | |/
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-048-246/+313
|\ \ \
| * \ \ Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-06-015-99/+142
| |\ \ \
| | * | | nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2018-06-012-4/+49
| | * | | nvme: mark nvme_queue_scan staticChristoph Hellwig2018-06-012-11/+9Star
| | * | | nvme: submit AEN event configuration on startupHannes Reinecke2018-06-012-0/+18
| | * | | nvme.h: untangle AEN notice definitionsChristoph Hellwig2018-05-311-12/+18
| | * | | nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig2018-05-311-48/+31Star
| | * | | nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig2018-05-301-23/+14Star
| | * | | nvme-pci: Rate limit the nvme timeout warningsKeith Busch2018-05-301-1/+1
| | * | | nvme: allow duplicate controller if prior controller being deletedJames Smart2018-05-301-1/+3
| * | | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-302-6/+0Star
| |/ / /
| * | | Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-296-52/+40Star
| |\ \ \
| | * | | nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| | * | | nvme: fix KASAN warning when parsing host nqnHannes Reinecke2018-05-251-1/+1
| | * | | nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-252-1/+3