Skip to content

Commit

Permalink
ceph: address space operations
Browse files Browse the repository at this point in the history
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: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil committed Oct 6, 2009
1 parent 124e68e commit 1d3576f
Showing 1 changed file with 1,115 additions and 0 deletions.
Loading

0 comments on commit 1d3576f

Please sign in to comment.