From patchwork Thu Dec 20 19:04:01 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: 10739393 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 04E3D6C5 for ; Thu, 20 Dec 2018 19:04:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EA31F28D2A for ; Thu, 20 Dec 2018 19:04:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DE26728D40; Thu, 20 Dec 2018 19:04:26 +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 9E61A28D2A for ; Thu, 20 Dec 2018 19:04:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730158AbeLTTEZ (ORCPT ); Thu, 20 Dec 2018 14:04:25 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:59422 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725785AbeLTTEZ (ORCPT ); Thu, 20 Dec 2018 14:04:25 -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 wBKJ45br027453; Thu, 20 Dec 2018 19:04:05 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2018-07-02; bh=GKJMyEI89iFSzNN1OuGSs4K4guHLjX45t/Cxucg4UIk=; b=3SzAu2IRjtIy4BdBW384SuKy4blZehiHzQ8B2Ry7ok9dyWp/+GDRTc2hdQ/RZWLAQQXi lzWS68riUnkpXvgKKOlI7MqTkqja4lArKHsa/7fivfr9ggLhBy9RHZf+Onfax96H1BkB HiYmgM0kSrcgzE9zjD3bszlR6/X37btqyj04iqWlCPpfTl1hFslmikvCek1PPFW7D/TQ dnS2r4Y/fAVX3sjlh9uFEO5D1KKNK87YQoPikdytq+ktA/Hiu494tUKDOtQfXgdkWr6i t4ioMswOjskWHks8Z1ln3q1G5pPI1C+Fn1XQ31PzrV8e1Eyjqam81MRvO6yNQe0iqYtK pg== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp2130.oracle.com with ESMTP id 2pf8gfjmdc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Dec 2018 19:04:04 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id wBKJ439c008048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Dec 2018 19:04:03 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id wBKJ421l013181; Thu, 20 Dec 2018 19:04:03 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 20 Dec 2018 11:04:02 -0800 Date: Thu, 20 Dec 2018 11:04:01 -0800 From: "Darrick J. Wong" To: xfs , linux-fsdevel Cc: Christoph Hellwig , Dave Chinner , Eric Sandeen , Amir Goldstein Subject: [PATCH v2] iomap: take responsibility for the filesystem iomap code Message-ID: <20181220190401.GD27208@magnolia> References: <20181220053622.GD27176@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=9113 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=941 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812200155 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 Reviewed-by: Dave Chinner --- v2: maintain alphabetization, add Christoph as a Real Person patch mailing target. Still looking for acks from Christoph & Dave... --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3318f30903b2..a3ccbeebb377 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7783,6 +7783,17 @@ L: linux-serial@vger.kernel.org S: Maintained F: drivers/tty/serial/ioc3_serial.c +IOMAP FILESYSTEM LIBRARY +M: Christoph Hellwig +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