aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Merge branch 'linus/master' into rdma.git for-nextGravatar Jason Gunthorpe 10-359/+670
2018-08-16Merge tag 'v4.18' into rdma.git for-nextGravatar Jason Gunthorpe 7-81/+131
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-359/+670
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverGravatar Tal Shorer 1-1/+1
2018-08-08nvme: set gendisk read only based on nsattrGravatar Chaitanya Kulkarni 1-0/+6
2018-08-07nvme: fixup crash on failed discoveryGravatar Hannes Reinecke 1-1/+1
2018-08-05lightnvm: remove minor version check for 2.0Gravatar Matias Bjørling 1-6/+0
2018-08-05Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Gravatar Jens Axboe 4-62/+422
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 2-34/+41
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataGravatar Max Gurtovoy 3-82/+20
2018-07-30block: move ref_tag calculation func to the block layerGravatar Max Gurtovoy 1-2/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-6/+11
2018-07-27nvme: add ANA supportGravatar Christoph Hellwig 3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverGravatar Christoph Hellwig 3-14/+2
2018-07-27nvme: simplify the API for getting log pagesGravatar Christoph Hellwig 3-25/+16
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsGravatar Bart Van Assche 1-6/+5
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceGravatar Sagi Grimberg 1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceGravatar Sagi Grimberg 1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerGravatar Sagi Grimberg 1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-07-24nvme: add disk name to trace eventsGravatar Keith Busch 2-7/+37
2018-07-24nvme: add controller name to trace eventsGravatar Keith Busch 1-6/+11
2018-07-24nvme: if_ready checks to fail io to deleting controllerGravatar James Smart 4-6/+11
2018-07-23nvme: use hw qid in trace eventsGravatar Keith Busch 3-71/+53
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestGravatar Sagi Grimberg 4-0/+5
2018-07-23nvme-rdma: support up to 4 segments of inline dataGravatar Steve Wise 1-11/+27
2018-07-23nvme: move init of keep_alive work item to controller initializationGravatar James Smart 1-3/+4
2018-07-20nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDGravatar Roland Dreier 1-1/+1
2018-07-17nvme: don't enable AEN if not supportedGravatar Weiping Zhang 1-4/+7
2018-07-17nvme: ensure forward progress during Admin passthruGravatar Scott Bauer 1-24/+26
2018-07-13lightnvm: limit get chunk meta request sizeGravatar Matias Bjørling 1-2/+8
2018-07-13lightnvm: Remove redundant rq->__data_len initializationGravatar Bart Van Assche 1-4/+2
2018-07-12nvme-pci: fix memory leak on probe failureGravatar Keith Busch 1-5/+7
2018-06-28nvme-rdma: fix possible double free of controller async event bufferGravatar Sagi Grimberg 1-2/+5
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsGravatar Jens Axboe 3-5/+39
2018-06-21nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlGravatar Jianchao Wang 1-1/+1
2018-06-21nvme-fc: release io queues to allow fast failGravatar James Smart 1-3/+3
2018-06-20nvme-rdma: don't override opts->queue_sizeGravatar Sagi Grimberg 1-11/+10
2018-06-20nvme-rdma: Fix command completion race at error recoveryGravatar Israel Rukshin 1-2/+6
2018-06-20nvme-rdma: fix possible free of a non-allocated async event bufferGravatar Sagi Grimberg 1-13/+11
2018-06-20nvme-rdma: fix possible double free condition when failing to create a contro...Gravatar Sagi Grimberg 1-10/+10
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 7-188/+148
2018-06-15nvme-fabrics: fix and refine state checks in __nvmf_check_readyGravatar Christoph Hellwig 1-20/+19
2018-06-15nvme-fabrics: handle the admin-only case properly in nvmf_check_readyGravatar Christoph Hellwig 1-1/+2
2018-06-15nvme-fabrics: refactor queue ready checkGravatar Christoph Hellwig 4-46/+42
2018-06-14nvme: remove nvme_reinit_tagsetGravatar Christoph Hellwig 2-12/+0
2018-06-14nvme-fc: fix nulling of queue data on reconnectGravatar James Smart 1-6/+5
2018-06-14nvme-fc: remove reinit_request routineGravatar James Smart 1-20/+0
2018-06-14nvme-fc: change controllers first connect to use reconnect pathGravatar James Smart 1-57/+47
2018-06-13nvme: don't rely on the changed namespace list logGravatar Christoph Hellwig 1-25/+11