• Andrew Morton's avatar
    [PATCH] direct-to-BIO writeback · ab9e8941
    Andrew Morton authored
    Multipage BIO writeout from the pagecache.
    
    It's pretty much the same as multipage reads.  It falls back to buffers
    if things got complex.
    
    The write case is a little more complex because it handles pages which
    have buffers and pages which do not.  If the page didn't have buffers
    this code does not add them.
    ab9e8941
buffer.c 65.7 KB