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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-28
nvme: map uring_cmd data even if address is 0
Xinyu Zhang
1
-1
/
+1
2025-02-27
nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
Maurizio Lombardi
1
-3
/
+29
2025-02-27
nvme-tcp: Fix a C2HTermReq error message
Maurizio Lombardi
1
-1
/
+1
2025-02-27
io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
Pavel Begunkov
1
-4
/
+6
2025-02-25
nvme-ioctl: fix leaked requests on mapping error
Keith Busch
1
-4
/
+8
2025-02-24
nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
Icenowy Zheng
1
-8
/
+12
2025-02-24
nvme-pci: clean up CMBMSC when registering CMB fails
Icenowy Zheng
1
-0
/
+1
2025-02-24
nvme-tcp: fix possible UAF in nvme_tcp_poll
Sagi Grimberg
1
-2
/
+3
2025-02-20
nvme: only allow entering LIVE from CONNECTING state
Daniel Wagner
1
-2
/
+0
2025-02-20
nvme-fc: rely on state transitions to handle connectivity loss
Daniel Wagner
1
-61
/
+6
2025-02-18
soc: apple: rtkit: Pass the crashlog to the crashed() callback
Asahi Lina
1
-1
/
+1
2025-02-18
apple-nvme: Support coprocessors left idle
Hector Martin
1
-17
/
+36
2025-02-18
apple-nvme: Release power domains when probe fails
Hector Martin
1
-0
/
+2
2025-02-18
nvme/ioctl: add missing space in err message
Caleb Sander Mateos
1
-2
/
+1
2025-02-18
nvme-tcp: fix connect failure on receiving partial ICResp PDU
Caleb Sander Mateos
1
-1
/
+4
2025-02-18
nvme: tcp: Fix compilation warning with W=1
Damien Le Moal
1
-1
/
+1
2025-02-18
nvme-tcp: add basic support for the C2HTermReq PDU
Maurizio Lombardi
1
-0
/
+43
2025-02-18
nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
Christopher Lentocha
1
-0
/
+2
2025-02-03
Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14
Jens Axboe
4
-21
/
+36
2025-01-31
nvme-fc: use ctrl state getter
Daniel Wagner
1
-3
/
+6
2025-01-31
nvme: make nvme_tls_attrs_group static
Keith Busch
1
-1
/
+1
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
2
-8
/
+11
2025-01-23
nvme-fc: do not ignore connectivity loss during connecting
Daniel Wagner
1
-5
/
+18
2025-01-23
nvme: handle connectivity loss in nvme_set_queue_count
Daniel Wagner
1
-1
/
+7
2025-01-23
nvme-fc: go straight to connecting state when initializing
Daniel Wagner
1
-2
/
+1
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+13
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
6
-76
/
+99
2025-01-17
block: Add common atomic writes enable flag
John Garry
1
-0
/
+1
2025-01-17
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Georg Gottleuber
1
-0
/
+1
2025-01-17
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
Georg Gottleuber
1
-1
/
+2
2025-01-17
nvme-pci: remove redundant dma frees in hmb
Francis Pravin
1
-8
/
+0
2025-01-13
nvme: fix bogus kzalloc() return check in nvme_init_effects_log()
Jens Axboe
1
-1
/
+1
2025-01-13
Merge tag 'nvme-6.14-2025-01-12' of git://git.infradead.org/nvme into for-6.1...
Jens Axboe
4
-65
/
+92
2025-01-12
nvme-pci: use correct size to free the hmb buffer
Francis Pravin
1
-2
/
+2
2025-01-12
nvme: Add error path for xa_store in nvme_init_effects
Keisuke Nishimura
1
-4
/
+22
2025-01-12
nvme-pci: fix comment typo
Baruch Siach
1
-1
/
+1
2025-01-10
nvme: Move opcode string helper functions declarations
Damien Le Moal
1
-39
/
+0
2025-01-10
nvme: change return type of nvme_poll_cq() to bool
Yongsoo Joo
1
-4
/
+4
2025-01-10
nvme: Add error check for xa_store in nvme_get_effects_log
Keisuke Nishimura
1
-2
/
+6
2025-01-10
nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
Sagi Grimberg
1
-13
/
+57
2025-01-10
nvme: fix queue freeze vs limits lock order
Christoph Hellwig
1
-4
/
+5
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
2
-2
/
+0
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-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2
-2
/
+0
2024-12-23
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2
-3
/
+1
2024-12-23
nvme: add support for passing on the application tag
Kanchan Joshi
1
-0
/
+10
2024-12-23
block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
Anuj Gupta
1
-8
/
+3
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
[prev]
[next]