From patchwork Mon Dec 24 00:37:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 10742013 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B3E681399 for ; Mon, 24 Dec 2018 00:37:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A42D727FA5 for ; Mon, 24 Dec 2018 00:37:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9861028795; Mon, 24 Dec 2018 00:37:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 195F327FA5 for ; Mon, 24 Dec 2018 00:37:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726216AbeLXAhn (ORCPT ); Sun, 23 Dec 2018 19:37:43 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:43774 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726049AbeLXAhn (ORCPT ); Sun, 23 Dec 2018 19:37:43 -0500 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wBO0aXmk161608; Mon, 24 Dec 2018 00:37:17 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : mime-version : content-type : in-reply-to; s=corp-2018-07-02; bh=Xz6eNieZYNfuhuRXMgbSdV8cvxG/9Ph7+U6D0ehmK4A=; b=XLawEk7Bcf1SmoCHMAPqXR8tNnrGfj0QyffPWdOln7x0vufXiFZ2mYt9Di3HH+z98pUr 96NCg5TwQLEyVoDdruaD5GW9yUfCo/Q1lhLnHF8coR8Dbg7GIJYAqOa02E/r4Ias/Yld 2p+OcG4mQbJVp5ENtHXXITyZyV9EXLxYvuhNRiXAG7tV1AYCE1lmWKMZzP7ZJJmpcaFb VWOYcz119PDkD00gEdqKzN5xPRkulm6GCdK4Xnp+5K3Soxk71bUlQuk4YTGxx+JoDNwx pS0ntTtU6nvVVFFJMjEoSf7TxT2QwgCGIfX80kvrcsmHWE2HQ7SJieBBqD43FqRY8UfI 6w== Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp2130.oracle.com with ESMTP id 2phasdk5xa-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 24 Dec 2018 00:37:17 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id wBO0bGvb000673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 24 Dec 2018 00:37:16 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id wBO0bDrw010090; Mon, 24 Dec 2018 00:37:13 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 23 Dec 2018 16:37:13 -0800 Date: Sun, 23 Dec 2018 16:37:11 -0800 From: "Darrick J. Wong" To: Christoph Hellwig Cc: xfs , linux-fsdevel , Dave Chinner , Eric Sandeen , Amir Goldstein Subject: [PATCH v3] iomap: take responsibility for the filesystem iomap code Message-ID: <20181224003711.GK27208@magnolia> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20181220053622.GD27176@magnolia> User-Agent: Mutt/1.9.4 (2018-02-28) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9116 signatures=668680 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=987 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812240003 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Darrick J. Wong XFS is the primary user of the filesystem iomap code, so we (the XFS community, specifically) will explicitly take responsibility for its maintenance. Signed-off-by: Darrick J. Wong Acked-by: Al Viro Reviewed-by: Dave Chinner Acked-by: Christoph Hellwig --- v3: I decided that perhaps I ought to be listed for iomap after all. Still looking for an ack from Christoph... v2: maintain alphabetization, add Christoph as a Real Person patch mailing target. Still looking for acks from Christoph & Dave... --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3318f30903b2..d2c034aed4be 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7783,6 +7783,18 @@ L: linux-serial@vger.kernel.org S: Maintained F: drivers/tty/serial/ioc3_serial.c +IOMAP FILESYSTEM LIBRARY +M: Christoph Hellwig +M: Darrick J. Wong +M: linux-xfs@vger.kernel.org +M: linux-fsdevel@vger.kernel.org +L: linux-xfs@vger.kernel.org +L: linux-fsdevel@vger.kernel.org +T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git +S: Supported +F: fs/iomap.c +F: include/linux/iomap.h + IOMMU DRIVERS M: Joerg Roedel L: iommu@lists.linux-foundation.org