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-06-13
Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
1
-4
/
+6
2024-06-13
nvme: fix namespace removal list
Keith Busch
1
-4
/
+5
2024-06-12
nvme: avoid double free special payload
Chunguang Xu
1
-0
/
+1
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
1
-4
/
+11
2024-05-31
nvme: fix nvme_pr_* status code parsing
Weiwen Hu
1
-1
/
+1
2024-05-31
nvme-fabrics: use reserved tag for reg read/write command
Chunguang Xu
1
-3
/
+3
2024-05-28
nvme: use srcu for iterating namespace list
Keith Busch
4
-56
/
+83
2024-05-24
nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
Kundan Kumar
1
-1
/
+2
2024-05-24
nvme: remove sgs and sws
Kanchan Joshi
1
-2
/
+0
2024-05-23
nvme-multipath: fix io accounting on failover
Keith Busch
3
-2
/
+4
2024-05-23
nvme: fix multipath batched completion accounting
Keith Busch
1
-5
/
+10
2024-05-21
nvme-multipath: find NUMA path only for online numa-node
Nilay Shroff
1
-1
/
+1
2024-05-14
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
8
-51
/
+73
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+11
2024-05-07
nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
Tokunori Ikegami
2
-6
/
+6
2024-05-07
nvme-pci: Add quirk for broken MSIs
Sean Anderson
2
-3
/
+16
2024-05-01
nvme: do not retry authentication failures
Daniel Wagner
2
-3
/
+9
2024-05-01
nvme-fabrics: short-circuit reconnect retries
Hannes Reinecke
5
-20
/
+41
2024-05-01
nvme: return kernel error codes for admin queue connect
Hannes Reinecke
3
-22
/
+17
2024-05-01
nvme-tcp: strict pdu pacing to avoid send stalls on TLS
Hannes Reinecke
1
-2
/
+8
2024-05-01
nvme: cancel pending I/O if nvme controller is in terminal state
Nilay Shroff
3
-22
/
+28
2024-05-01
nvme: find numa distance only if controller has valid numa id
Nilay Shroff
1
-1
/
+2
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-1
/
+1
2024-04-15
nvme/io_uring: use helper for polled completions
Jens Axboe
1
-4
/
+11
2024-04-11
nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
Yi Zhang
1
-1
/
+1
2024-04-04
nvme-fc: rename free_ctrl callback to match name pattern
Daniel Wagner
1
-2
/
+2
2024-04-04
nvme: don't create a multipath node for zero capacity devices
Christoph Hellwig
1
-1
/
+1
2024-04-02
nvme: split nvme_update_zone_info
Christoph Hellwig
3
-23
/
+41
2024-04-02
nvme-multipath: don't inherit LBA-related fields for the multipath node
Christoph Hellwig
1
-0
/
+20
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
[next]