From patchwork Thu Dec 20 05:36:22 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: 10738537 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 A34DA13A4 for ; Thu, 20 Dec 2018 05:36:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94C4521FAD for ; Thu, 20 Dec 2018 05:36:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 881F628567; Thu, 20 Dec 2018 05:36:57 +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 4E3B421FAD for ; Thu, 20 Dec 2018 05:36:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730298AbeLTFgz (ORCPT ); Thu, 20 Dec 2018 00:36:55 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:44410 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728820AbeLTFgz (ORCPT ); Thu, 20 Dec 2018 00:36:55 -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 wBK5YDEq166910; Thu, 20 Dec 2018 05:36:25 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; s=corp-2018-07-02; bh=sIAErfaMW0iUuga5PBRnOA8jR8mLsvVnjR6PIhyK94Q=; b=WrhsJXw0GdR5BR6aSGLMgH7vv5janDZWtdZ/2g5PueoGnrSkDRqcQ+uegaQkCJtNwrqo xuz4JsKcy3lOe4rzddgOoiXy70w4/ZV3q86eItOJv5B3ZqBeQvLDOF4YdbmRVb4Dkfuj Pmrf2qO1C6q+2Mj+UaF6e4ag0SHy6B9h8Zuq/E2aWGHddXMxxNXA+mzBx6J0yjfIL3Gn TQWGqurX03kZywMUE8b/zuvw1sWtJwmI9ogv3Ov7tRGv9UpRHpouV7x5lYQZgA56ZLn3 2mBT6J7PqeS71y7gaOehWZuJuTt5OhNawrHOzlEP+LtHrLah7R5szONnC/spWiMcopSC Cw== Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp2130.oracle.com with ESMTP id 2pf8gfey5g-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Dec 2018 05:36:25 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.14.4/8.14.4) with ESMTP id wBK5aOtJ030779 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Dec 2018 05:36:25 GMT Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id wBK5aNEX018134; Thu, 20 Dec 2018 05:36:24 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 19 Dec 2018 21:36:23 -0800 Date: Wed, 19 Dec 2018 21:36:22 -0800 From: "Darrick J. Wong" To: xfs , linux-fsdevel Cc: Christoph Hellwig , Dave Chinner , Eric Sandeen Subject: [RFC PATCH] iomap: take responsibility for the filesystem iomap code Message-ID: <20181220053622.GD27176@magnolia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9112 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=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812200046 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 --- Just floating this as a test balloon. Would like at acks from at least Dave and Christoph since they wrote most of the fs iomap code. --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8119141a926f..a36a88a72423 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16518,6 +16518,16 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers) S: Supported F: sound/xen/* +IOMAP FILESYSTEM LIBRARY +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 + XFS FILESYSTEM M: Darrick J. Wong M: linux-xfs@vger.kernel.org