summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg2022-02-231-0/+1
* nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg2022-02-231-1/+8
* nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy2021-11-261-0/+2
* nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman2021-10-061-2/+5
* nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li2021-09-221-2/+2
* nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-281-1/+3
* nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen2021-07-281-1/+0
* nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-301-1/+2
* nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-301-0/+1
* nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-301-0/+1
* nvme-fabrics: decode host pathing error for connectHannes Reinecke2021-06-161-0/+5
* nvmet: seset ns->file when open failsDaniel Wagner2021-05-261-3/+5
* nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig2021-05-221-1/+2
* nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke2021-05-221-0/+4
* nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg2021-03-241-2/+5
* nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-241-3/+14
* nvme: register ns_id attributes as default sysfs groupsHannes Reinecke2021-03-114-92/+59
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-112-2/+2
* nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-101-0/+2
* nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im2020-12-021-0/+15
* nvme-rdma: fix crash when connect rejectedChao Leng2020-11-051-1/+0
* nvmet: fix uninitialized work for zero katozhenwei pi2020-10-301-1/+2
* nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni2020-10-141-1/+3
* nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-10-071-2/+4
* nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni2020-10-071-0/+15
* nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2020-10-012-0/+14
* nvme: fix possible deadlock when I/O is blockedSagi Grimberg2020-10-011-1/+0
* nvmet-rdma: fix double free of rdma queueIsrael Rukshin2020-10-011-12/+18
* nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-10-012-0/+6
* nvme-multipath: do not reset on unknown statusJohn Meneghini2020-10-013-18/+13
* nvme-rdma: cancel async events before freeing event structDavid Milburn2020-09-231-0/+1
* nvme-fc: cancel async events before freeing event structDavid Milburn2020-09-231-0/+1
* nvme-rdma: serialize controller teardown sequencesSagi Grimberg2020-09-171-0/+6
* nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-09-171-1/+0
* nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET2020-09-091-2/+2
* nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel2020-09-091-0/+6
* nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-09-031-2/+2
* nvme-rdma: assign completion vector correctlyMax Gurtovoy2020-07-161-1/+1
* nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig2020-07-091-3/+4
* nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman2020-07-091-8/+16
* nvme-multipath: set bdi capabilities onceKeith Busch2020-07-091-0/+8
* nvme: refine the Qemu Identify CNS quirkChristoph Hellwig2020-06-221-2/+14
* nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-291-2/+2
* nvme: Treat discovery subsystems as unique subsystemsJames Smart2020-04-171-0/+11
* nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-172-13/+2
* nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa2020-04-131-3/+5
* nvme: Fix uninitialized-variable warningKeith Busch2020-03-111-1/+1
* nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe2020-02-281-0/+1
* nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang2020-02-191-1/+1
* nvme: retain split access workaround for capability readsArd Biesheuvel2020-01-271-1/+1