summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner2024-03-011-8/+23
* nvmet-fc: avoid deadlock on delete association pathDaniel Wagner2024-03-011-3/+13
* nvmet-fc: abort command when there is no bindingDaniel Wagner2024-03-011-2/+6
* nvmet-fc: hold reference on hostport matchDaniel Wagner2024-03-011-2/+0
* nvmet-fc: defer cleanup using RCU properlyDaniel Wagner2024-03-011-46/+37
* nvmet-fc: release reference on target portDaniel Wagner2024-03-011-1/+2
* nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner2024-03-011-3/+3
* nvme-fc: do not wait in vain when unloading moduleDaniel Wagner2024-03-011-41/+6
* nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu2024-03-011-0/+1
* nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi2024-01-251-3/+7
* nvme: trace: avoid memcpy overflow warningArnd Bergmann2024-01-251-1/+1
* nvmet: re-fix tracing strncpy() warningArnd Bergmann2024-01-251-2/+1
* nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi2024-01-251-2/+1
* nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi2024-01-251-1/+12
* nvme: fix deadlock between reset and scanBitao Hu2024-01-202-0/+11
* nvme: prevent potential spectre v1 gadgetNitesh Shetty2024-01-201-0/+3
* nvme-ioctl: move capable() admin check to the endKeith Busch2024-01-201-10/+11
* nvme: ensure reset state check orderingKeith Busch2024-01-205-49/+63
* nvme: introduce helper function to get ctrl stateKeith Busch2024-01-201-0/+5
* nvme-core: check for too small lba shiftKeith Busch2024-01-201-2/+3
* nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi2024-01-201-2/+5
* Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch2024-01-051-16/+5
* nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi2024-01-011-1/+2
* nvme: catch errors from nvme_configure_metadata()Hannes Reinecke2023-12-201-6/+13
* nvme-auth: set explanation code for failure2 msgsMark O'Donovan2023-12-201-0/+2
* nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2023-12-132-1/+20
* nvme: check for valid nvme_identify_ns() before using itEwan D. Milne2023-12-081-0/+9
* nvmet: nul-terminate the NQNs passed in the connect commandChristoph Hellwig2023-12-031-0/+4
* nvme: blank out authentication fabrics options if not configuredHannes Reinecke2023-12-031-0/+2
* nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta2023-11-201-2/+5
* nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch2023-10-181-1/+2
* nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi2023-10-181-3/+6
* nvme: sanitize metadata bounce buffer for readsKeith Busch2023-10-181-3/+7
* nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck2023-10-101-2/+2
* nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg2023-10-101-5/+2
* nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi2023-10-051-0/+3
* Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe2023-09-145-25/+38
|\
| * nvme: avoid bogus CRTO valuesKeith Busch2023-09-141-19/+35
| * nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav2023-09-121-3/+0
| * nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland2023-08-211-1/+1
| * nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-08-211-1/+1
| * nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash2023-08-211-1/+1
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-292-3/+1
|\|
| * bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-092-3/+1
* | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-115-8/+13
|\ \ | |/ |/|
| * nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei2023-08-111-2/+0
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors2023-08-011-1/+2
| * nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| * nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| * nvme: fix possible hang when removing a controller during error recoveryMing Lei2023-07-211-3/+7