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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
nvmet: replace kmalloc + memset with kzalloc for data allocation
Yu-Chun Lin
1
-2
/
+1
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
2
-8
/
+8
2024-12-02
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
Christoph Hellwig
1
-1
/
+2
2024-12-02
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
1
-2
/
+7
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
8
-85
/
+260
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
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
17
-98
/
+1886
2024-11-18
nvme-pci: use sgls for all user requests if possible
Keith Busch
2
-4
/
+13
2024-11-18
nvme: define the remaining used sgls constants
Keith Busch
3
-6
/
+8
2024-11-18
nvme-pci: add support for sgl metadata
Keith Busch
2
-15
/
+136
2024-11-18
nvme/multipath: Fix RCU list traversal to use SRCU primitive
Breno Leitao
1
-7
/
+14
2024-11-13
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
1
-1
/
+1
2024-11-13
block: add a rq_list type
Christoph Hellwig
2
-9
/
+8
2024-11-13
nvme-pci: reverse request order in nvme_queue_rqs
Christoph Hellwig
1
-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
13
-49
/
+1836
2024-11-13
nvmet: add tracing of reservation commands
Guixin Liu
1
-0
/
+108
2024-11-13
nvme: parse reservation commands's action and rtype to string
Guixin Liu
1
-6
/
+52
2024-11-13
nvmet: report ns's vwc not present
Guixin Liu
1
-0
/
+7
2024-11-11
nvme: check ns's volatile write cache not present
Guixin Liu
1
-1
/
+3
2024-11-11
nvme: add rotational support
Wang Yugui
2
-0
/
+7
2024-11-11
nvme: use command set independent id ns if available
Matias Bjørling
1
-3
/
+4
2024-11-11
nvmet: support for csi identify ns
Keith Busch
1
-0
/
+32
2024-11-11
nvmet: implement rotational media information log
Keith Busch
2
-0
/
+43
2024-11-11
nvmet: implement endurance groups
Keith Busch
2
-0
/
+96
2024-11-11
nvmet: declare 2.1 version compliance
Keith Busch
1
-1
/
+1
2024-11-11
nvmet: implement crto property
Keith Busch
1
-0
/
+3
2024-11-11
nvmet: implement supported features log
Keith Busch
1
-0
/
+33
2024-11-11
nvmet: implement supported log pages
Keith Busch
1
-0
/
+28
2024-11-11
nvmet: implement active command set ns list
Keith Busch
1
-2
/
+7
2024-11-11
nvmet: implement id ns for nvm command set
Keith Busch
1
-2
/
+16
2024-11-11
nvmet: support reservation feature
Guixin Liu
7
-12
/
+1328
2024-11-11
nvme-multipath: don't bother clearing max_hw_zone_append_sectors
Christoph Hellwig
1
-2
/
+0
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2
-2
/
+2
2024-11-09
Merge tag 'block-6.12-20241108' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+14
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
2
-2
/
+2
2024-11-05
nvme-core: remove repeated wq flags
Chaitanya Kulkarni
1
-6
/
+4
2024-11-05
nvmet: make nvmet_wq visible in sysfs
Guixin Liu
1
-1
/
+1
2024-11-05
nvme-pci: use dma_alloc_noncontigous if possible
Christoph Hellwig
1
-5
/
+53
2024-11-05
nvme-pci: fix freeing of the HMB descriptor table
Christoph Hellwig
1
-7
/
+9
2024-11-04
nvme/host: Fix RCU list traversal to use SRCU primitive
Breno Leitao
1
-7
/
+14
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2
-2
/
+2
2024-11-01
Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linux
Linus Torvalds
3
-16
/
+48
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
1
-8
/
+13
2024-10-30
nvme: re-fix error-handling for io_uring nvme-passthrough
Keith Busch
1
-2
/
+5
2024-10-30
nvmet-auth: assign dh_key to NULL after kfree_sensitive
Vitaliy Shevtsov
1
-0
/
+1
[prev]
[next]