29 Jun 2012 15:33
[PATCH 00/12] Swap-over-NFS without deadlocking V8
Mel Gorman <mgorman <at> suse.de>
2012-06-29 13:33:13 GMT
2012-06-29 13:33:13 GMT
Changelog since V7
o Rebase to linux-next 20120629
o bi->page_dma instead of bi->page in intel driver
o Build fix for !CONFIG_NET (sebastian)
o Restore PF_MEMALLOC flags correctly in all cases (jlayton)
Changelog since V6
o Rebase to linux-next 20120622
Changelog since V5
o Rebase to v3.5-rc3
Changelog since V4
o Catch if SOCK_MEMALLOC flag is cleared with rmem tokens (davem)
Changelog since V3
o Rebase to 3.4-rc5
o kmap pages for writing to swap (akpm)
o Move forward declaration to reduce chance of duplication (akpm)
Changelog since V2
o Nothing significant, just rebases. A radix tree lookup is replaced with
a linear search would be the biggest rebase artifact
This patch series is based on top of "Swap-over-NBD without deadlocking v14"
as it depends on the same reservation of PF_MEMALLOC reserves logic.
When a user or administrator requires swap for their application, they
create a swap partition and file, format it with mkswap and activate it with
swapon. In diskless systems this is not an option so if swap if required
(Continue reading)
RSS Feed