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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 BC86EFA372A for ; Wed, 16 Oct 2019 16:20:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 958D42168B for ; Wed, 16 Oct 2019 16:20:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571242835; bh=vx4fgYELxq41ZRHv+mEk07Z7avOAFxP0vU2ELzDIZVI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=y6ADD/T7PDH9MCTICFGHJdtIEC8pA0CndDsuWVqFrXBHvTGcp3RqOvwhNS9M6SUrL eUh9/i4L95VYLQF2MXqiRLRgT0HXBXzjHwGDZP8Vb0chA8RevACJqdLDOfW3Nx99fv C82UokDE2zO62KHqJ3KIf69k2CZeLYWRfAUvvcvc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406111AbfJPQUe (ORCPT ); Wed, 16 Oct 2019 12:20:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:33932 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733190AbfJPQUe (ORCPT ); Wed, 16 Oct 2019 12:20:34 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 164AB20663; Wed, 16 Oct 2019 16:20:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571242833; bh=vx4fgYELxq41ZRHv+mEk07Z7avOAFxP0vU2ELzDIZVI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MbyZatxiqhOeO1jLIwdNcHHFaMvWJTKvHTpqkgEsErzVbBPJaG9L71cnrnd3w4YH0 n8BOCQpXPr7Ew7/c5TWlTYogITb+qXI4xuLHdHrpzvONUT+cBIYVYuql96vVB543uG B1Y1YQtUX3+rojF+mdWtPeRglujbzVQVMlzy5zsk= Date: Wed, 16 Oct 2019 12:20:32 -0400 From: Sasha Levin To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Valdis =?utf-8?Q?Kl=C4=93tnieks?= , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Sasha Levin , Christoph Hellwig Subject: Re: [PATCH] staging: exfat: add exfat filesystem code to staging Message-ID: <20191016162032.GT31224@sasha-vm> References: <20190828160817.6250-1-gregkh@linuxfoundation.org> <20190829205631.uhz6jdboneej3j3c@pali> <184209.1567120696@turing-police> <20190829233506.GT5281@sasha-vm> <20190830075647.wvhrx4asnkrfkkwk@pali> <20191016140353.4hrncxa5wkx47oau@pali> <20191016143113.GS31224@sasha-vm> <20191016160349.pwghlg566hh2o7id@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191016160349.pwghlg566hh2o7id@pali> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 16, 2019 at 06:03:49PM +0200, Pali Rohár wrote: >On Wednesday 16 October 2019 10:31:13 Sasha Levin wrote: >> On Wed, Oct 16, 2019 at 04:03:53PM +0200, Pali Rohár wrote: >> > On Friday 30 August 2019 09:56:47 Pali Rohár wrote: >> > > On Thursday 29 August 2019 19:35:06 Sasha Levin wrote: >> > > > With regards to missing specs/docs/whatever - our main concern with this >> > > > release was that we want full interoperability, which is why the spec >> > > > was made public as-is without modifications from what was used >> > > > internally. There's no "secret sauce" that Microsoft is hiding here. >> > > >> > > Ok, if it was just drop of "current version" of documentation then it >> > > makes sense. >> > > >> > > > How about we give this spec/code time to get soaked and reviewed for a >> > > > bit, and if folks still feel (in a month or so?) that there are missing >> > > > bits of information related to exfat, I'll be happy to go back and try >> > > > to get them out as well. >> > >> > Hello Sasha! >> > >> > Now one month passed, so do you have some information when missing parts >> > of documentation like TexFAT would be released to public? >> >> Sure, I'll see if I can get an approval to open it up. > >Ok! > >> Can I assume you will be implementing TexFAT support once the spec is >> available? > >I cannot promise that I would implement something which I do not know >how is working... It depends on how complicated TexFAT is and also how >future exfat support in kernel would look like. > >But I'm interesting in implementing it. Sure, thank you. This is more to let me tell my management that "there is someone who wants to work on it" rather than committing you to do that work :) -- Thanks, Sasha