Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755824AbZJARmF (ORCPT ); Thu, 1 Oct 2009 13:42:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755319AbZJARmE (ORCPT ); Thu, 1 Oct 2009 13:42:04 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:34123 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753411AbZJARmD (ORCPT ); Thu, 1 Oct 2009 13:42:03 -0400 Date: Thu, 1 Oct 2009 13:42:01 -0400 From: Christoph Hellwig To: Suresh Jayaraman Cc: Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, Neil Brown , Miklos Szeredi , Wouter Verhelst , Peter Zijlstra , trond.myklebust@fys.uio.no Subject: Re: [PATCH 00/31] Swap over NFS -v20 Message-ID: <20091001174201.GA30068@infradead.org> References: <1254405858-15651-1-git-send-email-sjayaraman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1254405858-15651-1-git-send-email-sjayaraman@suse.de> User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1696 Lines: 34 On Thu, Oct 01, 2009 at 07:34:18PM +0530, Suresh Jayaraman wrote: > Hi, > > Here's the latest version of swap over NFS series since -v19 last October by > Peter Zijlstra. Peter does not have time to pursue this further (though he has > not lost interest) and that led me to take over this patchset and try merging > upstream. > > The patches are against the current mmotm. It does not support SLQB, yet. > These patches can also be found online here: > http://www.suse.de/~sjayaraman/patches/swap-over-nfs/ My advise again that I already gave to Peter long ago. It's almost impossible to get a patchset that large and touching many subsystems in. Split it into smaller series that make sense of their own. One of them would be the whole VM/net work to just make swap over nbd/iscsi safe. The other really big one is adding a proper method for safe, page-backed kernelspace I/O on files. That is not something like the grotty swap-tied address_space operations in this patch, but more something in the direction of the kernel direct I/O patches from Jenx Axboe he did for using in the loop driver. But even those aren't complete as they don't touch the locking issue yet. Especially the latter is an absolutely essential step to make any progress here, and an excellent patch series of it's own as there are multiple users for this, like making swap safe on btrfs files, making the MD bitmap code actually safe or improving the loop driver. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/