| From: |
| Peter Zijlstra <a.p.zijlstra@chello.nl> |
| To: |
| linux-mm@kvack.org, linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH 0/6] Swap over NFS |
| Date: |
| Fri, 25 Aug 2006 17:37:09 +0200 |
| Cc: |
| Andrew Morton <akpm@osdl.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Rik van Riel <riel@redhat.com>,
Trond Myklebust <trond.myklebust@fys.uio.no> |
| Archive-link: |
| Article,
Thread
|
Hi,
These patches implement swap files on NFS, but lay the foundation to
allow swap files on any non block device backed file.
As is, these patches allow for swapfiles to me used on NFS mounts. However
some extra work is needed to make this safe. It is not very hard to deadlock
a kernel with only these patches.
In the next VM deadlock avoidance series I will include a patch to remedy
this.