All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 9] xenpaging fixes for xen-unstable
@ 2011-09-15  6:16 Olaf Hering
  2011-09-15  6:16 ` [PATCH 1 of 9] xenpaging: install into LIBEXEC dir Olaf Hering
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Olaf Hering @ 2011-09-15  6:16 UTC (permalink / raw)
  To: xen-devel


The following series implements growing and shrinking of the paging
file.  A xenstore watch is used the retreive the new number of pages to
page-out. This number is compared to the current amount of paged-out
pages and, depending on the difference, new pages are written to disk or
written back into the guest.

Please review and apply.

Olaf


 tools/xenpaging/Makefile         |    4 
 tools/xenpaging/file_ops.c       |    1 
 tools/xenpaging/policy_default.c |   11 -
 tools/xenpaging/xenpaging.c      |  231 +++++++++++++++++++++++++++------------
 tools/xenpaging/xenpaging.h      |    8 -
 5 files changed, 175 insertions(+), 80 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-09-28 16:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  6:16 [PATCH 0 of 9] xenpaging fixes for xen-unstable Olaf Hering
2011-09-15  6:16 ` [PATCH 1 of 9] xenpaging: install into LIBEXEC dir Olaf Hering
2011-09-15  6:16 ` [PATCH 2 of 9] xenpaging: remove filename from comment Olaf Hering
2011-09-15  6:16 ` [PATCH 3 of 9] xenpaging: update xenpaging_init Olaf Hering
2011-09-15  6:16 ` [PATCH 4 of 9] xenpaging: remove xc_dominfo_t from paging_t Olaf Hering
2011-09-15  6:16 ` [PATCH 5 of 9] xenpaging: track the number of paged-out pages Olaf Hering
2011-09-15  6:16 ` [PATCH 6 of 9] xenpaging: add evict_pages function Olaf Hering
2011-09-15  8:16   ` Ian Campbell
2011-09-15  9:05     ` George Dunlap
2011-09-15  9:17       ` Olaf Hering
2011-09-28 16:14         ` Ian Jackson
2011-09-28 16:19           ` Olaf Hering
2011-09-15  6:16 ` [PATCH 7 of 9] xenpaging: add resume_pages function Olaf Hering
2011-09-15  9:15   ` George Dunlap
2011-09-15  6:16 ` [PATCH 8 of 9] xenpaging: compare both token and path when checking for @releaseDomain event Olaf Hering
2011-09-15  6:16 ` [PATCH 9 of 9] xenpaging: watch the domains /xenpaging/num_pages xenstore value Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.