index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-21
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9
Jens Axboe
8
-28
/
+131
2024-03-21
nvme: remove redundant BUILD_BUG_ON check
Guixin Liu
1
-3
/
+0
2024-03-18
nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq
Li Feng
1
-3
/
+18
2024-03-18
nvme-tcp: Export the nvme_tcp_wq to sysfs
Li Feng
1
-1
/
+1
2024-03-18
drivers/nvme: Add quirks for device 126f:2262
Jiawei Fu (iBug)
1
-0
/
+3
2024-03-14
nvme: parse format command's lbafu when tracing
Guixin Liu
1
-1
/
+4
2024-03-14
nvme: add tracing of reservation commands
Guixin Liu
1
-0
/
+62
2024-03-14
nvme: parse zns command's zsa and zrasf to string
Guixin Liu
1
-3
/
+35
2024-03-14
nvme: use nvme_disk_is_ns_head helper
Guixin Liu
2
-4
/
+2
2024-03-14
nvme: fix reconnection fail due to reserved tag allocation
Chunguang Xu
2
-9
/
+4
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+1
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
8
-269
/
+287
2024-03-08
nvme-apple: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-03-08
nvme: change shutdown timeout setting message
Keith Busch
1
-1
/
+1
2024-03-06
nvme: clear caller pointer on identify failure
Keith Busch
1
-1
/
+4
2024-03-06
nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()
Shin'ichiro Kawasaki
1
-5
/
+2
2024-03-05
nvme: fabrics: make nvmf_class constant
Ricardo B. Marliere
1
-9
/
+11
2024-03-05
nvme: core: constify struct class usage
Ricardo B. Marliere
1
-25
/
+28
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-6
/
+1
2024-03-04
nvme-fabrics: typo in nvmf_parse_key()
Hannes Reinecke
1
-1
/
+1
2024-03-04
nvme-multipath: use atomic queue limits API for stacking limits
Christoph Hellwig
1
-3
/
+6
2024-03-04
nvme-multipath: pass queue_limits to blk_alloc_disk
Christoph Hellwig
1
-6
/
+7
2024-03-04
nvme: use the atomic queue limits update API
Christoph Hellwig
3
-79
/
+80
2024-03-04
nvme: cleanup nvme_configure_metadata
Christoph Hellwig
1
-28
/
+19
2024-03-04
nvme: don't query identify data in configure_metadata
Christoph Hellwig
1
-30
/
+19
2024-03-04
nvme: split out a nvme_identify_ns_nvm helper
Christoph Hellwig
1
-12
/
+26
2024-03-04
nvme: move common logic into nvme_update_ns_info
Christoph Hellwig
1
-42
/
+42
2024-03-04
nvme: move setting the write cache flags out of nvme_set_queue_limits
Christoph Hellwig
1
-3
/
+2
2024-03-04
nvme: move a few things out of nvme_update_disk_info
Christoph Hellwig
1
-20
/
+26
2024-03-04
nvme: don't use nvme_update_disk_info for the multipath disk
Christoph Hellwig
1
-1
/
+2
2024-03-04
nvme: move blk_integrity_unregister into nvme_init_integrity
Christoph Hellwig
1
-2
/
+2
2024-03-04
nvme: cleanup the nvme_init_integrity calling conventions
Christoph Hellwig
1
-14
/
+15
2024-03-04
nvme: move max_integrity_segments handling out of nvme_init_integrity
Christoph Hellwig
1
-7
/
+4
2024-03-04
nvme: remove nvme_revalidate_zones
Christoph Hellwig
3
-12
/
+3
2024-03-04
nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discard
Christoph Hellwig
1
-5
/
+6
2024-03-04
nvme: set max_hw_sectors unconditionally
Christoph Hellwig
1
-8
/
+8
2024-03-02
nvme-fabrics: check max outstanding commands
Guixin Liu
1
-0
/
+5
2024-03-02
nvme-rdma: clamp queue size according to ctrl cap
Max Gurtovoy
1
-4
/
+10
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
1
-3
/
+3
2024-02-13
nvme: implement support for relaxed effects
Keith Busch
1
-0
/
+4
2024-02-13
nvme-fabrics: fix I/O connect error handling
Chaitanya Kulkarni
1
-0
/
+1
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-02-13
block: pass a queue_limits argument to blk_mq_init_queue
Christoph Hellwig
2
-4
/
+4
2024-02-12
nvme: allow integrity when PI is not in first bytes
Kanchan Joshi
2
-1
/
+8
2024-02-07
nvme: use ns->head->pi_size instead of t10_pi_tuple structure size
Francis Pravin
1
-1
/
+1
2024-02-07
nvme-core: fix comment to reflect right functions
Chaitanya Kulkarni
1
-2
/
+2
2024-02-07
nvme: move passthrough logging attribute to head
Keith Busch
3
-18
/
+17
2024-02-01
nvme-host: fix the updating of the firmware version
Maurizio Lombardi
1
-2
/
+5
2024-02-01
nvme: allow passthru cmd error logging
Alan Adamson
3
-7
/
+113
2024-02-01
nvme-fc: show hostnqn when connecting to fc target
Nitin U. Yewale
1
-2
/
+2
[next]