index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-17
nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()
Ewan D. Milne
1
-1
/
+1
2025-11-17
nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()
Ewan D. Milne
1
-6
/
+7
2025-11-17
nvme-multipath: fix lockdep WARN due to partition scan work
Shin'ichiro Kawasaki
1
-1
/
+1
2025-11-17
nvmet-auth: update sc_c in target host hash calculation
Alistair Francis
3
-2
/
+4
2025-11-05
nvme: fix admin request_queue lifetime
Keith Busch
1
-1
/
+2
2025-10-22
nvme-pci: use blk_map_iter for p2p metadata
Keith Busch
1
-3
/
+10
2025-10-22
nvmet-auth: update sc_c in host response
Hannes Reinecke
1
-2
/
+3
2025-10-16
nvme/tcp: handle tls partially sent records in write_space()
Wilfred Mallawa
1
-0
/
+3
2025-10-14
nvme-auth: update sc_c in host response
Martin George
1
-1
/
+5
2025-10-09
nvme-multipath: Skip nr_active increments in RETRY disposition
Amit Chaudhary
1
-2
/
+4
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
11
-154
/
+222
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-1
/
+1
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-60
/
+137
2025-09-23
Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.18/block
Jens Axboe
9
-57
/
+126
2025-09-23
nvme: Use non zero KATO for persistent discovery connections
Alistair Francis
1
-1
/
+7
2025-09-23
nvmet: add safety check for subsys lock
Max Gurtovoy
1
-9
/
+6
2025-09-23
nvme-core: use nvme_is_io_ctrl() for I/O controller check
Martin George
1
-1
/
+1
2025-09-23
nvme-core: do ioccsz/iorcsz validation only for I/O controllers
Kamaljit Singh
1
-2
/
+2
2025-09-23
nvme-core: add method to check for an I/O controller
Kamaljit Singh
1
-0
/
+5
2025-09-20
io_uring: fix nvme's 32b cqes on mixed cq
Keith Busch
1
-1
/
+1
2025-09-16
nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
Georg Gottleuber
1
-0
/
+2
2025-09-15
nvme-auth: use hkdf_expand_label()
Chris Leech
1
-20
/
+13
2025-09-15
nvme-auth: add hkdf_expand_label()
Chris Leech
1
-0
/
+53
2025-09-15
nvme-tcp: send only permitted commands for secure concat
Martin George
1
-0
/
+3
2025-09-15
nvme-fc: use lock accessing port_state and rport state
Daniel Wagner
1
-2
/
+8
2025-09-15
nvmet-fcloop: call done callback even when remote port is gone
Daniel Wagner
1
-3
/
+5
2025-09-15
nvmet-fc: avoid scheduling association deletion twice
Daniel Wagner
1
-7
/
+9
2025-09-15
nvmet-fc: move lsop put work to nvmet_fc_ls_req_op
Daniel Wagner
1
-10
/
+9
2025-09-15
nvme-auth: update bi_directional flag
Martin George
1
-2
/
+3
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
1
-5
/
+0
2025-09-09
blk-mq-dma: bring back p2p request flags
Keith Busch
1
-17
/
+4
2025-09-06
nvme: apple: Add Apple A11 support
Nick Chan
1
-60
/
+137
2025-09-03
Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-6.18/block
Jens Axboe
2
-3
/
+3
2025-09-02
nvme: fix PI insert on write
Christoph Hellwig
1
-7
/
+11
2025-08-25
nvme-pci: convert metadata mapping to dma iter
Keith Busch
1
-76
/
+87
2025-08-25
nvme-pci: create common sgl unmapping helper
Keith Busch
1
-15
/
+14
2025-08-25
blk-mq-dma: require unmap caller provide p2p map type
Keith Busch
1
-1
/
+8
2025-08-13
block: switch ->getgeo() to struct gendisk
Al Viro
2
-3
/
+3
2025-08-07
nvmet: exit debugfs after discovery subsystem exits
Mohamed Khalfella
1
-1
/
+1
2025-07-31
nvme: fix various comment typos
Bjorn Helgaas
4
-9
/
+9
2025-07-31
nvme-auth: remove unneeded semicolon
Jiapeng Chong
1
-2
/
+2
2025-07-31
nvme-pci: fix leak on sgl setup error
Keith Busch
1
-1
/
+1
2025-07-31
nvmet: initialize discovery subsys after debugfs is initialized
Mohamed Khalfella
1
-6
/
+6
2025-07-31
nvme: add capability to connect to an administrative controller
Kamaljit Singh
1
-0
/
+16
2025-07-31
nvmet: add support for FDP in fabrics passthru path
Nitesh Shetty
1
-0
/
+2
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
12
-285
/
+423
2025-07-28
Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-3
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-9
/
+15
2025-07-18
Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
2
-18
/
+13
2025-07-17
nvme-pci: try function level reset on init failure
Keith Busch
1
-2
/
+22
[next]