1. 26 5月, 2007 1 次提交
    • M
      ocfs2: fix inode leak · 8fccfc82
      Mark Fasheh 提交于
      We weren't cleaning up our inode reference on error in
      ocfs2_reserve_local_alloc_bits(). Add a check for error return and iput() if
      need be. Move the code to set the alloc context inode info to the end of the
      function so we don't have any possibility of passing back a bad pointer.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      8fccfc82
  2. 14 12月, 2006 1 次提交
  3. 02 12月, 2006 7 次提交
  4. 08 8月, 2006 1 次提交
    • M
      ocfs2: allocation hints · 883d4cae
      Mark Fasheh 提交于
      Record the most recently used allocation group on the allocation context, so
      that subsequent allocations can attempt to optimize for contiguousness.
      Local alloc especially should benefit from this as the current chain search
      tends to let it spew across the disk.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      883d4cae
  5. 25 3月, 2006 1 次提交
  6. 10 1月, 2006 1 次提交
  7. 04 1月, 2006 1 次提交