1. 21 4月, 2010 1 次提交
  2. 15 4月, 2010 1 次提交
  3. 13 4月, 2010 1 次提交
    • J
      [LogFS] Prevent memory corruption on large deletes · 032d8f72
      Joern Engel 提交于
      Removing sufficiently large files would create aliases for a large
      number of segments.  This in turn results in a large number of journal
      entries and an overflow of s_je_array.
      
      Cheap fix is to add a BUG_ON, turning memory corruption into something
      annoying, but less dangerous.  Real fix is to count the number of
      affected segments and prevent the problem completely.
      Signed-off-by: NJoern Engel <joern@logfs.org>
      032d8f72
  4. 31 3月, 2010 1 次提交
  5. 28 3月, 2010 1 次提交
  6. 05 3月, 2010 1 次提交
  7. 21 11月, 2009 1 次提交