1. 24 2月, 2010 1 次提交
  2. 20 2月, 2010 1 次提交
  3. 12 2月, 2010 3 次提交
  4. 03 2月, 2010 1 次提交
  5. 26 1月, 2010 1 次提交
  6. 22 12月, 2009 2 次提交
  7. 28 10月, 2009 1 次提交
  8. 07 10月, 2009 1 次提交
    • S
      ceph: address space operations · 1d3576fd
      Sage Weil 提交于
      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: NSage Weil <sage@newdream.net>
      1d3576fd