summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav2023-10-101-2/+0
* nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-221-1/+3
* nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel2023-02-221-1/+3
* nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav2022-12-141-4/+4
* nvme: restrict management ioctls to adminKeith Busch2022-12-081-0/+6
* nvme: copy firmware_rev on each initKeith Busch2022-10-261-1/+2
* nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley2022-10-051-3/+3
* nvme: add new line after variable declatationChaitanya Kulkarni2022-10-051-0/+3
* nvmet: fix a use-after-freeBart Van Assche2022-09-281-2/+3
* nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)2022-06-141-0/+1
* 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