1. 27 4月, 2007 2 次提交
    • M
      ocfs2: temporarily remove extent map caching · 363041a5
      Mark Fasheh 提交于
      The code in extent_map.c is not prepared to deal with a subtree being
      rotated between lookups. This can happen when filling holes in sparse files.
      Instead of a lengthy patch to update the code (which would likely lose the
      benefit of caching subtree roots), we remove most of the algorithms and
      implement a simple path based lookup. A less ambitious extent caching scheme
      will be added in a later patch.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      363041a5
    • M
      ocfs2: sparse b-tree support · dcd0538f
      Mark Fasheh 提交于
      Introduce tree rotations into the b-tree code. This will allow ocfs2 to
      support sparse files. Much of the added code is designed to be generic (in
      the ocfs2 sense) so that it can later be re-used to implement large
      extended attributes.
      
      This patch only adds the rotation code and does minimal updates to callers
      of the extent api.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      dcd0538f
  2. 14 12月, 2006 1 次提交
  3. 02 12月, 2006 6 次提交
  4. 22 11月, 2006 1 次提交
  5. 21 9月, 2006 1 次提交
    • M
      ocfs2: Remove overzealous BUG_ON() · eb35746c
      Mark Fasheh 提交于
      The truncate code was never supposed to BUG() on an allocator it doesn't
      know about, but rather to ignore it. Right now, this does nothing, but when
      we change our allocation paths to use all suballocator files, this will
      allow current versions of the fs module to work fine.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      eb35746c
  6. 25 3月, 2006 1 次提交
  7. 10 1月, 2006 1 次提交
  8. 04 1月, 2006 1 次提交