summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2025-05-21nvme: avoid creating multipath sysfs group under namespace path devicesNilay Shroff
2025-05-20nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_diskNilay Shroff
2025-05-20nvme: introduce multipath_always_on module paramNilay Shroff
2025-05-20nvme-multipath: introduce delayed removal of the multipath head nodeNilay Shroff
2025-05-20nvme-pci: derive and better document max segments limitsChristoph Hellwig
2025-05-20nvme-pci: use struct_size for allocation struct nvme_devChristoph Hellwig
2025-05-20nvme-pci: add a symolic name for the small pool sizeLeon Romanovsky
2025-05-20nvme-pci: use a better encoding for small prp pool allocationsChristoph Hellwig
2025-05-20nvme-pci: rename the descriptor poolsChristoph Hellwig
2025-05-20nvme-pci: remove struct nvme_descriptorChristoph Hellwig
2025-05-20nvme-pci: store aborted state in flags variableLeon Romanovsky
2025-05-20nvme-pci: don't try to use SGLs for metadata on the admin queueChristoph Hellwig
2025-05-20nvme-pci: make PRP list DMA pools per-NUMA-nodeCaleb Sander Mateos
2025-05-20nvme-pci: factor out a nvme_init_hctx_common() helperCaleb Sander Mateos
2025-05-20nvme-fc: do not reference lsrsp after failureDaniel Wagner
2025-05-20nvme-auth: do not re-authenticate queues with no prior authenticationHannes Reinecke
2025-05-20nvme-tcp: open-code nvme_tcp_queue_request() for R2THannes Reinecke
2025-05-20nvme-tcp: remove redundant check to ctrl->optsHannes Reinecke
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-14nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman
2025-05-14nvme: all namespaces in a subsystem must adhere to a common atomic write sizeAlan Adamson
2025-05-14nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathingAlan Adamson
2025-05-13nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch
2025-05-13nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig
2025-05-07nvme: unblock ctrl state transition for firmware updateDaniel Wagner
2025-05-06nvme: fix incorrect sizeofKanchan Joshi
2025-05-06nvme: fix write_stream_granularity initializationCaleb Sander Mateos
2025-05-06nvme: use fdp streams if write stream is providedKeith Busch
2025-05-06nvme: register fdp parameters with the block layerKeith Busch
2025-05-06nvme: pass a void pointer to nvme_get/set_features for the resultChristoph Hellwig
2025-05-06nvme: add a nvme_get_log_lsi helperChristoph Hellwig
2025-05-05Merge branch 'block-6.15' into for-6.16/blockJens Axboe
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-30nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSAlistair Francis
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang
2025-04-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan
2025-04-29nvme-pci: add quirks for device 126f:1001Wentao Guan
2025-04-29nvme-pci: fix queue unquiesce check on slot_resetKeith Busch
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-16nvme-multipath: sysfs links may not be created for devicesHannes Reinecke
2025-04-16nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-09nvme-tcp: fix use-after-free of netns by kernel TCP socket.Kuniyuki Iwashima
2025-04-08nvme: multipath: fix return value of nvme_available_pathUday Shankar
2025-04-08nvme: re-read ANA log page after ns scan completesHannes Reinecke
2025-04-07nvme: requeue namespace scan on missed AENsHannes Reinecke
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03Merge tag 'block-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds