summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee2019-06-251-1/+2
* nvme: fix memory leak for power latency toleranceYufen Yu2019-06-191-0/+1
* nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig2019-06-191-5/+20
* nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig2019-06-191-23/+24
* nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig2019-06-191-2/+0
* nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig2019-06-191-4/+9
* nvme-pci: shutdown on timeout during deletionKeith Busch2019-06-151-1/+4
* nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-06-151-1/+4
* nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg2019-05-311-4/+6
* nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg2019-05-311-1/+6
* nvme-fc: correct csn initialization and increments on errorJames Smart2019-05-101-5/+15
* nvme-multipath: relax ANA state checkMartin George2019-05-041-4/+1
* nvme-pci: add missing unlock for reset errorKeith Busch2019-03-131-3/+5
* nvme-pci: fix rapid add remove sequenceKeith Busch2019-03-131-10/+12
* nvme: lock NS list changes while handling command effectsKeith Busch2019-03-132-1/+8
* nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke2019-03-051-2/+1
* nvme-rdma: fix timeout handlerSagi Grimberg2019-03-051-8/+18
* nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch2019-02-201-1/+1
* nvme-multipath: zero out ANA log bufferHannes Reinecke2019-02-201-0/+2
* nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao2019-02-201-1/+3
* nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau2019-02-201-4/+6
* nvme: validate controller state before rescheduling keep aliveJames Smart2018-12-211-1/+9
* nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa2018-12-171-0/+2
* nvme: flush namespace scanning work just before removing namespacesSagi Grimberg2018-12-171-1/+3
* nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig2018-12-171-0/+3
* nvme-fc: resolve io failures during connectJames Smart2018-12-131-10/+63
* nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-272-1/+4
* nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2018-11-132-2/+12
* nvme: remove ns sibling before clearing pathKeith Busch2018-10-081-1/+1
* nvme: properly propagate errors in nvme_mpath_initSusobhan Dey2018-09-251-2/+4
* 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-051-6/+0
| | * Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe2018-08-054-62/+422
| | |\
| | | * nvme: add ANA supportChristoph Hellwig2018-07-273-27/+408
| | | * nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-273-14/+2
| | | * nvme: simplify the API for getting log pagesChristoph Hellwig2018-07-273-25/+16
| | * | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-052-34/+41
| | |\ \
| | * | | nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-303-82/+20
| | * | | block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-2/+1
| | | |/ | | |/|
| | * | nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg2018-07-241-37/+29
| | * | nvme-rdma: centralize controller setup sequenceSagi Grimberg2018-07-241-77/+53
| | * | 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