summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-04-29nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg1-2/+2
2020-04-17nvme: Treat discovery subsystems as unique subsystemsJames Smart1-0/+11
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart2-13/+2
2020-04-13nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa1-3/+5
2020-03-11nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-02-28nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-19nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2020-01-27nvme: retain split access workaround for capability readsArd Biesheuvel1-1/+1
2020-01-09nvme-fc: fix double-free scenarios on hw queuesJames Smart1-3/+15
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart2-2/+13
2019-12-31nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-12-13nvme: Free ctrl device name on init failureKeith Busch1-1/+1
2019-12-05nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2019-12-05nvme: provide fallback for discard alloc failureJens Axboe2-6/+38
2019-12-01nvme-pci: fix surprise removalIgor Konopko1-1/+1
2019-12-01nvme-pci: fix conflicting p2p resource addsKeith Busch1-1/+4
2019-12-01nvme-pci: fix hot removal during error handlingKeith Busch1-2/+1
2019-12-01nvmet-fcloop: suppress a compiler warningBart Van Assche1-0/+1
2019-12-01nvmet: avoid integer overflow in the discard codeBart Van Assche1-1/+2
2019-11-24lightnvm: do no update csecs and sos on 1.2Javier González1-0/+3
2019-11-12nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman1-1/+1
2019-10-29nvme-pci: Fix a race in controller removalBalbir Singh1-1/+4
2019-10-05nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman1-3/+5
2019-10-05nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-09-16nvme-fc: use separate work queue to avoid warningHannes Reinecke1-3/+12
2019-09-10nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman1-0/+1
2019-09-06nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-09-06nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg3-0/+47
2019-09-06nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-09-06nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1
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-25nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im1-0/+1
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-08nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
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