summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
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
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-20nvme-tcp: fix selinux denied when calling sock_sendmsgPeijie Shao
2025-03-20nvme: zns: Simplify nvme_zone_parse_entry()Damien Le Moal
2025-03-20nvme-pci: remove stale commentBaruch Siach
2025-03-20nvme-fc: Utilise min3() to simplify queue count calculationQasim Ijaz
2025-03-20nvme-multipath: Add visibility for queue-depth io-policyNilay Shroff
2025-03-20nvme-multipath: Add visibility for numa io-policyNilay Shroff
2025-03-20nvme-multipath: Add visibility for round-robin io-policyNilay Shroff
2025-03-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke
2025-03-17nvme: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-13Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14Jens Axboe
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki
2025-03-11nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki
2025-03-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch
2025-03-06Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into ...Arnd Bergmann
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter
2025-02-28nvme: map uring_cmd data even if address is 0Xinyu Zhang
2025-02-27nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi
2025-02-27nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi
2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov
2025-02-25nvme-ioctl: fix leaked requests on mapping errorKeith Busch
2025-02-24nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng
2025-02-24nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng
2025-02-24nvme-tcp: fix possible UAF in nvme_tcp_pollSagi Grimberg
2025-02-20nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner
2025-02-20nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner
2025-02-18soc: apple: rtkit: Pass the crashlog to the crashed() callbackAsahi Lina
2025-02-18apple-nvme: Support coprocessors left idleHector Martin
2025-02-18apple-nvme: Release power domains when probe failsHector Martin
2025-02-18nvme/ioctl: add missing space in err messageCaleb Sander Mateos
2025-02-18nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos
2025-02-18nvme: tcp: Fix compilation warning with W=1Damien Le Moal
2025-02-18nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi
2025-02-18nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha
2025-02-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe
2025-01-31nvme-fc: use ctrl state getterDaniel Wagner
2025-01-31nvme: make nvme_tls_attrs_group staticKeith Busch
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig