index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
2024-12-31
9
-81
/
+108
|
\
|
*
nvme-tcp: remove nvme_tcp_destroy_io_queues()
Chunguang.xu
2024-12-27
1
-11
/
+7
|
*
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
2024-12-27
5
-65
/
+79
|
*
nvmet: propagate npwg topology
Luis Chamberlain
2024-12-27
1
-1
/
+1
|
*
nvmet: Don't overflow subsysnqn
Leo Stone
2024-12-27
1
-2
/
+9
|
*
nvme-pci: 512 byte aligned dma pool segment quirk
Robert Beckett
2024-12-11
2
-2
/
+12
*
|
nvme: use blk_validate_block_size() for max LBA check
Luis Chamberlain
2024-12-18
1
-1
/
+1
|
/
*
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
2024-12-05
6
-30
/
+22
|
\
|
*
nvme-tcp: simplify nvme_tcp_teardown_io_queues()
Chunguang.xu
2024-12-04
1
-10
/
+4
|
*
nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
Chunguang.xu
2024-12-04
1
-1
/
+0
|
*
nvme-rdma: unquiesce admin_q before destroy it
Chunguang.xu
2024-12-04
1
-7
/
+1
|
*
nvme-tcp: fix the memleak while create new ctrl failed
Chunguang.xu
2024-12-04
1
-1
/
+1
|
*
nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
Christoph Hellwig
2024-12-04
1
-1
/
+2
|
*
nvmet: replace kmalloc + memset with kzalloc for data allocation
Yu-Chun Lin
2024-12-04
1
-2
/
+1
|
*
nvme-fabrics: handle zero MAXCMD without closing the connection
Maurizio Lombardi
2024-12-04
1
-2
/
+3
|
*
nvme-pci: remove two deallocate zeroes quirks
Keith Busch
2024-12-03
1
-3
/
+1
|
*
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
Christoph Hellwig
2024-12-02
1
-1
/
+2
|
*
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
2024-12-02
1
-2
/
+7
*
|
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-02
2
-8
/
+8
*
|
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-12-02
1
-1
/
+1
*
|
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
2024-12-01
8
-85
/
+260
|
\
|
|
*
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
3
-6
/
+8
|
*
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
*
|
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-19
17
-98
/
+1886
|
\
|
|
*
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
13
-49
/
+1836
|
|
\
|
|
*
nvmet: add tracing of reservation commands
Guixin Liu
2024-11-13
1
-0
/
+108
|
|
*
nvme: parse reservation commands's action and rtype to string
Guixin Liu
2024-11-13
1
-6
/
+52
|
|
*
nvmet: report ns's vwc not present
Guixin Liu
2024-11-13
1
-0
/
+7
|
|
*
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: support for csi identify ns
Keith Busch
2024-11-11
1
-0
/
+32
|
|
*
nvmet: implement rotational media information log
Keith Busch
2024-11-11
2
-0
/
+43
|
|
*
nvmet: implement endurance groups
Keith Busch
2024-11-11
2
-0
/
+96
|
|
*
nvmet: declare 2.1 version compliance
Keith Busch
2024-11-11
1
-1
/
+1
|
|
*
nvmet: implement crto property
Keith Busch
2024-11-11
1
-0
/
+3
|
|
*
nvmet: implement supported features log
Keith Busch
2024-11-11
1
-0
/
+33
|
|
*
nvmet: implement supported log pages
Keith Busch
2024-11-11
1
-0
/
+28
|
|
*
nvmet: implement active command set ns list
Keith Busch
2024-11-11
1
-2
/
+7
|
|
*
nvmet: implement id ns for nvm command set
Keith Busch
2024-11-11
1
-2
/
+16
|
|
*
nvmet: support reservation feature
Guixin Liu
2024-11-11
7
-12
/
+1328
|
|
*
nvme-core: remove repeated wq flags
Chaitanya Kulkarni
2024-11-05
1
-6
/
+4
[next]