Message ID | 164622970143.3564931.3656393397237724303.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-cifs-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 C03C8C433EF for <linux-cifs@archiver.kernel.org>; Wed, 2 Mar 2022 14:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241560AbiCBOCj (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Wed, 2 Mar 2022 09:02:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239120AbiCBOCi (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Wed, 2 Mar 2022 09:02:38 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 666FE75C0F for <linux-cifs@vger.kernel.org>; Wed, 2 Mar 2022 06:01:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646229714; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YlcWSKsMSqzT5IWdAWxPtZ91Z1EQmkshn5gNRXkAO+8=; b=hUj2Jo5dTFMyMkAoc7JzI2dsPaY0+X7XgunUTM1zMZOiQLDNmCH23GizNn5FSwpBiL6v7O JeEljawZxvIP6nFC+pxt9k8Nf2RL2poeODxCNMHgyx4avmtTR/kWF7jtbNYhkahS+yFw0U 06eCwdaAmi/ysz5U/7KyVYRPdqaIyeQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-513-WIqtmVZ-P761tN5Xi_VAVw-1; Wed, 02 Mar 2022 09:01:51 -0500 X-MC-Unique: WIqtmVZ-P761tN5Xi_VAVw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 144DF801DDB; Wed, 2 Mar 2022 14:01:49 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 754841009655; Wed, 2 Mar 2022 14:01:42 +0000 (UTC) Subject: [PATCH 00/19] netfs: Prep for write helpers From: David Howells <dhowells@redhat.com> To: linux-cachefs@redhat.com Cc: Jeffle Xu <jefflexu@linux.alibaba.com>, Jeff Layton <jlayton@kernel.org>, linux-afs@lists.infradead.org, dhowells@redhat.com, Anna Schumaker <anna.schumaker@netapp.com>, Steve French <sfrench@samba.org>, Dominique Martinet <asmadeus@codewreck.org>, Jeff Layton <jlayton@redhat.com>, David Wysochanski <dwysocha@redhat.com>, Ilya Dryomov <idryomov@gmail.com>, Jeffle Xu <jefflexu@linux.alibaba.com>, Linus Torvalds <torvalds@linux-foundation.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-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 02 Mar 2022 14:01:41 +0000 Message-ID: <164622970143.3564931.3656393397237724303.stgit@warthog.procyon.org.uk> User-Agent: StGit/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
netfs: Prep for write helpers
|
expand
|