From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752137AbWFWWbH (ORCPT ); Fri, 23 Jun 2006 18:31:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752138AbWFWWbH (ORCPT ); Fri, 23 Jun 2006 18:31:07 -0400 Received: from amsfep17-int.chello.nl ([213.46.243.15]:13869 "EHLO amsfep14-int.chello.nl") by vger.kernel.org with ESMTP id S1752137AbWFWWbG (ORCPT ); Fri, 23 Jun 2006 18:31:06 -0400 From: Peter Zijlstra To: linux-mm@kvack.org, linux-kernel@vger.kernel.org Cc: Hugh Dickins , Andrew Morton , David Howells , Peter Zijlstra , Christoph Lameter , Martin Bligh , Nick Piggin , Linus Torvalds Date: Sat, 24 Jun 2006 00:31:03 +0200 Message-Id: <20060623223103.11513.50991.sendpatchset@lappy> Subject: [PATCH 0/5] mm: tracking dirty pages -v11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I hope to have addressed all Hugh's latest comments in this version. Its against 2.6.17-mm1, however I wasted most of the day trying to test it on that kernel. But due to various circumstances that failed. So I've tested something like this against something 2.6.17'ish and respun against the -mm lineup. I've taken Hugh's msync changes too, looks a lot better and does indeed fix some boundary cases. Peter