index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
nvme/tcp: handle tls partially sent records in write_space()
Wilfred Mallawa
1
-0
/
+3
2025-10-23
nvme-auth: update sc_c in host response
Martin George
1
-1
/
+5
2025-10-23
nvme-multipath: Skip nr_active increments in RETRY disposition
Amit Chaudhary
1
-2
/
+4
2025-10-19
nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
Georg Gottleuber
1
-0
/
+2
2025-10-15
nvme-tcp: send only permitted commands for secure concat
Martin George
1
-0
/
+3
2025-10-15
nvme-auth: update bi_directional flag
Martin George
1
-2
/
+3
2025-09-02
nvme: fix PI insert on write
Christoph Hellwig
1
-7
/
+11
2025-07-31
nvme: fix various comment typos
Bjorn Helgaas
2
-3
/
+3
2025-07-31
nvme-auth: remove unneeded semicolon
Jiapeng Chong
1
-2
/
+2
2025-07-31
nvme-pci: fix leak on sgl setup error
Keith Busch
1
-1
/
+1
2025-07-31
nvme: add capability to connect to an administrative controller
Kamaljit Singh
1
-0
/
+16
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
8
-272
/
+403
2025-07-28
Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+5
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-9
/
+11
2025-07-18
Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
1
-16
/
+11
2025-07-17
nvme-pci: try function level reset on init failure
Keith Busch
1
-2
/
+22
2025-07-17
nvme-tcp: log TLS handshake failures at error level
Maurizio Lombardi
1
-3
/
+8
2025-07-17
nvme: fix typo in status code constant for self-test in progress
Alok Tiwari
1
-2
/
+2
2025-07-17
nvme: fix multiple spelling and grammar issues in host drivers
Alok Tiwari
6
-11
/
+11
2025-07-15
nvme: fix misaccounting of nvme-mpath inflight I/O
Yu Kuai
1
-0
/
+4
2025-07-15
nvme: revert the cross-controller atomic write size validation
Christoph Hellwig
1
-9
/
+0
2025-07-14
nvme: fix endianness of command word prints in nvme_log_err_passthru()
John Garry
1
-6
/
+6
2025-07-14
nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()
Zheng Qixing
1
-1
/
+1
2025-07-11
nvme-pci: don't allocate dma_vec for IOVA mappings
Christoph Hellwig
1
-2
/
+2
2025-07-08
nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mapping
Christoph Hellwig
1
-52
/
+62
2025-07-04
Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linux
Linus Torvalds
3
-6
/
+26
2025-07-01
nvme-pci: use block layer helpers to calculate num of queues
Daniel Wagner
1
-2
/
+3
2025-07-01
nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
Anuj Gupta
1
-2
/
+3
2025-07-01
block: introduce pi_tuple_size field in blk_integrity
Anuj Gupta
1
-0
/
+2
2025-07-01
block: rename tuple_size field in blk_integrity to metadata_size
Anuj Gupta
1
-1
/
+1
2025-07-01
nvme-multipath: fix suspicious RCU usage warning
Geliang Tang
1
-1
/
+2
2025-06-30
nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS
Christoph Hellwig
1
-13
/
+15
2025-06-30
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
Christoph Hellwig
1
-5
/
+5
2025-06-30
nvme-pci: convert the data mapping to blk_rq_dma_map
Christoph Hellwig
1
-146
/
+241
2025-06-30
nvme-pci: remove superfluous arguments
Christoph Hellwig
1
-54
/
+51
2025-06-30
nvme-pci: merge the simple PRP and SGL setup into a common helper
Christoph Hellwig
1
-44
/
+32
2025-06-30
nvme-pci: refactor nvme_pci_use_sgls
Christoph Hellwig
1
-14
/
+27
2025-06-30
nvme-pci: refresh visible attrs after being checked
Eugen Hristev
1
-2
/
+4
2025-06-30
nvme: correctly account for namespace head reference counter
Nilay Shroff
2
-2
/
+19
2025-06-30
nvme: Fix incorrect cdw15 value in passthru error logging
Alok Tiwari
1
-1
/
+1
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
3
-48
/
+44
2025-06-26
nvme: fix atomic write size validation
Christoph Hellwig
2
-24
/
+12
2025-06-26
nvme: refactor the atomic write unit detection
Christoph Hellwig
1
-34
/
+38
2025-06-26
nvme: reset delayed remove_work after reconnect
Keith Busch
2
-1
/
+5
2025-06-23
nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
Zhang Yi
1
-9
/
+11
2025-06-14
Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+7
2025-06-13
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
1
-14
/
+7
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
13
-29
/
+46
2025-06-04
nvme: spelling fixes
Yi Zhang
10
-15
/
+15
[next]