Message ID | 20220525223432.205676-1-shr@fb.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <io-uring-owner@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 0400CC4332F for <io-uring@archiver.kernel.org>; Wed, 25 May 2022 22:34:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244460AbiEYWen (ORCPT <rfc822;io-uring@archiver.kernel.org>); Wed, 25 May 2022 18:34:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344619AbiEYWem (ORCPT <rfc822;io-uring@vger.kernel.org>); Wed, 25 May 2022 18:34:42 -0400 Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 956C5101DE for <io-uring@vger.kernel.org>; Wed, 25 May 2022 15:34:40 -0700 (PDT) Received: from pps.filterd (m0109331.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 24PGtg15008885 for <io-uring@vger.kernel.org>; Wed, 25 May 2022 15:34:39 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=facebook; bh=V+M0+asPd4p6VJFrx94xej6b1kWvQg4WWYpIKD3FxTY=; b=BDV2I+WDCtD884ATaYsqy2Hl1GB2n8n87iKrh7M7ObncX+wDHWH/uP3Ka08R8W9IxmP+ VpXyAsY/43U5Xahe7K6i7l8f/OAGCbYeGH9xSpQl72xNELzfAT/AwOmgDmVqZkvBofnS dzTvGVIcG8GeW22PzST87tz6NPaV9ovn6zU= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3g93vuseec-4 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <io-uring@vger.kernel.org>; Wed, 25 May 2022 15:34:39 -0700 Received: from twshared6696.05.ash7.facebook.com (2620:10d:c085:108::4) by mail.thefacebook.com (2620:10d:c085:21d::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Wed, 25 May 2022 15:34:37 -0700 Received: by devvm225.atn0.facebook.com (Postfix, from userid 425415) id E387DF9E1B3C; Wed, 25 May 2022 15:34:34 -0700 (PDT) From: Stefan Roesch <shr@fb.com> To: <io-uring@vger.kernel.org>, <kernel-team@fb.com>, <linux-mm@kvack.org>, <linux-xfs@vger.kernel.org>, <linux-fsdevel@vger.kernel.org> CC: <shr@fb.com>, <david@fromorbit.com>, <jack@suse.cz>, <hch@infradead.org> Subject: [PATCH v5 00/16] io-uring/xfs: support async buffered writes Date: Wed, 25 May 2022 15:34:16 -0700 Message-ID: <20220525223432.205676-1-shr@fb.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: ckd9qjYS1V-I46NrNFg7tAiE1XkTxfTe X-Proofpoint-ORIG-GUID: ckd9qjYS1V-I46NrNFg7tAiE1XkTxfTe X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-25_06,2022-05-25_02,2022-02-23_01 Precedence: bulk List-ID: <io-uring.vger.kernel.org> X-Mailing-List: io-uring@vger.kernel.org |
Series |
io-uring/xfs: support async buffered writes
|
expand
|