summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2025-08-20nvme-tcp: log TLS handshake failures at error levelMaurizio Lombardi
2025-08-20nvme-pci: try function level reset on init failureKeith Busch
2025-07-24nvme: fix misaccounting of nvme-mpath inflight I/OYu Kuai
2025-07-24nvme: revert the cross-controller atomic write size validationChristoph Hellwig
2025-07-24nvme: fix endianness of command word prints in nvme_log_err_passthru()John Garry
2025-07-24nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list()Zheng Qixing
2025-07-10nvme-multipath: fix suspicious RCU usage warningGeliang Tang
2025-07-10nvme-pci: refresh visible attrs after being checkedEugen Hristev
2025-07-10nvme: Fix incorrect cdw15 value in passthru error loggingAlok Tiwari
2025-07-06nvme: fix atomic write size validationChristoph Hellwig
2025-07-06nvme: refactor the atomic write unit detectionChristoph Hellwig
2025-07-06nvme-tcp: sanitize request list handlingHannes Reinecke
2025-07-06nvme-tcp: fix I/O stalls on congested socketsHannes Reinecke
2025-06-27nvme: always punt polled uring_cmd end_io work to task_workJens Axboe
2025-06-27nvme-tcp: remove tag set when second admin queue config failsShin'ichiro Kawasaki
2025-06-19nvme: fix implicit bool to flags conversionPavel Begunkov
2025-06-19nvme: fix command limits status codeKeith Busch
2025-05-22Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-21nvme: avoid creating multipath sysfs group under namespace path devicesNilay Shroff
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-07nvme: unblock ctrl state transition for firmware updateDaniel Wagner
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
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01nvme-pci: skip nvme_write_sq_db on empty rqlistMaurizio Lombardi
2025-04-01nvme-multipath: change the NVME_MULTIPATH config optionJohn Meneghini
2025-04-01nvme: update the multipath warning in nvme_init_ns_headJohn Meneghini
2025-04-01nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()Caleb Sander Mateos
2025-04-01nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()Caleb Sander Mateos
2025-04-01nvme/ioctl: don't warn on vectorized uring_cmd with fixed bufferCaleb Sander Mateos