index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-17
nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
Yi Zhang
1
-1
/
+1
2024-04-13
drivers/nvme: Add quirks for device 126f:2262
Jiawei Fu (iBug)
1
-0
/
+3
2024-04-10
nvme: fix miss command type check
min15.li
4
-4
/
+8
2024-03-26
nvme: fix reconnection fail due to reserved tag allocation
Chunguang Xu
2
-9
/
+4
2024-03-26
nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_set
Christoph Hellwig
1
-1
/
+7
2024-03-26
nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllers
Christoph Hellwig
1
-1
/
+2
2024-03-01
nvmet-fc: take ref count on tgtport before delete assoc
Daniel Wagner
1
-8
/
+23
2024-03-01
nvmet-fc: avoid deadlock on delete association path
Daniel Wagner
1
-3
/
+13
2024-03-01
nvmet-fc: abort command when there is no binding
Daniel Wagner
1
-2
/
+6
2024-03-01
nvmet-fc: hold reference on hostport match
Daniel Wagner
1
-2
/
+0
2024-03-01
nvmet-fc: defer cleanup using RCU properly
Daniel Wagner
1
-46
/
+37
2024-03-01
nvmet-fc: release reference on target port
Daniel Wagner
1
-1
/
+2
2024-03-01
nvmet-fcloop: swap the list_add_tail arguments
Daniel Wagner
1
-3
/
+3
2024-03-01
nvme-fc: do not wait in vain when unloading module
Daniel Wagner
1
-41
/
+6
2024-03-01
nvmet-tcp: fix nvme tcp ida memory leak
Guixin Liu
1
-0
/
+1
2024-01-25
nvmet-tcp: Fix the H2C expected PDU len calculation
Maurizio Lombardi
1
-3
/
+7
2024-01-25
nvme: trace: avoid memcpy overflow warning
Arnd Bergmann
1
-1
/
+1
2024-01-25
nvmet: re-fix tracing strncpy() warning
Arnd Bergmann
1
-2
/
+1
2024-01-25
nvmet-tcp: fix a crash in nvmet_req_complete()
Maurizio Lombardi
1
-2
/
+1
2024-01-25
nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
Maurizio Lombardi
1
-1
/
+12
2024-01-20
nvme: prevent potential spectre v1 gadget
Nitesh Shetty
1
-0
/
+3
2024-01-20
nvme: introduce helper function to get ctrl state
Keith Busch
1
-0
/
+5
2024-01-20
nvme-core: check for too small lba shift
Keith Busch
1
-2
/
+3
2024-01-20
nvme-core: fix a memory leak in nvme_ns_info_from_identify()
Maurizio Lombardi
1
-2
/
+5
2024-01-01
nvme-pci: fix sleeping function called from interrupt context
Maurizio Lombardi
1
-1
/
+2
2023-12-20
nvme: catch errors from nvme_configure_metadata()
Hannes Reinecke
1
-6
/
+13
2023-12-20
nvme-auth: set explanation code for failure2 msgs
Mark O'Donovan
1
-0
/
+2
2023-12-13
nvme-pci: Add sleep quirk for Kingston drives
Georg Gottleuber
2
-1
/
+20
2023-12-08
nvme: check for valid nvme_identify_ns() before using it
Ewan D. Milne
1
-0
/
+9
2023-12-03
nvmet: nul-terminate the NQNs passed in the connect command
Christoph Hellwig
1
-0
/
+4
2023-11-20
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
1
-2
/
+5
2023-10-25
nvme-rdma: do not try to stop unallocated queues
Maurizio Lombardi
1
-0
/
+3
2023-10-25
nvmet-auth: complete a request only after freeing the dhchap pointers
Maurizio Lombardi
1
-3
/
+6
2023-10-25
nvme-pci: add BOGUS_NID for Intel 0a54 device
Keith Busch
1
-1
/
+2
2023-10-25
nvme: sanitize metadata bounce buffer for reads
Keith Busch
1
-3
/
+7
2023-10-25
nvmet-tcp: Fix a possible UAF in queue intialization setup
Sagi Grimberg
1
-5
/
+2
2023-10-06
nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev
Irvin Cote
1
-3
/
+3
2023-10-06
nvme-pci: do not set the NUMA node of device if it has none
Pratyush Yadav
1
-3
/
+0
2023-10-06
nvme-pci: factor out a nvme_pci_alloc_dev helper
Christoph Hellwig
1
-35
/
+46
2023-10-06
nvme-pci: factor the iod mempool creation into a helper
Christoph Hellwig
1
-23
/
+18
2023-10-06
nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
Nigel Kirkland
1
-1
/
+1
2023-09-23
nvme: avoid bogus CRTO values
Keith Busch
1
-19
/
+35
2023-09-23
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
Varun Prakash
1
-1
/
+1
2023-09-23
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
2
-11
/
+4
2023-08-16
nvme-rdma: fix potential unbalanced freeze & unfreeze
Ming Lei
1
-1
/
+2
2023-08-16
nvme-tcp: fix potential unbalanced freeze & unfreeze
Ming Lei
1
-1
/
+2
2023-08-16
nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
August Wikerfors
1
-1
/
+2
2023-07-23
nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices
Christoph Hellwig
1
-3
/
+33
2023-07-23
nvme-pci: fix DMA direction of unmapping integrity data
Ming Lei
1
-1
/
+1
2023-07-19
nvme-core: fix dev_pm_qos memleak
Chaitanya Kulkarni
1
-0
/
+1
[next]