Message ID | 20240328165845.2782259-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D4B8C1DDEB for <linux-cifs@vger.kernel.org>; Thu, 28 Mar 2024 16:58:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711645140; cv=none; b=pYa5Wzl1Vvtiex4EsGEZZ+ox823KK3E0nOSRrfG1BwNLmfYcKR2b865OFq4yv9joRlw7iPWyT800orijFJ0DFqylvXukmbmsn1v516oSMvMUbbKLHq2f7dye6qSH6gofK9mzg/MiVx8ZL7aVoN9Qs/uyM1fODk4gX0P1sL5T5y4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711645140; c=relaxed/simple; bh=apCXXFZ6j3TcjCJV2Cam6vpg1nsRKdd8BKx/sY8Vqwc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=GnVztnRkK2sD4SJvxQSDn+v/nEoSCAei/yKlLqLD3rFc8u/Od+V5z3MfLpH3wdi5xAox12IjYj6nmMe92UsAtMAA44wynupzJnXBnWOeTZVs6OrxGz3pWlkJVNEpnXLmZOOFMnkaPsY2zteCsLzP3+Y107q4vQ71MpslosgyEMY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=OL72U69E; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="OL72U69E" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1711645137; 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=jiVas1tSBjQdCIB/ofa+v43rtug1Sw6ETjtuvBUyvtU=; b=OL72U69EMwQ/hlC2r1aZVbz7hxZoQs9tv24yChknPuLMilFykQjFBhZRGHgqDC9Rs8gmmW N4Ax1zwm8/s1kvK2wUvqUTc9xCx7ZfafTH+p2Xu1ToFcHIgRiInm5ir1WmtytSHpq84dgt 8YRcN3c5h6l0l4i69nkJEJ2FsfMFfVE= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-544-_lsKnMXBNLeQiQjtN82f-g-1; Thu, 28 Mar 2024 12:58:54 -0400 X-MC-Unique: _lsKnMXBNLeQiQjtN82f-g-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 051F63C01C19; Thu, 28 Mar 2024 16:58:54 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.146]) by smtp.corp.redhat.com (Postfix) with ESMTP id 622EDC4C7A1; Thu, 28 Mar 2024 16:58:52 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Steve French <smfrench@gmail.com> Cc: David Howells <dhowells@redhat.com>, Jeff Layton <jlayton@kernel.org>, Matthew Wilcox <willy@infradead.org>, Paulo Alcantara <pc@manguebit.com>, Shyam Prasad N <sprasad@microsoft.com>, Tom Talpey <tom@talpey.com>, Christian Brauner <christian@brauner.io>, netfs@lists.linux.dev, linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib Date: Thu, 28 Mar 2024 16:57:51 +0000 Message-ID: <20240328165845.2782259-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: linux-cifs@vger.kernel.org List-Id: <linux-cifs.vger.kernel.org> List-Subscribe: <mailto:linux-cifs+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-cifs+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, cifs: Delegate high-level I/O to netfslib
|
expand
|