Message ID | 167305160937.1521586.133299343565358971.stgit@warthog.procyon.org.uk (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 875ADC54EBD for <linux-cifs@archiver.kernel.org>; Sat, 7 Jan 2023 00:34:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236354AbjAGAeZ (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Fri, 6 Jan 2023 19:34:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229751AbjAGAeY (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Fri, 6 Jan 2023 19:34:24 -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 ESMTPS id 9B3737148A for <linux-cifs@vger.kernel.org>; Fri, 6 Jan 2023 16:33:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673051618; 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=SUBPjX7Z5mZLCRVw93gerYdodDIv8TWR14UIlWwTlcc=; b=DQgYv/RtuaVIjYGHlYa8oimXknry+5ynmIwaWb3Wlb9CGpMJmVIIkK315sOAg7LB+0xtqR OgkVir8CFxDTCGq1fHKlc3lCNtXVcybRiTkd/qtKkWULG5Wdau6RqusLbpKpWAiHJppuMT AdXxIO8ycUpZvSoqpaP/M9KkbCXx+hE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-479-esqWfMWzMZ2QK6nB1gTV2A-1; Fri, 06 Jan 2023 19:33:33 -0500 X-MC-Unique: esqWfMWzMZ2QK6nB1gTV2A-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7711F802C1D; Sat, 7 Jan 2023 00:33:32 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.87]) by smtp.corp.redhat.com (Postfix) with ESMTP id 251CC492B06; Sat, 7 Jan 2023 00:33:29 +0000 (UTC) Subject: [PATCH v4 0/7] 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, linux-cifs@vger.kernel.org, Christoph Hellwig <hch@lst.de>, Steve French <sfrench@samba.org>, linux-mm@kvack.org, Jens Axboe <axboe@kernel.dk>, Logan Gunthorpe <logang@deltatee.com>, Matthew Wilcox <willy@infradead.org>, John Hubbard <jhubbard@nvidia.com>, linux-cachefs@redhat.com, Rohith Surabattula <rohiths.msft@gmail.com>, Shyam Prasad N <nspmangalore@gmail.com>, Jeff Layton <jlayton@kernel.org>, dhowells@redhat.com, Christoph Hellwig <hch@infradead.org>, Matthew Wilcox <willy@infradead.org>, Jens Axboe <axboe@kernel.dk>, Jeff Layton <jlayton@kernel.org>, Logan Gunthorpe <logang@deltatee.com>, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sat, 07 Jan 2023 00:33:29 +0000 Message-ID: <167305160937.1521586.133299343565358971.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.9 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
iov_iter: Add extraction helpers
|
expand
|