index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Lines
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-4
/
+0
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-167
/
+182
2026-03-27
nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_C
Alistair Francis
-12
/
+15
2026-03-27
nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4
Robert Beckett
-0
/
+2
2026-03-27
nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is set
Robert Beckett
-1
/
+1
2026-03-27
nvme: set discard_granularity from NPDG/NPDA
Caleb Sander Mateos
-3
/
+32
2026-03-27
nvme: add from0based() helper
Caleb Sander Mateos
-0
/
+6
2026-03-27
nvme: always issue I/O Command Set specific Identify Namespace
Caleb Sander Mateos
-1
/
+1
2026-03-27
nvme: update nvme_id_ns OPTPERF constants
Caleb Sander Mateos
-1
/
+7
2026-03-27
nvme: fold nvme_config_discard() into nvme_update_disk_info()
Caleb Sander Mateos
-24
/
+19
2026-03-27
nvme: Allow reauth from sysfs
Alistair Francis
-1
/
+43
2026-03-27
nvme: Expose the tls_configured sysfs for secure concat connections
Alistair Francis
-1
/
+1
2026-03-27
nvme-auth: host: remove allocation of crypto_shash
Eric Biggers
-27
/
+2
2026-03-27
nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()
Eric Biggers
-35
/
+21
2026-03-27
nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()
Eric Biggers
-38
/
+21
2026-03-27
nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
Eric Biggers
-6
/
+5
2026-03-27
nvme-auth: use proper argument types
Eric Biggers
-1
/
+2
2026-03-27
nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
Eric Biggers
-3
/
+3
2026-03-16
nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check
Caleb Sander Mateos
-4
/
+0
2026-03-14
blk-integrity: support arbitrary buffer alignment
Keith Busch
-0
/
+1
2026-03-13
Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-5
/
+6
2026-03-10
nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()
Maurizio Lombardi
-2
/
+1
2026-03-10
nvme-pci: Fix race bug in nvme_poll_irqdisable()
Sungwoo Kim
-2
/
+4
2026-03-10
nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
Sungwoo Kim
-1
/
+1
2026-03-10
block: move bio queue-transition flag fixups into blk_steal_bios()
Chaitanya Kulkarni
-14
/
+1
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-33
/
+288
2026-03-04
Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0
Jens Axboe
-33
/
+288
2026-03-04
nvme: fix memory allocation in nvme_pr_read_keys()
Sungwoo Kim
-2
/
+2
2026-02-27
nvme-multipath: fix leak on try_module_get failure
Keith Busch
-7
/
+5
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-30
/
+30
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-38
/
+38
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-38
/
+38
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
-1
/
+2
2026-02-13
nvme-pci: do not try to add queue maps at runtime
Keith Busch
-0
/
+12
2026-02-13
nvme-pci: cap queue creation to used queues
Keith Busch
-1
/
+7
2026-02-13
nvme-pci: ensure we're polling a polled queue
Keith Busch
-1
/
+2
2026-02-11
nvme: fix memory leak in quirks_param_set()
Maurizio Lombardi
-0
/
+1
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-20
/
+28
2026-02-06
nvme: correct comment about nvme_ns_remove()
John Garry
-1
/
+1
2026-02-06
nvme: stop setting namespace gendisk device driver data
John Garry
-7
/
+0
2026-02-05
nvme: add support for dynamic quirk configuration via module parameter
Maurizio Lombardi
-0
/
+162
2026-02-05
nvme-pci: handle changing device dma map requirements
Keith Busch
-15
/
+30
2026-02-02
nvme: fix admin queue leak on controller reset
Ming Lei
-0
/
+7
2026-02-02
nvme-fabrics: use kfree_sensitive() for DHCHAP secrets
Daniel Hodges
-2
/
+2
2026-01-28
nvme: stop using AWUPF
John Garry
-10
/
+7
2026-01-28
nvme-pci: DMA unmap the correct regions in nvme_free_sgls
Roger Pau Monne
-2
/
+2
2026-01-20
nvme/io_uring: optimize IOPOLL completions for local ring context
Ming Lei
-7
/
+13
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
-6
/
+11
[next]