index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
fc.c
Age
Commit message (
Expand
)
Author
2025-07-17
nvme: fix multiple spelling and grammar issues in host drivers
Alok Tiwari
2025-06-04
nvme: spelling fixes
Yi Zhang
2025-05-20
nvme-fc: do not reference lsrsp after failure
Daniel Wagner
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-20
nvme-fc: Utilise min3() to simplify queue count calculation
Qasim Ijaz
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
2025-02-20
nvme-fc: rely on state transitions to handle connectivity loss
Daniel Wagner
2025-01-31
nvme-fc: use ctrl state getter
Daniel Wagner
2025-01-23
nvme-fc: do not ignore connectivity loss during connecting
Daniel Wagner
2025-01-23
nvme-fc: go straight to connecting state when initializing
Daniel Wagner
2024-12-23
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2024-06-26
nvme-pci: do not directly handle subsys reset fallout
Keith Busch
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
2024-06-24
nvme: split device add from initialization
Keith Busch
2024-06-24
nvme: fc: split controller bringup handling
Keith Busch
2024-05-14
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
2024-05-01
nvme-fabrics: short-circuit reconnect retries
Hannes Reinecke
2024-04-04
nvme-fc: rename free_ctrl callback to match name pattern
Daniel Wagner
2024-02-01
nvme-fc: show hostnqn when connecting to fc target
Nitin U. Yewale
2024-02-01
nvme-fc: do not wait in vain when unloading module
Daniel Wagner
2024-01-31
nvme-fc: log human-readable opcode on timeout
Caleb Sander
2024-01-24
nvme: add module description to stop warnings
Chaitanya Kulkarni
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-10
Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-12-21
nvme-fc: set numa_node after nvme_init_ctrl
Keith Busch
2023-12-19
Revert "nvme-fc: fix race between error recovery and creating association"
Keith Busch
2023-12-04
nvme: ensure reset state check ordering
Keith Busch
2023-12-01
nvme-fc: replace deprecated strncpy with strscpy
Justin Stitt
2023-11-22
nvme: move nvme_stop_keep_alive() back to original position
Hannes Reinecke
2023-11-06
nvme: start keep-alive after admin queue setup
Hannes Reinecke
2023-08-21
nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
Nigel Kirkland
2023-07-12
nvme-fc: fix race between error recovery and creating association
Michael Liang
2023-07-12
nvme-fc: return non-zero status code when fails to create association
Michael Liang
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-01-23
nvme-fc: fix initialization order
Ross Lagerwall
2022-12-07
nvme: consolidate setting the tagset flags
Christoph Hellwig
2022-12-07
nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set
Christoph Hellwig
2022-12-06
nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
Christoph Hellwig
2022-12-06
nvme-fc: move common code into helper
Chaitanya Kulkarni
2022-12-06
nvme-fc: avoid null pointer dereference
Chaitanya Kulkarni
2022-12-06
nvme: introduce nvme_start_request
Sagi Grimberg
2022-11-18
nvme: rename the queue quiescing helpers
Christoph Hellwig
2022-11-15
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
2022-11-15
nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()
Christophe JAILLET
2022-09-27
nvme-fc: use the tagset alloc/free helpers
Christoph Hellwig
2022-09-27
nvme-fc: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
2022-09-27
nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
Christoph Hellwig
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-10
nvme-fc: fix the fc_appid_store return value
Christoph Hellwig
[next]