summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix multipath crash when ANA is deactivatedMarta Rybczynska2019-08-162-7/+7
* nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni2019-07-261-2/+5
* nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im2019-07-261-0/+1
* nvme: fix possible io failures when removing multipathed nsAnton Eidelman2019-07-261-6/+8
* nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee2019-06-251-1/+2
* nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im2019-06-251-0/+1
* 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/+0Star
* 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-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-05-081-10/+10
* nvme-multipath: relax ANA state checkMartin George2019-05-041-4/+1Star
* 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/+1Star
* 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
* nvmet-rdma: fix null dereference under heavy loadRaju Rangoju2019-01-311-1/+14
* nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin2019-01-311-1/+1
* nvmet-rdma: fix response use after freeIsrael Rukshin2018-12-211-1/+2
* 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-261-2/+4
* nvme: count all ANA groups for ANA Log pageHannes Reinecke2018-09-171-0/+4
* nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg2018-09-051-2/+25
* nvmet: free workqueue object if module init failsChaitanya Kulkarni2018-08-281-1/+3
* nvme-fcloop: Fix dropped LS's to removed target portJames Smart2018-08-281-1/+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-1619-438/+1516
|\
| * Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-1419-438/+1515
| |\
| | * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
| | * nvmet: add ns write protect supportChaitanya Kulkarni2018-08-085-5/+114
| | * nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
| | * nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1