Message ID | 166997419665.9475.15014699817597102032.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 019F8C4332F for <linux-cifs@archiver.kernel.org>; Fri, 2 Dec 2022 09:44:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232409AbiLBJof (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Fri, 2 Dec 2022 04:44:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232584AbiLBJoR (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Fri, 2 Dec 2022 04:44:17 -0500 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 A9FA21409E for <linux-cifs@vger.kernel.org>; Fri, 2 Dec 2022 01:43:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669974205; 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=JPL3HeqWrrSKDJIfWXlo82sdG8gZ+m15F8/peAepuFE=; b=C+JlyDCtR57nKSm1HBGiAQr5bAoyerXOzrq/T7NrrMVhpeN0DrZCcH8ilwoz/XKZMaR9GS Buhnss1ZVuY+v9HiR4QF+0vxE3CvhdZjOiFkd87jbUNUzf+YhtJCNn8ZlYzXAi0JSwZiiH cTvtfb56njpKtRicE3ggUIXCRxzMZaY= 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-348-6efNmvdpPW2mpW2TiorUrg-1; Fri, 02 Dec 2022 04:43:22 -0500 X-MC-Unique: 6efNmvdpPW2mpW2TiorUrg-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 0DD0338173CB; Fri, 2 Dec 2022 09:43:22 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.116]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7A55E2028E96; Fri, 2 Dec 2022 09:43:19 +0000 (UTC) Subject: [PATCH v3 0/4] iov_iter: Add extraction helpers From: David Howells <dhowells@redhat.com> To: Al Viro <viro@zeniv.linux.org.uk> Cc: linux-fsdevel@vger.kernel.org, Shyam Prasad N <nspmangalore@gmail.com>, Christoph Hellwig <hch@lst.de>, linux-cachefs@redhat.com, linux-cifs@vger.kernel.org, linux-mm@kvack.org, Steve French <sfrench@samba.org>, Rohith Surabattula <rohiths.msft@gmail.com>, Matthew Wilcox <willy@infradead.org>, John Hubbard <jhubbard@nvidia.com>, Jeff Layton <jlayton@kernel.org>, dhowells@redhat.com, Christoph Hellwig <hch@infradead.org>, Matthew Wilcox <willy@infradead.org>, Jeff Layton <jlayton@kernel.org>, Logan Gunthorpe <logang@deltatee.com>, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 02 Dec 2022 09:43:16 +0000 Message-ID: <166997419665.9475.15014699817597102032.stgit@warthog.procyon.org.uk> User-Agent: StGit/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 |
iov_iter: Add extraction helpers
|
expand
|