• Sage Weil's avatar
    ceph: address space operations · 1d3576fd
    Sage Weil authored
    The ceph address space methods are concerned primarily with managing
    the dirty page accounting in the inode, which (among other things)
    must keep track of which snapshot context each page was dirtied in,
    and ensure that dirty data is written out to the OSDs in snapshort
    order.
    
    A writepage() on a page that is not currently writeable due to
    snapshot writeback ordering constraints is ignored (it was presumably
    called from kswapd).
    Signed-off-by: default avatarSage Weil <sage@newdream.net>
    1d3576fd
addr.c 29.9 KB