summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix nvme_setup_command metadata trace eventKeith Busch2021-08-081-3/+3
* nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig2021-07-281-1/+4
* 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-tcp: can't set sk_user_data without write_lockMaurizio Lombardi2021-07-201-1/+0
* nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello2021-07-141-23/+1
* nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke2021-07-141-8/+2
* nvme-pci: fix var. type for increasing cq_headJK Kim2021-07-141-1/+1
* nvme-loop: do not warn for deleted controllers during resetHannes Reinecke2021-06-181-2/+4
* nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-181-1/+2
* nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-181-0/+1
* nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-181-0/+1
* nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-06-162-5/+12
* nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg2021-06-161-1/+2
* nvme-fabrics: decode host pathing error for connectHannes Reinecke2021-06-161-0/+5
* nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-101-17/+16
* nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg2021-06-101-2/+3
* nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu2021-06-031-1/+1
* nvmet: use new ana_log_size instead the old oneHou Pu2021-05-261-1/+1
* nvme-multipath: fix double initialization of ANA stateChristoph Hellwig2021-05-263-29/+37
* nvme-tcp: fix possible use-after-completionSagi Grimberg2021-05-261-1/+1
* nvmet: seset ns->file when open failsDaniel Wagner2021-05-261-3/+5
* nvme-fc: clear q_live at beginning of association teardownJames Smart2021-05-261-0/+12
* nvme-tcp: rerun io_work if req_list is not emptyKeith Busch2021-05-261-1/+2
* nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-261-1/+3
* nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-261-1/+1
* nvmet: remove unused ctrl->cqsAmit2021-05-262-14/+2
* nvmet: remove unsupported command noiseKeith Busch2021-05-221-3/+3
* nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig2021-05-191-1/+2
* nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon2021-05-191-2/+2
* nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-192-1/+7
* nvmet: add lba to sect conversion helpersChaitanya Kulkarni2021-05-192-5/+13
* nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel2021-05-141-1/+1
* nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi2021-05-141-8/+31
* nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke2021-05-141-0/+4
* nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg2021-05-141-2/+2
* nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg2021-05-141-2/+2
* nvmet: return proper error code from discovery ctrlHou Pu2021-05-111-2/+4
* nvme-pci: set min_align_maskJianxiong Gao2021-05-071-0/+1
* nvmet-tcp: fix kmap leak when data digest in useElad Grupi2021-04-071-1/+1
* nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig2021-03-301-1/+1
* nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov2021-03-301-0/+1
* nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong2021-03-301-3/+2
* nvme-core: check ctrl css before setting up znsChaitanya Kulkarni2021-03-301-0/+6
* nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke2021-03-301-1/+1
* nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke2021-03-301-0/+1
* nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke2021-03-301-0/+1
* nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke2021-03-301-4/+4
* nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg2021-03-251-2/+5
* nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-251-3/+14