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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()
Josh Poimboeuf
1
-1
/
+1
2025-03-22
nvmet-rdma: recheck queue state is LIVE in state lock in recv done
Ruozhu Li
1
-10
/
+23
2025-03-13
nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch
Meir Elisha
1
-4
/
+11
2025-03-13
nvmet: remove old function prototype
Maurizio Lombardi
1
-1
/
+0
2025-02-27
nvmet: Fix crash when a namespace is disabled
Hannes Reinecke
1
-21
/
+19
2025-02-17
nvmet: fix a memory leak in controller identify
Sagi Grimberg
1
-0
/
+1
2024-12-27
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
5
-65
/
+79
2024-12-27
nvmet: propagate npwg topology
Luis Chamberlain
1
-1
/
+1
2024-12-27
nvmet: Don't overflow subsysnqn
Leo Stone
1
-2
/
+9
2024-12-05
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
2
-4
/
+8
2024-12-04
nvmet: replace kmalloc + memset with kzalloc for data allocation
Yu-Chun Lin
1
-2
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-12-02
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
1
-2
/
+7
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
9
-26
/
+1714
2024-11-18
nvme: define the remaining used sgls constants
Keith Busch
1
-3
/
+4
2024-11-13
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...
Jens Axboe
8
-18
/
+1701
2024-11-13
nvmet: add tracing of reservation commands
Guixin Liu
1
-0
/
+108
2024-11-13
nvmet: report ns's vwc not present
Guixin Liu
1
-0
/
+7
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
1
-0
/
+42
2024-11-11
nvmet: implement endurance groups
Keith Busch
1
-0
/
+95
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-05
nvmet: make nvmet_wq visible in sysfs
Guixin Liu
1
-1
/
+1
2024-11-01
Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
1
-8
/
+13
2024-10-30
nvmet-auth: assign dh_key to NULL after kfree_sensitive
Vitaliy Shevtsov
1
-0
/
+1
2024-10-18
Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linux
Linus Torvalds
3
-33
/
+42
2024-10-17
nvme-loop: flush off pending I/O while shutting down loop controller
Nilay Shroff
1
-0
/
+13
2024-10-08
nvmet-rdma: use sbitmap to replace rsp free list
Guixin Liu
1
-29
/
+27
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
4
-4
/
+4
2024-10-01
nvmet-passthru: clear EUID/NGUID/UUID while using loop target
Nilay Shroff
1
-4
/
+2
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
3
-4
/
+14
2024-09-03
nvmet: Identify-Active Namespace ID List command should reject invalid nsid
Maurizio Lombardi
1
-0
/
+10
2024-08-26
nvmet-tcp: fix kernel crash if commands allocation fails
Maurizio Lombardi
1
-1
/
+3
2024-08-26
nvme: rename apptag and appmask to lbat and lbatm
Anuj Gupta
1
-2
/
+2
2024-08-23
nvmet: Make nvmet_debugfs static
Jinjie Ruan
1
-1
/
+1
2024-08-22
nvme-target: do not check authentication status for admin commands twice
Hannes Reinecke
1
-2
/
+0
2024-08-22
nvmet-auth: allow to clear DH-HMAC-CHAP keys
Hannes Reinecke
1
-0
/
+12
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
19
-118
/
+486
2024-07-08
nvmet-auth: fix nvmet_auth hash error handling
Gaosheng Cui
1
-6
/
+8
2024-06-26
nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]
Nathan Chancellor
1
-1
/
+1
2024-06-24
nvme-fcloop: implement 'host_traddr'
Hannes Reinecke
1
-0
/
+11
2024-06-24
nvmet-fc: implement host_traddr()
Hannes Reinecke
1
-0
/
+33
[next]