index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
Christoph Hellwig
2024-12-02
1
-1
/
+2
*
nvme: tuning pr code by using defined structs and macros
Guixin Liu
2024-11-21
1
-47
/
+75
*
nvme-fabrics: fix kernel crash while shutting down controller
Nilay Shroff
2024-11-19
1
-0
/
+5
*
Revert "nvme: make keep-alive synchronous operation"
Nilay Shroff
2024-11-19
1
-7
/
+10
*
nvme-pci: use sgls for all user requests if possible
Keith Busch
2024-11-18
2
-4
/
+13
*
nvme: define the remaining used sgls constants
Keith Busch
2024-11-18
2
-3
/
+4
*
nvme-pci: add support for sgl metadata
Keith Busch
2024-11-18
2
-15
/
+136
*
nvme/multipath: Fix RCU list traversal to use SRCU primitive
Breno Leitao
2024-11-18
1
-7
/
+14
*
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
2024-11-13
1
-1
/
+1
*
block: add a rq_list type
Christoph Hellwig
2024-11-13
2
-9
/
+8
*
nvme-pci: reverse request order in nvme_queue_rqs
Christoph Hellwig
2024-11-13
1
-22
/
+17
*
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...
Jens Axboe
2024-11-13
5
-31
/
+135
|
\
|
*
nvme: parse reservation commands's action and rtype to string
Guixin Liu
2024-11-13
1
-6
/
+52
|
*
nvme: check ns's volatile write cache not present
Guixin Liu
2024-11-11
1
-1
/
+3
|
*
nvme: add rotational support
Wang Yugui
2024-11-11
2
-0
/
+7
|
*
nvme: use command set independent id ns if available
Matias Bjørling
2024-11-11
1
-3
/
+4
|
*
nvmet: implement rotational media information log
Keith Busch
2024-11-11
1
-0
/
+1
|
*
nvmet: implement endurance groups
Keith Busch
2024-11-11
1
-0
/
+1
|
*
nvme-core: remove repeated wq flags
Chaitanya Kulkarni
2024-11-05
1
-6
/
+4
|
*
nvme-pci: use dma_alloc_noncontigous if possible
Christoph Hellwig
2024-11-05
1
-5
/
+53
|
*
nvme-pci: fix freeing of the HMB descriptor table
Christoph Hellwig
2024-11-05
1
-7
/
+9
|
*
nvme: use helpers to access io_uring cmd space
Pavel Begunkov
2024-10-22
1
-3
/
+1
*
|
nvme-multipath: don't bother clearing max_hw_zone_append_sectors
Christoph Hellwig
2024-11-11
1
-2
/
+0
*
|
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-11-11
2
-2
/
+2
*
|
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
2024-11-07
2
-2
/
+2
*
|
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-11-04
2
-2
/
+2
*
|
blk-integrity: remove seed for user mapped buffers
Keith Busch
2024-10-30
1
-9
/
+8
*
|
nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
Ming Lei
2024-10-26
1
-2
/
+7
|
/
*
Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linux
Linus Torvalds
2024-10-19
5
-37
/
+71
|
\
|
*
nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function
Nilay Shroff
2024-10-17
1
-8
/
+2
|
*
nvme: make keep-alive synchronous operation
Nilay Shroff
2024-10-17
1
-10
/
+7
|
*
nvme-pci: fix race condition between reset and nvme_dev_disable()
Maurizio Lombardi
2024-10-17
1
-3
/
+16
|
*
nvme-multipath: defer partition scanning
Keith Busch
2024-10-15
2
-6
/
+34
|
*
nvme: disable CC.CRIME (NVME_CC_CRIME)
Greg Joyce
2024-10-09
1
-6
/
+8
|
*
nvme: delete unnecessary fallthru comment
Tokunori Ikegami
2024-10-08
1
-1
/
+0
|
*
nvme: tcp: avoid race between queue_lock lock and destroy
Hannes Reinecke
2024-10-03
1
-3
/
+4
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
6
-6
/
+6
|
/
*
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-25
5
-15
/
+17
|
\
|
*
nvme: remove CC register read-back during enabling
Keith Busch
2024-09-25
1
-5
/
+0
|
*
nvme: null terminate nvme_tls_attrs
Shin'ichiro Kawasaki
2024-09-25
1
-0
/
+1
|
*
nvme-multipath: avoid hang on inaccessible namespaces
Hannes Reinecke
2024-09-25
1
-2
/
+10
|
*
nvme-multipath: system fails to create generic nvme device
Hannes Reinecke
2024-09-25
1
-1
/
+1
|
*
Merge tag 'v6.11' into for-6.12/block
Jens Axboe
2024-09-17
4
-20
/
+38
|
|
\
|
*
|
blk-integrity: improved sg segment mapping
Keith Busch
2024-09-13
1
-2
/
+2
|
*
|
nvme-rdma: use request to get integrity segments
Keith Busch
2024-09-13
1
-1
/
+1
|
*
|
block: provide a request helper for user integrity segments
Keith Busch
2024-09-13
1
-4
/
+2
*
|
|
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-09-21
1
-0
/
+1
|
\
\
\
|
*
|
|
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
2024-09-02
1
-0
/
+1
*
|
|
|
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-16
9
-65
/
+191
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
nvme-pci: qdepth 1 quirk
Keith Busch
2024-09-13
2
-9
/
+14
[next]