1. 27 4月, 2007 1 次提交
    • 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
  2. 15 3月, 2007 1 次提交
  3. 29 12月, 2006 1 次提交
    • M
      ocfs2: Allow direct I/O read past end of file · 564f8a32
      Mark Fasheh 提交于
      ocfs2_direct_IO_get_blocks() was incorrectly returning -EIO for a direct I/O
      read whose start block was past the end of the file allocation tree. Fix
      things so that we return a hole instead. do_direct_IO() will then notice
      that the range start is past eof and return a short read.
      
      While there, remove the unused vbo_max variable.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      564f8a32
  4. 09 12月, 2006 1 次提交
  5. 02 12月, 2006 4 次提交
  6. 21 9月, 2006 1 次提交
  7. 30 6月, 2006 1 次提交
  8. 29 6月, 2006 1 次提交
  9. 18 5月, 2006 1 次提交
  10. 27 3月, 2006 1 次提交
  11. 25 3月, 2006 1 次提交
  12. 04 1月, 2006 1 次提交