summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2019-08-16nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2-7/+7
2019-07-26nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-07-26nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-07-26nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-25nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-19nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-06-19nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-06-19nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-06-19nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-06-19nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9
2019-06-15nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-06-15nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-31nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg1-4/+6
2019-05-31nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6
2019-05-10nvme-fc: correct csn initialization and increments on errorJames Smart1-5/+15
2019-05-04nvme-multipath: relax ANA state checkMartin George1-4/+1
2019-03-14nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-03-14nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-03-14nvme: lock NS list changes while handling command effectsKeith Busch2-1/+8
2019-03-05nvme-multipath: drop optimization for static ANA group IDsHannes Reinecke1-2/+1
2019-03-05nvme-rdma: fix timeout handlerSagi Grimberg1-8/+18
2019-02-20nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch1-1/+1
2019-02-20nvme-multipath: zero out ANA log bufferHannes Reinecke1-0/+2
2019-02-20nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao1-1/+3
2019-02-20nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau1-4/+6
2018-12-21nvme: validate controller state before rescheduling keep aliveJames Smart1-1/+9
2018-12-17nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa1-0/+2
2018-12-17nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-12-17nvme: warn when finding multi-port subsystems without multipathing enabledChristoph Hellwig1-0/+3
2018-12-13nvme-fc: resolve io failures during connectJames Smart1-10/+63
2018-11-27nvme: make sure ns head inherits underlying device limitsSagi Grimberg2-1/+4
2018-11-13nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OJames Smart2-2/+12
2018-10-08nvme: remove ns sibling before clearing pathKeith Busch1-1/+1
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