Message ID | 20250320111328.2841690-1-mcgrof@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 62FA521C9FE; Thu, 20 Mar 2025 11:13:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742469223; cv=none; b=BHa+Tb3PuCOqOyktPFsR1yKLmABWZWhjwpvQpT6s2Wtts4Sa712ofhhaxnnsX/gLRz53M+WEwbdoUmxlQJjueXjr+2t/50WEkZlU2QVfvCvsYyOM1PR6FEnCQUgt+OtLiSifcn6BuWI/hJJXa7kVLAZHHWf4UJH8WTto/R0clBE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742469223; c=relaxed/simple; bh=Yv/QyXen/MVWoFbGC0/9RIHDrXtmkEkP7+bsyO2cfgE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tf0EtnE6+aBcorHiWiUVb8eddS3AmQIYfZJ9OHJSTY0MttaIOlwfM6vd4a1x03hya+B+BLvbGntFQO7L4OCw4CngmVUUMf9novFOLfYP2OVIEbbPhItRQqVvto42ycyzPuH7JmEs+JCApTrUJyb1wMITNESfhUfwfYdnNBibTXk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=nQ4SLRp8; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nQ4SLRp8" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=WS4+PxUYUf19jfxnqS2EQlmOXbGsS87CgpVY0Jf14I8=; b=nQ4SLRp8pgRrgY0eqG6fpORerE +/jDoFDBF+u18IAKjQaTHK6XVtvFyLe2a5XNQbeuIISOdvQlFIqvg1CwaoEX/csVtXSQC5HBPk7oS STGsU2WwCKLjHs44liiXHF5/E5UbYirwWVT/Jx/4QZjt1rwGnikjNy9DagBCsX6J5DVH4b9qfVMmC fq0R2Fmj0sTVsvDRoSg0DjtIe9/6ilLHO6o9ezmLrNxodTVvbCtJkurNvtatLpcrH6cdKP+a6nTjb scyNfjsnYlQwI2bElpvGnXte1/kqfsFnuKUNThTJxM0dGQcriEUQfhXmsp6txniVcyfBvDqmSASR/ HupGc0TQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tvDqB-0000000BvGH-0d8w; Thu, 20 Mar 2025 11:13:35 +0000 From: Luis Chamberlain <mcgrof@kernel.org> To: leon@kernel.org, hch@lst.de, kbusch@kernel.org, sagi@grimberg.me, axboe@kernel.dk, joro@8bytes.org, brauner@kernel.org, hare@suse.de, willy@infradead.org, david@fromorbit.com, djwong@kernel.org Cc: john.g.garry@oracle.com, ritesh.list@gmail.com, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-mm@kvack.org, gost.dev@samsung.com, p.raghav@samsung.com, da.gomez@samsung.com, kernel@pankajraghav.com, mcgrof@kernel.org Subject: [RFC 0/4] nvme-pci: breaking the 512 KiB max IO boundary Date: Thu, 20 Mar 2025 04:13:24 -0700 Message-ID: <20250320111328.2841690-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: <linux-block.vger.kernel.org> List-Subscribe: <mailto:linux-block+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-block+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain <mcgrof@infradead.org> |
Series |
nvme-pci: breaking the 512 KiB max IO boundary
|
expand
|