Message ID | 20220901225849.42898-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 86148ECAAD2 for <io-uring@archiver.kernel.org>; Thu, 1 Sep 2022 22:59:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234217AbiIAW7Q (ORCPT <rfc822;io-uring@archiver.kernel.org>); Thu, 1 Sep 2022 18:59:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233822AbiIAW7P (ORCPT <rfc822;io-uring@vger.kernel.org>); Thu, 1 Sep 2022 18:59:15 -0400 Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 027FA786E2 for <io-uring@vger.kernel.org>; Thu, 1 Sep 2022 15:59:14 -0700 (PDT) Received: from pps.filterd (m0148460.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 281Mndqe024297 for <io-uring@vger.kernel.org>; Thu, 1 Sep 2022 15:59:14 -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=pOeLR7xmdM88xwwC8tHg94MHHdooLeshYcrJC5bEeSY=; b=I9kFd2WoxAUsM66Yu0JvQ4uC1rAJkS8tCBGa12HrMZhjxB0hoXIrlr83V0k0gr6b+zaW ZTIDeiilBjtmYsntLq+GW3AmfmkgFRa2svp6NlM8Wl79++TzHj7Mi7igzDf4h3YzhyWi dAbILy6UuqKQvLAe9Z3XQaLthGV8zSzetmQ= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3jaab32mry-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <io-uring@vger.kernel.org>; Thu, 01 Sep 2022 15:59:14 -0700 Received: from twshared20183.05.prn5.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:82::c) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 1 Sep 2022 15:59:13 -0700 Received: by dev1180.prn1.facebook.com (Postfix, from userid 425415) id 6947C19149B1; Thu, 1 Sep 2022 15:59:06 -0700 (PDT) From: Stefan Roesch <shr@fb.com> To: <kernel-team@fb.com>, <io-uring@vger.kernel.org>, <linux-btrfs@vger.kernel.org> CC: <shr@fb.com>, <axboe@kernel.dk>, <josef@toxicpanda.com> Subject: [PATCH v1 00/10] io-uring/btrfs: support async buffered writes Date: Thu, 1 Sep 2022 15:58:39 -0700 Message-ID: <20220901225849.42898-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: qsLGKuDyhq1OULxgGsb_Bbu7GW-1btsq X-Proofpoint-ORIG-GUID: qsLGKuDyhq1OULxgGsb_Bbu7GW-1btsq X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-09-01_12,2022-08-31_03,2022-06-22_01 Precedence: bulk List-ID: <io-uring.vger.kernel.org> X-Mailing-List: io-uring@vger.kernel.org |
Series |
io-uring/btrfs: support async buffered writes
|
expand
|