Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2273790yba; Thu, 25 Apr 2019 13:36:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqzWy2pMsjF7M2YNYWqxlHLiIcYHi7evF4tSJ7xldLU+9Ouaol4eCxXByjowTgc45Mpwl5NZ X-Received: by 2002:a63:f115:: with SMTP id f21mr39026282pgi.65.1556224563180; Thu, 25 Apr 2019 13:36:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556224563; cv=none; d=google.com; s=arc-20160816; b=jBdSjIRTEruNFatzmG7kQ3oDk1YDdmFRkuhoDP2WKHeFoh9/lgwZmBxC6N11qADtSP xmFqxuISSP2Rx4DOG9hALQ7yGa4JZcuBUOKq2+BsgKWCAJ6n5wfTDPQv3EP/mumq/EHj 58VAjBzxFrcBO3cd2cEMGdNri+ljylONPxhh9lA9F7JCY+Z/6MIvKAoVP5R20vxghuZu 5YpRgKKXHKVRiiYgUFWb8+nohuvuH/AX0a/shijmSsZNY/e8WVqURe6U9aXQYa9TGSlV O4mGvx+NASJocFb3lcM5phDRBoKZ8PHypRvkJLnazMNLhZWj9KZtCj/b75uwyyJlXMuC DEiw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=TO/jzPoLnXaq23bW+UbXFh0DpPafHv6Qedb8o4I3jo4=; b=z41+Ot4t+VLn1o7F2KyMiz8E4hkAu/9cJWa0IbF1tMwq+INQXNbsaJ/DhF1rzhhtxK cOW2RlwdrN/XCuT/TNlyzKHqXTjSRKOVMmTWG5XPm4FRt5oUi20viTHgrwbWnsoOjRzK 6Nu4hMu0gomUaYyGWmIAzbjb3SKcgF6yjw9YDQYckqMy04Kr076ekisEy+cRv+4Tzvv4 6XD0+3+/RVIaDTOORNqCbTA2eHibjr0zNuMNmC34OqLdO1JJBl3Td6Ii44cA3kKU/t/j f4QyTtWVpqbmNUoXNL50YpL5IuWMjSsHgF7VU2hDEk0iiKQWzn1CDuH1Bn1WfxMxIyfT P51g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g14si22992710plo.287.2019.04.25.13.35.40; Thu, 25 Apr 2019 13:36:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728164AbfDYUfX (ORCPT + 99 others); Thu, 25 Apr 2019 16:35:23 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:44832 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725937AbfDYUfX (ORCPT ); Thu, 25 Apr 2019 16:35:23 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-109.corp.google.com [104.133.0.109] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x3PKZHga029727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 Apr 2019 16:35:18 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 99649420EEC; Thu, 25 Apr 2019 16:35:17 -0400 (EDT) Date: Thu, 25 Apr 2019 16:35:17 -0400 From: "Theodore Ts'o" To: Gabriel Krisman Bertazi Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH v7 00/10] Ext4 case-insensitive support Message-ID: <20190425203517.GG4739@mit.edu> References: <20190413192533.2549-1-krisman@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190413192533.2549-1-krisman@collabora.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat, Apr 13, 2019 at 03:25:23PM -0400, Gabriel Krisman Bertazi wrote: > > This is the v7 of the case-insensitive support. It includes the design > changes we discussed, unicode 12.0 support, and the Linus' request about > the way we store the utf8data.h file. The V7 case insensitive support is now in the ext4.git tree. So it should be in Linux-next tomorrow. Cheers, - Ted