summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin2023-03-221-0/+2
* nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal2023-03-221-1/+3
* nvme: fix handling single range discard requestMing Lei2023-03-221-9/+19
* nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel2023-02-221-1/+3
* nvme: fix passthrough csi checkKeith Busch2023-02-011-1/+1
* nvme-pci: fix timeout request state checkKeith Busch2023-02-011-1/+1
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-181-0/+2
* nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig2023-01-121-6/+26
* nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig2023-01-121-16/+19
* nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2023-01-121-1/+1
* nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig2023-01-121-6/+5
* nvme-pci: fix page size checksKeith Busch2023-01-121-4/+4
* nvme-pci: fix mempool alloc sizeKeith Busch2023-01-121-2/+2
* nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2023-01-121-12/+13
* nvme: return err on nvme_init_non_mdts_limits failJoel Granados2022-12-311-1/+1
* nvmet: only allocate a single slab for bvecsChristoph Hellwig2022-12-313-22/+19
* nvme-pci: clear the prp2 field when not usedLei Rao2022-12-191-0/+2
* nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav2022-12-141-4/+4
* nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2022-12-082-1/+4
* nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov2022-12-021-2/+5
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira2022-12-021-0/+2
* nvme-pci: disable write zeroes on various Kingston SSDXander Li2022-12-021-0/+10
* nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig2022-12-021-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo2022-12-021-0/+2
* nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik2022-12-021-0/+2
* nvme: ensure subsystem reset is single threadedKeith Busch2022-11-261-3/+13
* nvme: restrict management ioctls to adminKeith Busch2022-11-261-0/+6
* nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg2022-10-291-1/+1
* nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin2022-10-291-7/+16
* nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig2022-10-292-6/+13
* nvmet-tcp: add bounds check on Transfer TagVarun Prakash2022-10-261-2/+9
* nvme: copy firmware_rev on each initKeith Busch2022-10-261-1/+2
* nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar2022-10-261-1/+2
* nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg2022-10-261-0/+1
* nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley2022-10-051-3/+3
* nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change()Maurizio Lombardi2022-09-201-0/+3
* nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher2022-09-151-2/+15
* nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg2022-09-151-4/+1
* nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg2022-09-151-1/+1
* nvmet: fix a use-after-freeBart Van Assche2022-09-151-2/+4
* block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-08-311-2/+1
* nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg2022-08-251-1/+2
* nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig2022-08-171-6/+7
* nvme: don't return an error from nvme_configure_metadataChristoph Hellwig2022-08-171-8/+5
* nvme: disable namespace access for unsupported metadataKeith Busch2022-08-171-3/+14
* nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler2022-08-172-0/+2
* nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo2022-08-171-1/+1
* nvme: fix block device naming collisionIsrael Rukshin2022-07-291-3/+3
* nvme: check for duplicate identifiers earlierChristoph Hellwig2022-07-291-7/+6
* nvme-pci: phison e16 has bogus namespace idsKeith Busch2022-07-211-1/+2