Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Removing the delay of cache mode change from writeback to others #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Removing the delay of cache mode change from writeback to others #101

wants to merge 1 commit into from

Commits on Jul 23, 2015

  1. Update eio_ttc.c

    Lately, we found the substantial delay of cache mode change from writeback to others when write operations are heavy.
    
    The delay is caused by flushing dirty ssd blocks to hard disk, but there is no need to flush.
     I think the dirty blocks on ssd does not affect to the writethrough and readonly mode. The cache consistency can be kept.
    heesn1 committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    6dd4dc5 View commit details
    Browse the repository at this point in the history