summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-08nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-01-31nvmet-rdma: fix null dereference under heavy loadRaju Rangoju1-1/+14
2019-01-31nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-21nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-11-10nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2018-11-10nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy1-11/+7
2018-10-10nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg1-2/+25
2018-08-24nvmet: reset keep alive timer in controller enableMax Gurtuvoy1-0/+8
2018-07-17nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch1-11/+16
2018-07-17nvme: validate admin queue before unquiesceScott Bauer1-1/+2
2018-06-16nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck1-6/+0
2018-06-16nvmet: don't report 0-bytes in serial numberMartin Wilck1-2/+14
2018-06-16nvmet: Move serial number from controller to subsystemJohannes Thumshirn3-5/+4
2018-06-16nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2018-05-30nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn1-1/+3
2018-05-30nvmet: fix PSDT field check in command formatMax Gurtovoy1-3/+6
2018-05-30nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang1-1/+4
2018-04-13nvme: fix hang in remove pathMing Lei1-0/+4
2018-04-13nvme-pci: fix multiple ctrl removal schedulingRakesh Pandit1-7/+6
2018-03-03nvme: check hw sectors before setting chunk sectorsKeith Busch1-1/+2
2017-12-25nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-12-20nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-12-20nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg1-5/+3
2017-12-20nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2-1/+11
2017-12-20nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-12-09nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg1-0/+3
2017-12-05nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2-1/+3
2017-11-30nvmet: fix KATO offset in Set FeaturesDaniel Verkamp1-3/+1
2017-10-12nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-10-08nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
2017-09-13nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-07-27nvme-rdma: remove race conditions from IB signallingMarta Rybczynska1-10/+10
2017-06-17nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit1-0/+17
2017-06-07nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei1-2/+3
2017-06-07nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei1-1/+7
2017-06-07nvme-rdma: support devices with queue size < 32Marta Rybczynska1-4/+14
2017-05-25nvme: unmap CMB and remove sysfs file in reset pathJon Derrick1-1/+6
2017-04-12nvme: simplify stripe quirkKeith Busch2-16/+2
2017-04-08nvme/pci: Disable on removal when disconnectedKeith Busch1-1/+3
2017-04-08nvme/core: Fix race kicking freed request_queueKeith Busch1-3/+3
2017-01-19nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli1-6/+1
2017-01-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander3-14/+12
2016-11-16nvme/pci: Don't free queues on errorKeith Busch1-14/+4
2016-11-14nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg1-1/+1
2016-11-14nvme-rdma: stop and free io queues on connect failureSteve Wise1-2/+9
2016-11-14nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg1-1/+7
2016-11-14nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg1-3/+7
2016-11-14nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig1-1/+30
2016-11-14nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsBart Van Assche1-1/+7
2016-11-12lightnvm: invalid offset calculation for lba_shiftMatias Bjørling1-1/+1
[next]