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
Age
Commit message (
Expand
)
Author
Lines
2025-07-01
nvme-multipath: fix suspicious RCU usage warning
Geliang Tang
-1
/
+2
2025-06-30
nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS
Christoph Hellwig
-13
/
+15
2025-06-30
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
Christoph Hellwig
-5
/
+5
2025-06-30
nvme-pci: convert the data mapping to blk_rq_dma_map
Christoph Hellwig
-146
/
+241
2025-06-30
nvme-pci: remove superfluous arguments
Christoph Hellwig
-54
/
+51
2025-06-30
nvme-pci: merge the simple PRP and SGL setup into a common helper
Christoph Hellwig
-44
/
+32
2025-06-30
nvme-pci: refactor nvme_pci_use_sgls
Christoph Hellwig
-14
/
+27
2025-06-30
nvme-pci: refresh visible attrs after being checked
Eugen Hristev
-2
/
+4
2025-06-30
nvmet: fix memory leak of bio integrity
Dmitry Bogdanov
-0
/
+2
2025-06-30
nvme: correctly account for namespace head reference counter
Nilay Shroff
-2
/
+19
2025-06-30
nvme: Fix incorrect cdw15 value in passthru error logging
Alok Tiwari
-1
/
+1
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
-48
/
+44
2025-06-26
nvme: fix atomic write size validation
Christoph Hellwig
-24
/
+12
2025-06-26
nvme: refactor the atomic write unit detection
Christoph Hellwig
-34
/
+38
2025-06-26
nvme: reset delayed remove_work after reconnect
Keith Busch
-1
/
+5
2025-06-23
nvmet: set WZDS and DRB if device enables unmap write zeroes operation
Zhang Yi
-0
/
+4
2025-06-23
nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
Zhang Yi
-9
/
+11
2025-06-14
Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linux
Linus Torvalds
-14
/
+7
2025-06-13
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
-14
/
+7
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
-53
/
+56
2025-06-04
nvme: spelling fixes
Yi Zhang
-23
/
+23
2025-06-04
nvme-tcp: fix I/O stalls on congested sockets
Hannes Reinecke
-1
/
+6
2025-06-04
nvme-tcp: sanitize request list handling
Hannes Reinecke
-1
/
+14
2025-06-04
nvme-tcp: remove tag set when second admin queue config fails
Shin'ichiro Kawasaki
-1
/
+1
2025-06-04
nvme: enable vectored registered bufs for passthrough cmds
Pavel Begunkov
-6
/
+8
2025-06-04
nvme: fix implicit bool to flags conversion
Pavel Begunkov
-1
/
+1
2025-06-04
nvme: fix command limits status code
Keith Busch
-20
/
+3
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-88
/
+44
2025-05-27
crash_dump, nvme: select CONFIGFS_FS as built-in
Arnd Bergmann
-1
/
+1
2025-05-27
net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
-2
/
+2
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
-522
/
+1169
2025-05-22
Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+28
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-22
/
+59
2025-05-21
nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
Eric Biggers
-86
/
+42
2025-05-21
nvme: avoid creating multipath sysfs group under namespace path devices
Nilay Shroff
-0
/
+28
2025-05-20
nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk
Nilay Shroff
-14
/
+14
2025-05-20
nvme: introduce multipath_always_on module param
Nilay Shroff
-6
/
+66
2025-05-20
nvme-multipath: introduce delayed removal of the multipath head node
Nilay Shroff
-14
/
+147
2025-05-20
nvme-pci: derive and better document max segments limits
Christoph Hellwig
-6
/
+16
2025-05-20
nvme-pci: use struct_size for allocation struct nvme_dev
Christoph Hellwig
-2
/
+2
2025-05-20
nvme-pci: add a symolic name for the small pool size
Leon Romanovsky
-6
/
+8
2025-05-20
nvme-pci: use a better encoding for small prp pool allocations
Christoph Hellwig
-43
/
+39
2025-05-20
nvme-pci: rename the descriptor pools
Christoph Hellwig
-42
/
+42
2025-05-20
nvme-pci: remove struct nvme_descriptor
Christoph Hellwig
-33
/
+24
2025-05-20
nvme-pci: store aborted state in flags variable
Leon Romanovsky
-4
/
+10
2025-05-20
nvme-pci: don't try to use SGLs for metadata on the admin queue
Christoph Hellwig
-1
/
+4
2025-05-20
nvme-pci: make PRP list DMA pools per-NUMA-node
Caleb Sander Mateos
-60
/
+84
2025-05-20
nvme-pci: factor out a nvme_init_hctx_common() helper
Caleb Sander Mateos
-13
/
+15
[prev]
[next]