From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kirill A. Shutemov" Subject: RE: [PATCH 0/8] Transparent huge page cache: phase 0, prep work Date: Mon, 17 Jun 2013 18:31:20 +0300 (EEST) Message-ID: <20130617153120.6EADFE0090@blue.fi.intel.com> References: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> Content-Transfer-Encoding: 7bit Cc: Andrea Arcangeli , Andrew Morton Return-path: Cc: Al Viro , Hugh Dickins , Wu Fengguang , Jan Kara , Mel Gorman , linux-mm@kvack.org, Andi Kleen , Matthew Wilcox , "Kirill A. Shutemov" , Hillf Danton , Dave Hansen , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" In-Reply-To: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > My patchset which introduces transparent huge page cache is pretty big and > hardly reviewable. Dave Hansen suggested to split it in few parts. > > This is the first part: preparation work. I think it's useful without rest > patches. > > There's one fix for bug in lru_add_page_tail(). I doubt it's possible to > trigger it on current code, but nice to have it upstream anyway. > Rest is cleanups. > > Patch 8 depends on patch 7. Other patches are independent and can be > applied separately. > > Please, consider applying. Andrew, Andrea, any feedback? -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx154.postini.com [74.125.245.154]) by kanga.kvack.org (Postfix) with SMTP id 633046B0032 for ; Mon, 17 Jun 2013 11:28:39 -0400 (EDT) From: "Kirill A. Shutemov" In-Reply-To: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> References: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> Subject: RE: [PATCH 0/8] Transparent huge page cache: phase 0, prep work Content-Transfer-Encoding: 7bit Message-Id: <20130617153120.6EADFE0090@blue.fi.intel.com> Date: Mon, 17 Jun 2013 18:31:20 +0300 (EEST) Sender: owner-linux-mm@kvack.org List-ID: Cc: Andrea Arcangeli , Andrew Morton , Al Viro , Hugh Dickins , Wu Fengguang , Jan Kara , Mel Gorman , linux-mm@kvack.org, Andi Kleen , Matthew Wilcox , "Kirill A. Shutemov" , Hillf Danton , Dave Hansen , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > My patchset which introduces transparent huge page cache is pretty big and > hardly reviewable. Dave Hansen suggested to split it in few parts. > > This is the first part: preparation work. I think it's useful without rest > patches. > > There's one fix for bug in lru_add_page_tail(). I doubt it's possible to > trigger it on current code, but nice to have it upstream anyway. > Rest is cleanups. > > Patch 8 depends on patch 7. Other patches are independent and can be > applied separately. > > Please, consider applying. Andrew, Andrea, any feedback? -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752533Ab3FQP2k (ORCPT ); Mon, 17 Jun 2013 11:28:40 -0400 Received: from mga03.intel.com ([143.182.124.21]:31204 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903Ab3FQP2j (ORCPT ); Mon, 17 Jun 2013 11:28:39 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,881,1363158000"; d="scan'208";a="256174581" From: "Kirill A. Shutemov" Cc: Andrea Arcangeli , Andrew Morton Cc: Al Viro , Hugh Dickins , Wu Fengguang , Jan Kara , Mel Gorman , linux-mm@kvack.org, Andi Kleen , Matthew Wilcox , "Kirill A. Shutemov" , Hillf Danton , Dave Hansen , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" In-Reply-To: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> References: <1370964919-16187-1-git-send-email-kirill.shutemov@linux.intel.com> Subject: RE: [PATCH 0/8] Transparent huge page cache: phase 0, prep work Content-Transfer-Encoding: 7bit Message-Id: <20130617153120.6EADFE0090@blue.fi.intel.com> Date: Mon, 17 Jun 2013 18:31:20 +0300 (EEST) To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > My patchset which introduces transparent huge page cache is pretty big and > hardly reviewable. Dave Hansen suggested to split it in few parts. > > This is the first part: preparation work. I think it's useful without rest > patches. > > There's one fix for bug in lru_add_page_tail(). I doubt it's possible to > trigger it on current code, but nice to have it upstream anyway. > Rest is cleanups. > > Patch 8 depends on patch 7. Other patches are independent and can be > applied separately. > > Please, consider applying. Andrew, Andrea, any feedback? -- Kirill A. Shutemov