From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752546AbcHLUe5 (ORCPT ); Fri, 12 Aug 2016 16:34:57 -0400 Received: from imap.thunk.org ([74.207.234.97]:50170 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbcHLUez (ORCPT ); Fri, 12 Aug 2016 16:34:55 -0400 Date: Fri, 12 Aug 2016 16:34:40 -0400 From: "Theodore Ts'o" To: "Kirill A. Shutemov" Cc: Andreas Dilger , Jan Kara , Andrew Morton , Alexander Viro , Hugh Dickins , Andrea Arcangeli , Dave Hansen , Vlastimil Babka , Matthew Wilcox , Ross Zwisler , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-block@vger.kernel.org Subject: Re: [PATCHv2, 00/41] ext4: support of huge pages Message-ID: <20160812203440.GD30280@thunk.org> Mail-Followup-To: Theodore Ts'o , "Kirill A. Shutemov" , Andreas Dilger , Jan Kara , Andrew Morton , Alexander Viro , Hugh Dickins , Andrea Arcangeli , Dave Hansen , Vlastimil Babka , Matthew Wilcox , Ross Zwisler , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-block@vger.kernel.org References: <1471027104-115213-1-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471027104-115213-1-git-send-email-kirill.shutemov@linux.intel.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 12, 2016 at 09:37:43PM +0300, Kirill A. Shutemov wrote: > Here's stabilized version of my patchset which intended to bring huge pages > to ext4. So this patch is more about mm level changes than it is about the file system, and I didn't see any comments from the linux-mm peanut gallery (unless the linux-ext4 list got removed from the cc list, or some such). I haven't had time to take a close look at the ext4 changes, and I'll try to carve out some time to do that --- but has anyone from the mm side of the world taken a look at these patches? Thanks, - Ted