Message ID | 20230918110510.66470-1-hare@suse.de (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A5FACD342C for <linux-block@archiver.kernel.org>; Mon, 18 Sep 2023 11:06:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237739AbjIRLF6 (ORCPT <rfc822;linux-block@archiver.kernel.org>); Mon, 18 Sep 2023 07:05:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236249AbjIRLF0 (ORCPT <rfc822;linux-block@vger.kernel.org>); Mon, 18 Sep 2023 07:05:26 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DAC8103; Mon, 18 Sep 2023 04:05:19 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 7200121AAF; Mon, 18 Sep 2023 11:05:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695035117; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hiZ67VsJwWSd2gCuLZhIzDylPHqXuAjYStRK9uVLrOQ=; b=izEau36HssT4JCnb1DZQxp2OyGMfY+h9BZf1Vox+BgnCC5bj5yWcLascp2R3fH0rN5kuHh URhhoG6uAI5Qvy8XW6S5MKxsOL4g0BZO8/ng/b4PYkpkAd3CTwYSJGPw9VJtMHo842FJTX Hlf9eIZPd8wMtufFd0aDMtOATeecBNw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695035117; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hiZ67VsJwWSd2gCuLZhIzDylPHqXuAjYStRK9uVLrOQ=; b=26ix+2FNqJ8kY7wTfkdQQzSI5pgnnVSNKzeOAh9d4kPpPlQ4ehTz63bUIo8lWKyRd6Aq7e bs+h29iqu2fJZkDQ== Received: from adalid.arch.suse.de (adalid.arch.suse.de [10.161.8.13]) by relay2.suse.de (Postfix) with ESMTP id DA6A22C142; Mon, 18 Sep 2023 11:05:16 +0000 (UTC) Received: by adalid.arch.suse.de (Postfix, from userid 16045) id E0C0C51CD13D; Mon, 18 Sep 2023 13:05:16 +0200 (CEST) From: Hannes Reinecke <hare@suse.de> To: Matthew Wilcox <willy@infradead.org> Cc: Luis Chamberlain <mcgrof@kernel.org>, Christoph Hellwig <hch@lst.de>, Jens Axboe <axboe@kernel.dk>, Pankaj Raghav <p.raghav@samsung.com>, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Hannes Reinecke <hare@suse.de> Subject: [RFC PATCH 00/18] block: update buffer_head for Large-block I/O Date: Mon, 18 Sep 2023 13:04:52 +0200 Message-Id: <20230918110510.66470-1-hare@suse.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
block: update buffer_head for Large-block I/O
|
expand
|