index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-12
nvmet: ignore discard return value
Chaitanya Kulkarni
1
-21
/
+7
2026-02-11
nvme: fix memory leak in quirks_param_set()
Maurizio Lombardi
1
-0
/
+1
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-23
/
+32
2026-02-06
nvme: correct comment about nvme_ns_remove()
John Garry
1
-1
/
+1
2026-02-06
nvme: stop setting namespace gendisk device driver data
John Garry
1
-7
/
+0
2026-02-05
Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-15
/
+47
2026-02-05
nvme: add support for dynamic quirk configuration via module parameter
Maurizio Lombardi
1
-0
/
+162
2026-02-05
nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
YunJe Shin
1
-0
/
+17
2026-02-05
nvme-pci: handle changing device dma map requirements
Keith Busch
1
-15
/
+30
2026-02-02
nvme: fix admin queue leak on controller reset
Ming Lei
1
-0
/
+7
2026-02-02
nvme-fabrics: use kfree_sensitive() for DHCHAP secrets
Daniel Hodges
1
-2
/
+2
2026-01-30
Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+4
2026-01-30
block: introduce bdev_rot()
Damien Le Moal
1
-2
/
+2
2026-01-28
nvme: stop using AWUPF
John Garry
2
-10
/
+7
2026-01-28
nvme-pci: DMA unmap the correct regions in nvme_free_sgls
Roger Pau Monne
1
-2
/
+2
2026-01-21
nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereference
Ming Lei
1
-1
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2
-0
/
+2
2026-01-20
nvme/io_uring: optimize IOPOLL completions for local ring context
Ming Lei
1
-7
/
+13
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
4
-7
/
+13
2026-01-18
Merge branch 'for-7.0/blk-pvec' into for-7.0/block
Jens Axboe
1
-2
/
+2
2026-01-16
Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-7
/
+26
2026-01-14
nvme: fix PCIe subsystem reset controller state transition
Nilay Shroff
1
-1
/
+4
2026-01-13
nvme: expose active quirks in sysfs
Maurizio Lombardi
2
-0
/
+77
2026-01-13
nvmet: do not copy beyond sybsysnqn string length
Shin'ichiro Kawasaki
1
-1
/
+1
2026-01-13
nvme/host: fixup some typos
Wilfred Mallawa
1
-2
/
+3
2026-01-13
nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
Hannes Reinecke
1
-5
/
+4
2026-01-13
block, nvme: remove unused dma_iova_state function parameter
Nitesh Shetty
1
-3
/
+2
2026-01-09
nvme-fc: release admin tagset if init fails
Chaitanya Kulkarni
1
-0
/
+2
2026-01-09
nvme-apple: add "apple,t8103-nvme-ans2" as compatible
Janne Grunau
1
-0
/
+1
2026-01-09
nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec
Shivam Kumar
1
-0
/
+12
2026-01-06
nvme-pci: Use size_t for length fields to handle larger sizes
Leon Romanovsky
1
-2
/
+2
2025-12-15
nvme-pci: disable secondary temp for Wodposit WPBSNM8
Ilikara Zheng
1
-0
/
+2
2025-12-09
Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-64
/
+75
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2025-12-04
Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19
Jens Axboe
14
-62
/
+69
2025-12-04
nvme-fabrics: add ENOKEY to no retry criteria for authentication failures
Justin Tee
1
-1
/
+1
2025-12-04
nvme-auth: use kvfree() for memory allocated with kvcalloc()
Israel Rukshin
1
-1
/
+1
2025-12-04
nvmet-tcp: use kvcalloc for commands array
Israel Rukshin
1
-3
/
+3
2025-12-04
nvmet-rdma: use kvcalloc for commands and responses arrays
Israel Rukshin
1
-6
/
+6
2025-12-04
nvme: fix typo error in nvme target
Chu Guangqing
2
-2
/
+2
2025-12-04
nvmet-fc: use pr_* print macros instead of dev_*
Daniel Wagner
1
-27
/
+21
2025-12-04
nvmet-fcloop: remove unused lsdir member.
Daniel Wagner
1
-1
/
+0
2025-12-04
nvmet-fcloop: check all request and response have been processed
Daniel Wagner
1
-2
/
+6
2025-12-04
nvme-fc: check all request and response have been processed
Daniel Wagner
1
-0
/
+2
2025-12-04
nvme: reject invalid pr_read_keys() num_keys values
Stefan Hajnoczi
1
-1
/
+5
2025-12-04
block: use bio_alloc_bioset for passthru IO by default
Fengnan Chang
1
-1
/
+1
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-35
/
+132
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+4
2025-12-01
nvme-fc: don't hold rport lock when putting ctrl
Daniel Wagner
1
-2
/
+4
2025-12-01
nvme-pci: add debug message on fail to read CSTS
Gerd Bayer
1
-0
/
+1
[prev]
[next]