1. 27 4月, 2007 1 次提交
    • 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 次提交