1. 30 9月, 2008 1 次提交
  2. 17 9月, 2008 1 次提交
  3. 25 8月, 2008 1 次提交
    • A
      UBIFS: allow for racing between GC and TNC · 601c0bc4
      Adrian Hunter 提交于
      The TNC mutex is unlocked prematurely when reading leaf nodes
      with non-hashed keys.  This is unsafe because the node may be
      moved by garbage collection and the eraseblock unmapped, although
      that has never actually happened during stress testing.
      
      This patch fixes the flaw by detecting the race and retrying with
      the TNC mutex locked.
      Signed-off-by: NAdrian Hunter <ext-adrian.hunter@nokia.com>
      601c0bc4
  4. 15 7月, 2008 1 次提交