From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3F2FC433F5 for ; Fri, 17 Sep 2021 11:14:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 89D3261279 for ; Fri, 17 Sep 2021 11:14:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243563AbhIQLPh (ORCPT ); Fri, 17 Sep 2021 07:15:37 -0400 Received: from bedivere.hansenpartnership.com ([96.44.175.130]:46192 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243123AbhIQLPf (ORCPT ); Fri, 17 Sep 2021 07:15:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1631877253; bh=kOSJlytOKArtchcqsw0mkjWJteCtj8u7OX0jv2Vu1lU=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=ANH3VOqgwioVEKItkM+3IR7tNfwOi4OyeVJE+KryLKowID2uuEMtpCrB5Bv40xofo XUZJsvKB3tfQ/9eMUGZB9xBYTd7rwAm2J6xl26qVcGUKQCtGl6dDMOr6XzYedr720I 0wOGpenriHMIOAlLuLID1mkEYl8Djp2xdRoMQoLU= Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id A7CC3128046C; Fri, 17 Sep 2021 04:14:13 -0700 (PDT) Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WxlMDOf_mUhM; Fri, 17 Sep 2021 04:14:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1631877253; bh=kOSJlytOKArtchcqsw0mkjWJteCtj8u7OX0jv2Vu1lU=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=ANH3VOqgwioVEKItkM+3IR7tNfwOi4OyeVJE+KryLKowID2uuEMtpCrB5Bv40xofo XUZJsvKB3tfQ/9eMUGZB9xBYTd7rwAm2J6xl26qVcGUKQCtGl6dDMOr6XzYedr720I 0wOGpenriHMIOAlLuLID1mkEYl8Djp2xdRoMQoLU= Received: from jarvis.lan (c-67-166-170-96.hsd1.va.comcast.net [67.166.170.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bedivere.hansenpartnership.com (Postfix) with ESMTPSA id 4EDF11280420; Fri, 17 Sep 2021 04:14:12 -0700 (PDT) Message-ID: Subject: Re: [MAINTAINER SUMMIT] Folios as a potential Kernel/Maintainers Summit topic? From: James Bottomley To: Konstantin Ryabitsev , Chris Mason Cc: Theodore Ts'o , Johannes Weiner , Kent Overstreet , Matthew Wilcox , Linus Torvalds , "linux-mm@kvack.org" , linux-fsdevel , "linux-kernel@vger.kernel.org" , Andrew Morton , "Darrick J. Wong" , Christoph Hellwig , David Howells , "ksummit@lists.linux.dev" Date: Fri, 17 Sep 2021 07:14:11 -0400 In-Reply-To: <20210916210046.ourwrk6uqeisi555@meerkat.local> References: <17242A0C-3613-41BB-84E4-2617A182216E@fb.com> <33a2000f56d51284e2df0cfcd704e93977684b59.camel@HansenPartnership.com> <261D65D8-7273-4884-BD01-2BF8331F4034@fb.com> <20210916210046.ourwrk6uqeisi555@meerkat.local> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2021-09-16 at 17:00 -0400, Konstantin Ryabitsev wrote: > On Thu, Sep 16, 2021 at 08:38:13PM +0000, Chris Mason wrote: > > Agree here. Mailing lists make it really hard to figure out when > > these conflicts are resolved, which is why I love using google docs > > for that part. > > I would caution that Google docs aren't universally accessible. China > blocks access to many Google resources, and now Russia purportedly > does the same. Perhaps a similar effect can be reached with a git > repository with limited commit access? At least then commits can be > attested to individual authors. In days of old, when knights were bold and cloud silos weren't invented, we had an ancient magic handed down by the old gods who spoke non type safe languages. They called it wiki and etherpad ... could we make use of such tools today without committing heresy against our cloud overlords? James