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-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
2024-02-01
nvme-rdma: show hostnqn when connecting to rdma target
Nitin U. Yewale
1
-2
/
+2
2024-02-01
nvme-tcp: show hostnqn when connecting to tcp target
Nitin U. Yewale
1
-2
/
+2
2024-02-01
nvme-fc: do not wait in vain when unloading module
Daniel Wagner
1
-41
/
+6
2024-01-31
nvme-fc: log human-readable opcode on timeout
Caleb Sander
1
-3
/
+5
2024-01-31
nvme: split out fabrics version of nvme_opcode_str()
Caleb Sander
4
-11
/
+17
2024-01-31
nvme: remove redundant status mask
Caleb Sander
1
-1
/
+1
2024-01-31
nvme: return string as char *, not unsigned char *
Caleb Sander
2
-13
/
+13
2024-01-31
nvme: enable retries for authentication commands
Hannes Reinecke
3
-1
/
+5
2024-01-31
nvme: change __nvme_submit_sync_cmd() calling conventions
Hannes Reinecke
4
-20
/
+41
2024-01-31
nvme-auth: open-code single-use macros
Hannes Reinecke
1
-7
/
+7
2024-01-29
nvme: use ctrl state accessor
Keith Busch
7
-27
/
+32
2024-01-24
nvme-rdma: Fix transfer length when write_generate/read_verify are 0
Israel Rukshin
1
-3
/
+8
2024-01-24
nvme: add module description to stop warnings
Chaitanya Kulkarni
6
-0
/
+6
2024-01-18
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
7
-49
/
+67
2024-01-11
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
8
-318
/
+303
2024-01-10
Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+6
2024-01-10
nvme-pci: set doorbell config before unquiescing
William Butler
1
-1
/
+1
2024-01-08
nvme-tcp: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+3
2024-01-08
nvme-rdma: enhance timeout kernel log
Max Gurtovoy
1
-3
/
+8
2024-01-08
nvme-pci: enhance timeout kernel log
Keith Busch
1
-10
/
+13
2024-01-05
nvme: introduce nvme_disk_is_ns_head helper
Guixin Liu
3
-6
/
+17
2024-01-05
nvme-pci: disable write zeroes for SK Hynix BC901
Jim.Lin
1
-0
/
+2
2024-01-03
nvme: simplify the max_discard_segments calculation
Christoph Hellwig
2
-9
/
+6
2024-01-03
nvme: fix max_discard_sectors calculation
Christoph Hellwig
2
-12
/
+9
[prev]
[next]