From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Walker Subject: Re: [PATCH 00/40] Swap over Networked storage -v12 Date: Fri, 04 May 2007 08:22:59 -0700 Message-ID: <1178292179.7997.12.camel@imap.mvista.com> References: <20070504102651.923946304@chello.nl> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, Trond Myklebust , Thomas Graf , David Miller , James Bottomley , Mike Christie , Andrew Morton , Daniel Phillips To: Peter Zijlstra Return-path: Received: from gateway-1237.mvista.com ([63.81.120.158]:46296 "EHLO gateway-1237.mvista.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933102AbXEDPYp (ORCPT ); Fri, 4 May 2007 11:24:45 -0400 In-Reply-To: <20070504102651.923946304@chello.nl> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 2007-05-04 at 12:26 +0200, Peter Zijlstra wrote: > 1) introduce the memory reserve and make the SLAB allocator play nice with it. > patches 01-10 > > 2) add some needed infrastructure to the network code > patches 11-13 > > 3) implement the idea outlined above > patches 14-20 > > 4) teach the swap machinery to use generic address_spaces > patches 21-24 > > 5) implement swap over NFS using all the new stuff > patches 25-31 > > 6) implement swap over iSCSI > patches 32-40 This is kind of a lot of patches all at once .. Have you release any of these patch sets prior to this release ? Daniel