Message ID | 20221028130411.977076-1-bfoster@redhat.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 86583FA3741 for <linux-xfs@archiver.kernel.org>; Fri, 28 Oct 2022 13:05:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230407AbiJ1NF1 (ORCPT <rfc822;linux-xfs@archiver.kernel.org>); Fri, 28 Oct 2022 09:05:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230337AbiJ1NFT (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Fri, 28 Oct 2022 09:05:19 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AF781CEC09 for <linux-xfs@vger.kernel.org>; Fri, 28 Oct 2022 06:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666962257; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=e1mOFa3eaHGR4MUE9zQEczT0S4cDApwULW1uJ9yrX10=; b=J6jzLdLH0XmTnJ964cFm5FJa91/TQyUtDweUyNSqJJzKidZA9QJ8oM+cibERtmIdEAxYW6 n/Zjd6zVWWOW4E+cfC5IViJpsUqU5YlY3PVgvaLx6g3YmJhXgn8JUzFv1GSWnmsNaR2EFp EtNAdwNOlyTBP+ogS9B8CdhxRDSWVqw= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-128-esj_advGMdmCogW0vgrzEg-1; Fri, 28 Oct 2022 09:04:16 -0400 X-MC-Unique: esj_advGMdmCogW0vgrzEg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EFB7F2803081 for <linux-xfs@vger.kernel.org>; Fri, 28 Oct 2022 13:04:10 +0000 (UTC) Received: from bfoster.redhat.com (unknown [10.22.16.42]) by smtp.corp.redhat.com (Postfix) with ESMTP id 29D9C40C9562 for <linux-xfs@vger.kernel.org>; Fri, 28 Oct 2022 13:04:05 +0000 (UTC) From: Brian Foster <bfoster@redhat.com> To: linux-xfs@vger.kernel.org Subject: [PATCH RFC 0/2] xfs: optimize truncate cache flushing Date: Fri, 28 Oct 2022 09:04:09 -0400 Message-Id: <20221028130411.977076-1-bfoster@redhat.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series |
xfs: optimize truncate cache flushing
|
expand
|