1. 05 3月, 2010 1 次提交
    • J
      [LogFS] Fix bdev erases · 9421502b
      Joern Engel 提交于
      Erases for block devices were always just emulated by writing 0xff.
      Some time back the write was removed and only the page cache was
      changed to 0xff.  Superficialy a good idea with two problems:
      1. Touching the page cache isn't necessary either.
      2. However, writing out 0xff _is_ necessary for the journal.  As the
         journal is scanned linearly, an old non-overwritten commit entry
         can be used on next mount and cause havoc.
      
      This should fix both aspects.
      9421502b
  2. 07 12月, 2009 1 次提交
    • J
      [LogFS] Silence gcc · 5c564c2a
      Joern Engel 提交于
      Andrew Morton sayeth:
      fs/logfs/journal.c: In function 'logfs_init_journal':
      fs/logfs/journal.c:266: warning: 'last_len' may be used uninitialized in this function
      
      Can this be squished please?
      5c564c2a
  3. 28 11月, 2009 1 次提交
  4. 23 11月, 2009 1 次提交
  5. 21 11月, 2009 2 次提交
  6. 19 11月, 2009 11 次提交
  7. 18 11月, 2009 23 次提交