Message ID | 20231213152350.431591-1-dhowells@redhat.com |
---|---|
Headers | show
Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="XGIQNLvE" Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 753A2F3 for <ceph-devel@vger.kernel.org>; Wed, 13 Dec 2023 07:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1702481040; 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=nElvBfJsqrTBHn7ca9kS/IDQA0m2TnErz3scXuPoO1A=; b=XGIQNLvEWQaVpKybd6AxvYfgG2HjXUkXPuPArQ0JycyDxRITHxwmuQ1Q5kEpOw4i8ghbFo 13EkKv8R2GJvuU7TfWxH2GqDQ81893uodY8cz5HI4hcRVNPmVCupTZK26HarEHldGKEdrz 2/JGCtqyuSk1ajo7y8NoQu5pePDWgXI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-83-bNT4a_5wMzSOH84dTC7R4A-1; Wed, 13 Dec 2023 10:23:57 -0500 X-MC-Unique: bNT4a_5wMzSOH84dTC7R4A-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D3D8C86301A; Wed, 13 Dec 2023 15:23:55 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.2]) by smtp.corp.redhat.com (Postfix) with ESMTP id B84EDC1596E; Wed, 13 Dec 2023 15:23:52 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Jeff Layton <jlayton@kernel.org>, Steve French <smfrench@gmail.com> Cc: David Howells <dhowells@redhat.com>, Matthew Wilcox <willy@infradead.org>, Marc Dionne <marc.dionne@auristor.com>, Paulo Alcantara <pc@manguebit.com>, Shyam Prasad N <sprasad@microsoft.com>, Tom Talpey <tom@talpey.com>, Dominique Martinet <asmadeus@codewreck.org>, Eric Van Hensbergen <ericvh@kernel.org>, Ilya Dryomov <idryomov@gmail.com>, Christian Brauner <christian@brauner.io>, linux-cachefs@redhat.com, linux-afs@lists.infradead.org, linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib Date: Wed, 13 Dec 2023 15:23:10 +0000 Message-ID: <20231213152350.431591-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: ceph-devel@vger.kernel.org List-Id: <ceph-devel.vger.kernel.org> List-Subscribe: <mailto:ceph-devel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:ceph-devel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 |
Series |
netfs, afs, 9p: Delegate high-level I/O to netfslib
|
expand
|
On Wed, Dec 20, 2023 at 10:04:26AM +0000, David Howells wrote: > Dominique Martinet <asmadeus@codewreck.org> wrote: > > > I'll go back to dhowell's tree to finally test 9p a bit, > > sorry for lack of involvement just low on time all around. > > I've rebased my tree on -rc6 rather than linux-next for Christian to pull. Pulled. Thank you, David. It's on vfs.netfs.