summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2018-10-17nvme-fc: rework the request initialization codeBart Van Assche1-3/+6
2018-10-17nvme-fc: introduce struct nvme_fcp_op_w_sglBart Van Assche1-11/+18
2018-10-17nvme-fc: fix kernel-doc headersBart Van Assche1-6/+5
2018-10-17nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche1-1/+1
2018-10-17nvme-core: rework a NQN copying operationBart Van Assche1-1/+1
2018-10-17nvme-core: declare local symbols staticBart Van Assche1-1/+1
2018-10-17nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche1-1/+8
2018-10-17nvme: update node paths after adding new pathKeith Busch1-0/+9
2018-10-09lightnvm: do no update csecs and sos on 1.2Javier González1-0/+3
2018-10-09lightnvm: use internal allocation for chunk log pageJavier González1-8/+17
2018-10-09lightnvm: move bad block and chunk state logic to coreMatias Bjørling1-2/+2
2018-10-02nvme: take node locality into account when selecting a pathChristoph Hellwig3-28/+54
2018-10-02nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2-2/+12
2018-10-02nvme-core: add async event trace helperChaitanya Kulkarni2-2/+37
2018-10-02nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart1-9/+95
2018-10-02nvme-fc: fix for a minor typosMilan P. Gandhi1-2/+2
2018-10-02nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-2/+4
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke4-92/+59
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2-2/+2
2018-09-26nvme: properly propagate errors in nvme_mpath_initSusobhan Dey1-2/+4
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski1-0/+8
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe10-359/+670
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe7-81/+131
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds10-359/+670
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer1-1/+1
2018-08-08nvme: set gendisk read only based on nsattrChaitanya Kulkarni1-0/+6
2018-08-07nvme: fixup crash on failed discoveryHannes Reinecke1-1/+1
2018-08-06lightnvm: remove minor version check for 2.0Matias Bjørling1-6/+0
2018-08-06Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe4-62/+422
2018-08-06Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2-34/+41
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy3-82/+20
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-2/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds4-6/+11
2018-07-27nvme: add ANA supportChristoph Hellwig3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig3-14/+2
2018-07-27nvme: simplify the API for getting log pagesChristoph Hellwig3-25/+16
2018-07-25nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+5
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24nvme: add disk name to trace eventsKeith Busch2-7/+37
2018-07-24nvme: add controller name to trace eventsKeith Busch1-6/+11
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart4-6/+11
2018-07-23nvme: use hw qid in trace eventsKeith Busch3-71/+53
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg4-0/+5
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise1-11/+27
2018-07-23nvme: move init of keep_alive work item to controller initializationJames Smart1-3/+4
2018-07-20nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier1-1/+1