summary refs log tree commit diff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2023-03-22nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2023-03-22nvme: fix handling single range discard requestMing Lei
2023-03-11nvme-fabrics: show well known discovery nameDaniel Wagner
2023-03-11nvme-tcp: don't access released socket during error recoveryAkinobu Mita
2023-03-11nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig
2023-02-22nvme-pci: refresh visible attrs for cmb attributesKeith Busch
2023-02-22nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg
2023-02-22nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi
2023-02-22nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-06nvme-apple: only reset the controller when RTKit is runningJanne Grunau
2023-02-01nvme: fix passthrough csi checkKeith Busch
2023-02-01nvme-fc: fix initialization orderRoss Lagerwall
2023-02-01nvme: consolidate setting the tagset flagsChristoph Hellwig
2023-02-01nvme: simplify transport specific device attribute handlingChristoph Hellwig
2023-02-01nvme-pci: fix timeout request state checkKeith Busch
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-12nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig
2023-01-12nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig
2023-01-12nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang
2023-01-04nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig
2023-01-04nvme-pci: fix page size checksKeith Busch
2023-01-04nvme-pci: fix mempool alloc sizeKeith Busch
2023-01-04nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-31nvme-auth: don't override ctrl keys before validationSagi Grimberg
2022-12-31nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-31nvme: return err on nvme_init_non_mdts_limits failJoel Granados
2022-12-31nvmet: only allocate a single slab for bvecsChristoph Hellwig
2022-12-08Merge tag 'block-6.1-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-12-02Merge tag 'block-6.1-2022-12-02' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira
2022-11-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo
2022-11-11Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-09nvmet: fix a memory leakSagi Grimberg
2022-11-09nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov
2022-11-09nvme: quiet user passthrough command errorsKeith Busch
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-25nvme-multipath: set queue dma alignment to 3Keith Busch
2022-10-25nvme-tcp: fix possible circular locking when deleting a controller under memo...Sagi Grimberg
2022-10-25nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-19nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner