index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
nvme-pci: skip nvme_write_sq_db on empty rqlist
Maurizio Lombardi
1
-0
/
+3
2025-04-10
nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
Caleb Sander Mateos
1
-1
/
+1
2025-04-10
nvme-pci: fix stuck reset on concurrent DPC and HP
Keith Busch
1
-1
/
+12
2025-04-10
nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
Icenowy Zheng
1
-8
/
+12
2025-04-10
nvme-pci: clean up CMBMSC when registering CMB fails
Icenowy Zheng
1
-0
/
+1
2025-04-10
nvme-tcp: fix possible UAF in nvme_tcp_poll
Sagi Grimberg
1
-2
/
+3
2025-03-22
nvme-fc: rely on state transitions to handle connectivity loss
Daniel Wagner
1
-61
/
+6
2025-03-22
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
2
-3
/
+5
2025-03-22
nvme: move error logging from nvme_end_req() to __nvme_end_req()
Shin'ichiro Kawasaki
1
-6
/
+6
2025-03-22
nvme: only allow entering LIVE from CONNECTING state
Daniel Wagner
1
-2
/
+0
2025-03-22
apple-nvme: Release power domains when probe fails
Hector Martin
1
-0
/
+2
2025-03-22
nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
Christopher Lentocha
1
-0
/
+2
2025-03-22
nvme-fc: do not ignore connectivity loss during connecting
Daniel Wagner
1
-5
/
+18
2025-03-22
nvme-fc: go straight to connecting state when initializing
Daniel Wagner
1
-2
/
+1
2025-03-13
nvme-tcp: Fix a C2HTermReq error message
Maurizio Lombardi
1
-1
/
+1
2025-03-13
nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
Dan Carpenter
1
-3
/
+3
2025-03-13
nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
Maurizio Lombardi
1
-3
/
+29
2025-03-13
nvme-tcp: add basic support for the C2HTermReq PDU
Maurizio Lombardi
1
-0
/
+43
2025-03-13
nvme-ioctl: fix leaked requests on mapping error
Keith Busch
1
-4
/
+8
2025-02-27
nvme/ioctl: add missing space in err message
Caleb Sander Mateos
1
-2
/
+1
2025-02-27
nvme-tcp: fix connect failure on receiving partial ICResp PDU
Caleb Sander Mateos
1
-1
/
+4
2025-02-27
nvme: tcp: Fix compilation warning with W=1
Damien Le Moal
1
-1
/
+1
2025-02-17
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Georg Gottleuber
1
-0
/
+1
2025-02-17
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
Georg Gottleuber
1
-1
/
+2
2025-02-17
nvme-fc: use ctrl state getter
Daniel Wagner
1
-3
/
+6
2025-02-17
nvme: make nvme_tls_attrs_group static
Keith Busch
1
-1
/
+1
2025-02-17
nvme: handle connectivity loss in nvme_set_queue_count
Daniel Wagner
1
-1
/
+7
2025-02-08
nvme: fix bogus kzalloc() return check in nvme_init_effects_log()
Jens Axboe
1
-1
/
+1
2025-02-08
nvme: Add error path for xa_store in nvme_init_effects
Keisuke Nishimura
1
-4
/
+22
2025-02-08
nvme: Add error check for xa_store in nvme_get_effects_log
Keisuke Nishimura
1
-2
/
+6
2025-02-08
nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
Sagi Grimberg
1
-13
/
+57
2024-12-31
Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
3
-13
/
+19
2024-12-27
nvme-tcp: remove nvme_tcp_destroy_io_queues()
Chunguang.xu
1
-11
/
+7
2024-12-18
nvme: use blk_validate_block_size() for max LBA check
Luis Chamberlain
1
-1
/
+1
2024-12-11
nvme-pci: 512 byte aligned dma pool segment quirk
Robert Beckett
2
-2
/
+12
2024-12-05
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
4
-26
/
+14
2024-12-04
nvme-tcp: simplify nvme_tcp_teardown_io_queues()
Chunguang.xu
1
-10
/
+4
2024-12-04
nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
Chunguang.xu
1
-1
/
+0
2024-12-04
nvme-rdma: unquiesce admin_q before destroy it
Chunguang.xu
1
-7
/
+1
2024-12-04
nvme-tcp: fix the memleak while create new ctrl failed
Chunguang.xu
1
-1
/
+1
2024-12-04
nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
Christoph Hellwig
1
-1
/
+2
2024-12-04
nvme-fabrics: handle zero MAXCMD without closing the connection
Maurizio Lombardi
1
-2
/
+3
2024-12-03
nvme-pci: remove two deallocate zeroes quirks
Keith Busch
1
-3
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-7
/
+7
2024-12-02
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
Christoph Hellwig
1
-1
/
+2
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
7
-82
/
+256
2024-11-21
nvme: tuning pr code by using defined structs and macros
Guixin Liu
1
-47
/
+75
2024-11-19
nvme-fabrics: fix kernel crash while shutting down controller
Nilay Shroff
1
-0
/
+5
2024-11-19
Revert "nvme: make keep-alive synchronous operation"
Nilay Shroff
1
-7
/
+10
[next]