Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added code for custom file prefetching #289

Closed
wants to merge 1 commit into from

Commits on May 19, 2016

  1. Added code for custom file prefetching

    This file prefetching algorithm works on the basis of access patterns of a given
    file type and the cache pressure. This patch adds the code for measuring the
    cache pressure, identify filetype and get the access pattern of that file.
    This patch also sets up a sysctl variable to change the prefetching algorihtm.
    Ravi Prakash Pandey committed May 19, 2016
    Configuration menu
    Copy the full SHA
    b20a2a2 View commit details
    Browse the repository at this point in the history