Opened 3 months ago

Last modified 6 weeks ago

#868 new enhancement

Block cache and page out

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone:
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Design and implement architecture for managing block cache and paging out in microkernel environment.

All pages except those allocated to kernel structures are available either to user pages or block cache. Recently unused user pages can be paged out in favor of recently accessed blocks and vice versa.

Benefits:

  • should help improve filesystem performace
  • allow more functionality in an environment where primary memory is limited

This would be an ideal topic for a master thesis.

Change History (2)

comment:1 by Jiri Svoboda, 6 weeks ago

Milestone: 0.13.10.14.1

Milestone renamed

comment:2 by Jiri Svoboda, 6 weeks ago

Milestone: 0.14.1
Note: See TracTickets for help on using tickets.