index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Lines
2024-12-31
Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
-81
/
+108
2024-12-27
nvme-tcp: remove nvme_tcp_destroy_io_queues()
Chunguang.xu
-11
/
+7
2024-12-27
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
-65
/
+79
2024-12-27
nvmet: propagate npwg topology
Luis Chamberlain
-1
/
+1
2024-12-27
nvmet: Don't overflow subsysnqn
Leo Stone
-2
/
+9
2024-12-18
nvme: use blk_validate_block_size() for max LBA check
Luis Chamberlain
-1
/
+1
2024-12-11
nvme-pci: 512 byte aligned dma pool segment quirk
Robert Beckett
-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
-30
/
+22
2024-12-04
nvme-tcp: simplify nvme_tcp_teardown_io_queues()
Chunguang.xu
-10
/
+4
2024-12-04
nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
Chunguang.xu
-1
/
+0
2024-12-04
nvme-rdma: unquiesce admin_q before destroy it
Chunguang.xu
-7
/
+1
2024-12-04
nvme-tcp: fix the memleak while create new ctrl failed
Chunguang.xu
-1
/
+1
2024-12-04
nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
Christoph Hellwig
-1
/
+2
2024-12-04
nvmet: replace kmalloc + memset with kzalloc for data allocation
Yu-Chun Lin
-2
/
+1
2024-12-04
nvme-fabrics: handle zero MAXCMD without closing the connection
Maurizio Lombardi
-2
/
+3
2024-12-03
nvme-pci: remove two deallocate zeroes quirks
Keith Busch
-3
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-8
/
+8
2024-12-02
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
Christoph Hellwig
-1
/
+2
2024-12-02
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
-2
/
+7
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-1
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
-85
/
+260
2024-11-21
nvme: tuning pr code by using defined structs and macros
Guixin Liu
-47
/
+75
2024-11-19
nvme-fabrics: fix kernel crash while shutting down controller
Nilay Shroff
-0
/
+5
2024-11-19
Revert "nvme: make keep-alive synchronous operation"
Nilay Shroff
-7
/
+10
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
-98
/
+1886
2024-11-18
nvme-pci: use sgls for all user requests if possible
Keith Busch
-4
/
+13
2024-11-18
nvme: define the remaining used sgls constants
Keith Busch
-6
/
+8
2024-11-18
nvme-pci: add support for sgl metadata
Keith Busch
-15
/
+136
2024-11-18
nvme/multipath: Fix RCU list traversal to use SRCU primitive
Breno Leitao
-7
/
+14
2024-11-13
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
-1
/
+1
2024-11-13
block: add a rq_list type
Christoph Hellwig
-9
/
+8
2024-11-13
nvme-pci: reverse request order in nvme_queue_rqs
Christoph Hellwig
-22
/
+17
2024-11-13
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...
Jens Axboe
-49
/
+1836
2024-11-13
nvmet: add tracing of reservation commands
Guixin Liu
-0
/
+108
2024-11-13
nvme: parse reservation commands's action and rtype to string
Guixin Liu
-6
/
+52
2024-11-13
nvmet: report ns's vwc not present
Guixin Liu
-0
/
+7
2024-11-11
nvme: check ns's volatile write cache not present
Guixin Liu
-1
/
+3
2024-11-11
nvme: add rotational support
Wang Yugui
-0
/
+7
2024-11-11
nvme: use command set independent id ns if available
Matias Bjørling
-3
/
+4
2024-11-11
nvmet: support for csi identify ns
Keith Busch
-0
/
+32
2024-11-11
nvmet: implement rotational media information log
Keith Busch
-0
/
+43
2024-11-11
nvmet: implement endurance groups
Keith Busch
-0
/
+96
2024-11-11
nvmet: declare 2.1 version compliance
Keith Busch
-1
/
+1
2024-11-11
nvmet: implement crto property
Keith Busch
-0
/
+3
2024-11-11
nvmet: implement supported features log
Keith Busch
-0
/
+33
2024-11-11
nvmet: implement supported log pages
Keith Busch
-0
/
+28
2024-11-11
nvmet: implement active command set ns list
Keith Busch
-2
/
+7
2024-11-11
nvmet: implement id ns for nvm command set
Keith Busch
-2
/
+16
2024-11-11
nvmet: support reservation feature
Guixin Liu
-12
/
+1328
2024-11-11
nvme-multipath: don't bother clearing max_hw_zone_append_sectors
Christoph Hellwig
-2
/
+0
[next]