index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+5
2026-08-14
Merge tag 'nvme-7.3-2026-08-13' of git://git.infradead.org/nvme into for-7.3/block
Jens Axboe
14
-208
/
+455
2026-08-13
nvme: nvme-fc: Fix nvme_fc_create_hw_io_queues() queue deletion in error path
Ewan D. Milne
1
-1
/
+1
2026-08-11
nvme: ratelimit the completion-path messages driven by device data
Chao Shi
2
-6
/
+6
2026-08-11
nvme-tcp: fix host memory disclosure on R2T for a read command
Yehyeong Lee
1
-0
/
+7
2026-08-11
nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
Yehyeong Lee
1
-1
/
+3
2026-08-11
nvme-tcp: reject a read that transferred too few bytes
Yehyeong Lee
1
-0
/
+34
2026-08-11
nvme-tcp: fix usage of page_frag_cache
Dmitry Bogdanov
1
-0
/
+8
2026-08-11
nvme: reject passthrough of driver-managed Set Features
Chao Shi
1
-39
/
+72
2026-08-11
nvme-apple: Drop the PRP null check chicken bit
Sven Peter
1
-14
/
+0
2026-08-11
nvme-apple: Require page aligned buffers on the admin queue
Sven Peter
1
-1
/
+2
2026-08-11
nvme: Add a quirk for page aligned admin queue buffers
Sven Peter
2
-1
/
+11
2026-08-11
nvme-apple: Never set the opcode in the NVMMU TCB
Sven Peter
1
-1
/
+1
2026-08-11
nvme-apple: Don't set a DMA direction for commands without a data transfer
Sven Peter
1
-1
/
+3
2026-08-11
nvme-apple: Destroy the admin queue on removal
Sven Peter
1
-0
/
+9
2026-08-10
nvme: raise FDP placement handle cap to U8_MAX and warn on overflow
Guixin Liu
1
-2
/
+9
2026-08-10
nvme-pci: release descriptor pools on probe failure
Guixin Liu
1
-0
/
+1
2026-08-10
nvme: zero the discard fallback page
Yehyeong Lee
1
-1
/
+1
2026-08-10
nvme-tcp: look up host_iface in the current netns
Geliang Tang
1
-1
/
+2
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
1
-1
/
+1
2026-07-29
nvme-pci: return error when parsing a quirk string fails
Guixin Liu
1
-0
/
+1
2026-07-29
nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_request
Guixin Liu
1
-0
/
+6
2026-07-28
nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()
Yang Xiuwei
1
-2
/
+6
2026-07-28
nvme-apple: Remove redundant dev_err_probe()
Pan Chuang
1
-3
/
+1
2026-07-28
nvme-pci: disable controller on admin queue IRQ setup failure
Myeonghun Pak
1
-0
/
+1
2026-07-28
nvme: enable context analysis support for nvme host driver
Nilay Shroff
1
-0
/
+1
2026-07-28
nvme: fix context analysis warning in tcp.c
Nilay Shroff
1
-1
/
+1
2026-07-28
nvme: add context annotations in tcp.c
Nilay Shroff
1
-4
/
+9
2026-07-28
nvme: fix context analysis warning in rdma.c
Nilay Shroff
1
-1
/
+1
2026-07-28
nvme: add context annotations in rdma.c
Nilay Shroff
1
-9
/
+14
2026-07-28
nvme: add context annotations for nvme_queue::sq_lock
Nilay Shroff
1
-4
/
+17
2026-07-28
nvme: add context annotations in fabric.c
Nilay Shroff
1
-2
/
+2
2026-07-28
nvme: add context annotations for nvme_subsystems_lock
Nilay Shroff
2
-4
/
+9
2026-07-28
nvme: add context annotations for nvme_ctrl::ana_lock
Nilay Shroff
1
-0
/
+1
2026-07-28
nvme: add context annotations for nvme_subsystem::lock
Nilay Shroff
2
-5
/
+14
2026-07-28
nvme: remove redundant initialization of delayed_removal_secs
Nilay Shroff
1
-1
/
+0
2026-07-28
nvme: add context annotations for nvme_dev::shutdown_lock
Nilay Shroff
1
-0
/
+1
2026-07-28
nvme: add context annotations for nvme_ns_head::current_path
Nilay Shroff
1
-1
/
+1
2026-07-28
nvme: add context annotations for nvme_ns_head::requeue_list
Nilay Shroff
1
-1
/
+2
2026-07-28
nvme: remove redundant initialization of nvme_ns_head::requeue_list
Nilay Shroff
1
-1
/
+0
2026-07-28
nvme: add context annotations for nvme_ns_head::srcu
Nilay Shroff
3
-2
/
+9
2026-07-28
nvme: add context annotations for nvme_passthru_{start|stop}
Nilay Shroff
1
-2
/
+8
2026-07-28
nvme: update nvme_passthru_end() signature
Nilay Shroff
2
-3
/
+5
2026-07-16
nvme: fix cdev lifetime
John Garry
2
-20
/
+9
2026-07-16
nvme: add nvme_get_ns_head()
John Garry
3
-1
/
+7
2026-07-14
nvme: clamp FDP nruhsd to allocated RUH status descriptor count
Hari Mishal
1
-1
/
+1
2026-07-14
nvme: bound ns descriptor header and body to identify buffer
Hari Mishal
1
-0
/
+4
2026-07-12
RDMA: Change capability fields in ib_device_attr from int to u32
Erni Sri Satya Vennela
1
-3
/
+5
2026-07-08
nvme: don't reference NS after unlocking in nvme_ns_head_ctrl_ioctl()
John Garry
1
-1
/
+1
2026-07-08
nvme: swap synchronization ordering in nvme_remove_head()
John Garry
1
-3
/
+4
[next]