Message ID | 20230628104852.3391651-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-cifs-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 C08CEEB64D7 for <linux-cifs@archiver.kernel.org>; Wed, 28 Jun 2023 10:49:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230059AbjF1Ktw (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Wed, 28 Jun 2023 06:49:52 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:50429 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231325AbjF1Ktv (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Wed, 28 Jun 2023 06:49:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687949340; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+QydiwIjN9aTPx/xjudDhfoGuS6UX8G9SMmj+YNOpRA=; b=ND4vwkCxkik7P1vZmTBXgIg9rGl4IY1nzRo+qFlz9jKmnfS70u3O6mdw/UnaRDxxY3rmQM /2JUJn4eMOy4hPQ7o39hV2EUz3HQV+/04RAHbWX+PoCkskSvOrhuJLIwgY5kJLOp8wqAES i3NEmYbI6Bghy/tavB7QeFqMOFO/AXc= 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-508-vLNGNocHNsqPW492eEhOXw-1; Wed, 28 Jun 2023 06:48:57 -0400 X-MC-Unique: vLNGNocHNsqPW492eEhOXw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C298E3810D42; Wed, 28 Jun 2023 10:48:56 +0000 (UTC) Received: from warthog.procyon.org.uk.com (unknown [10.42.28.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 25EC6200B677; Wed, 28 Jun 2023 10:48:55 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Andrew Morton <akpm@linux-foundation.org> Cc: David Howells <dhowells@redhat.com>, Matthew Wilcox <willy@infradead.org>, Linus Torvalds <torvalds@linux-foundation.org>, Jeff Layton <jlayton@kernel.org>, Christoph Hellwig <hch@infradead.org>, linux-afs@lists.infradead.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-erofs@lists.ozlabs.org, linux-ext4@vger.kernel.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org Subject: [PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache Date: Wed, 28 Jun 2023 11:48:50 +0100 Message-ID: <20230628104852.3391651-1-dhowells@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
|
expand
|