Message ID | 159465784033.1376674.18106463693989811037.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=Z3Qp=AY=vger.kernel.org=linux-cifs-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 40A44618 for <patchwork-cifs-client@patchwork.kernel.org>; Mon, 13 Jul 2020 16:31:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 26F2D2065F for <patchwork-cifs-client@patchwork.kernel.org>; Mon, 13 Jul 2020 16:31:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="girJxVKx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730005AbgGMQbA (ORCPT <rfc822;patchwork-cifs-client@patchwork.kernel.org>); Mon, 13 Jul 2020 12:31:00 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:57108 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730179AbgGMQa4 (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Mon, 13 Jul 2020 12:30:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594657853; 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=NqgSBe1hMsdhej2UIP9RLhkmrdHOs9kRUk+TlrmQOJ4=; b=girJxVKxS86axr8y0B2PTOSjullcWCAwWhAOBTQt7JcmGSxKtiSwidG4O09/UDfPuFZwul Z123B/5d1BNJIBmcDGl4ZFx3otqQvPVEaRLB9zHyAdCJjQ6F3WsnRhFJuk1pQdW/9UBo/Y gOpS7Q+feREYlFwi4mC5YiuiHwZcunQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-510-sdHPa1YUOVi8XOAOUOVUWA-1; Mon, 13 Jul 2020 12:30:49 -0400 X-MC-Unique: sdHPa1YUOVi8XOAOUOVUWA-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 D33EF805723; Mon, 13 Jul 2020 16:30:46 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-112-113.rdu2.redhat.com [10.10.112.113]) by smtp.corp.redhat.com (Postfix) with ESMTP id 31AB81002391; Mon, 13 Jul 2020 16:30:41 +0000 (UTC) Subject: [PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter From: David Howells <dhowells@redhat.com> To: Trond Myklebust <trondmy@hammerspace.com>, Anna Schumaker <anna.schumaker@netapp.com>, Steve French <sfrench@samba.org>, Alexander Viro <viro@zeniv.linux.org.uk>, Matthew Wilcox <willy@infradead.org> Cc: Jeff Layton <jlayton@redhat.com>, Dave Wysochanski <dwysocha@redhat.com>, dhowells@redhat.com, linux-cachefs@redhat.com, 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: Mon, 13 Jul 2020 17:30:40 +0100 Message-ID: <159465784033.1376674.18106463693989811037.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.22 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 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
|
expand
|