summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-core: declare local symbols staticBart Van Assche2018-10-171-1/+1
* nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()Bart Van Assche2018-10-171-1/+8
* nvme: update node paths after adding new pathKeith Busch2018-10-171-0/+9
* lightnvm: do no update csecs and sos on 1.2Javier González2018-10-091-0/+3
* lightnvm: use internal allocation for chunk log pageJavier González2018-10-091-8/+17
* lightnvm: move bad block and chunk state logic to coreMatias Bjørling2018-10-091-2/+2
* nvme: take node locality into account when selecting a pathChristoph Hellwig2018-10-013-28/+54
* nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-10-012-2/+12
* nvme-core: add async event trace helperChaitanya Kulkarni2018-10-012-2/+37
* nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart2018-10-011-9/+95
* nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-011-2/+2
* nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi2018-10-011-1/+1
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-2/+4
|\
| * nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-261-2/+4
* | nvme: register ns_id attributes as default sysfs groupsHannes Reinecke2018-09-284-92/+59Star
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-282-2/+2
|/
* nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski2018-08-281-0/+8
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1610-359/+670
|\
| * Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-1410-359/+670
| |\
| | * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
| | * nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
| | * nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1
| | * lightnvm: remove minor version check for 2.0Matias Bjørling2018-08-061-6/+0Star
| | * Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe2018-08-064-62/+422
| | |\
| | | * nvme: add ANA supportChristoph Hellwig2018-07-273-27/+408
| | | * nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-273-14/+2Star
| | | * nvme: simplify the API for getting log pagesChristoph Hellwig2018-07-273-25/+16Star
| | * | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-062-34/+41
| | |\ \
| | * | | nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-303-82/+20Star
| | * | | block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-2/+1Star
| | | |/ | | |/|
| | * | nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg2018-07-241-37/+29Star
| | * | nvme-rdma: centralize controller setup sequenceSagi Grimberg2018-07-241-77/+53Star
| | * | nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg2018-07-241-0/+2
| | * | nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva2018-07-241-0/+1
| | * | nvme: add disk name to trace eventsKeith Busch2018-07-242-7/+37
| | * | nvme: add controller name to trace eventsKeith Busch2018-07-241-6/+11
| | * | nvme: use hw qid in trace eventsKeith Busch2018-07-233-71/+53Star
| | * | nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-234-0/+5
| | * | nvme-rdma: support up to 4 segments of inline dataSteve Wise2018-07-231-11/+27
| | * | nvme: move init of keep_alive work item to controller initializationJames Smart2018-07-231-3/+4
| | * | lightnvm: limit get chunk meta request sizeMatias Bjørling2018-07-131-2/+8
| | * | lightnvm: Remove redundant rq->__data_len initializationBart Van Assche2018-07-131-4/+2Star
* | | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-167-81/+131
|\| | |
| * | | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-274-6/+11
| |\ \ \ | | |_|/ | |/| |
| | * | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-244-6/+11
| | |/
| * | nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier2018-07-201-1/+1
| * | nvme: don't enable AEN if not supportedWeiping Zhang2018-07-171-4/+7
| * | nvme: ensure forward progress during Admin passthruScott Bauer2018-07-171-24/+26
| * | nvme-pci: fix memory leak on probe failureKeith Busch2018-07-121-5/+7
| |/
| * nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg2018-06-281-2/+5