Message ID | 20220526173840.578265-1-shr@fb.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-xfs-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 2735BC4321E for <linux-xfs@archiver.kernel.org>; Thu, 26 May 2022 17:39:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347141AbiEZRjA (ORCPT <rfc822;linux-xfs@archiver.kernel.org>); Thu, 26 May 2022 13:39:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348303AbiEZRi6 (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Thu, 26 May 2022 13:38:58 -0400 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F5F5994FC for <linux-xfs@vger.kernel.org>; Thu, 26 May 2022 10:38:57 -0700 (PDT) Received: from pps.filterd (m0109333.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 24QFnhiM031364 for <linux-xfs@vger.kernel.org>; Thu, 26 May 2022 10:38:57 -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=hKApRetDHP7lPOI5DiT073yP/mEw3uAhNIIoin1tkJU=; b=NLKFLC2BJ2a3bNrXPimlGGenozHcvSXmmW+x68t9ACH9/dZBAu1sl40j2kjS+B5Kp3wZ gRX35jOe74st8h4bPnA6Igtcdy8oHyJgniQYH9Nx7axqjiNty7gI5dIGkzgJ8Y+zZjOf G2e3Ja8l/3FQYXk5NhqM3vtfT2sEzg7Sxe4= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3gacgx8tha-4 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <linux-xfs@vger.kernel.org>; Thu, 26 May 2022 10:38:57 -0700 Received: from snc-exhub201.TheFacebook.com (2620:10d:c085:21d::7) by snc-exhub103.TheFacebook.com (2620:10d:c085:11d::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Thu, 26 May 2022 10:38:55 -0700 Received: from twshared24024.25.frc3.facebook.com (2620:10d:c085:108::4) by mail.thefacebook.com (2620:10d:c085:21d::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Thu, 26 May 2022 10:38:54 -0700 Received: by devvm225.atn0.facebook.com (Postfix, from userid 425415) id 5D6A7FA621CC; Thu, 26 May 2022 10:38:45 -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 v6 00/16] io-uring/xfs: support async buffered writes Date: Thu, 26 May 2022 10:38:24 -0700 Message-ID: <20220526173840.578265-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: 4UebVbefULrlMVJfxARZXHGqa1ca0m-g X-Proofpoint-ORIG-GUID: 4UebVbefULrlMVJfxARZXHGqa1ca0m-g 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-26_09,2022-05-25_02,2022-02-23_01 Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series |
io-uring/xfs: support async buffered writes
|
expand
|
On Thu, May 26, 2022 at 10:38:24AM -0700, Stefan Roesch wrote: > Changes: > V6: > - pass in iter->flags to calls in iomap_page_create() Dude, calm down. It's been less than 24 hours since v5. It's the middle of the merge window and you have to give people more time to review your patches. Don't post another version for a week.