summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-05-26nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-05-22nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig1-1/+2
2021-05-22nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4
2021-03-24nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-24nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-03-11nvme: register ns_id attributes as default sysfs groupsHannes Reinecke4-92/+59
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2-2/+2
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis1-0/+2
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im1-0/+15
2020-11-05nvme-rdma: fix crash when connect rejectedChao Leng1-1/+0
2020-10-30nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-07nvme-fc: fail new connections to a deleted host or remote portJames Smart1-2/+4
2020-10-07nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni1-0/+15
2020-10-01nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-10-01nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-10-01nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-10-01nvme: Fix controller creation races with teardown flowIsrael Rukshin2-0/+6
2020-10-01nvme-multipath: do not reset on unknown statusJohn Meneghini3-18/+13
2020-09-23nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-23nvme-fc: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-17nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-09-17nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-09-09nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-09-09nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-09-03nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang1-2/+2
2020-07-16nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-07-09nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-09nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-07-09nvme-multipath: set bdi capabilities onceKeith Busch1-0/+8
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
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