1. 06 Mar, 2010 2 commits
    • Joern Engel's avatar
      [LogFS] Change magic number · c2f843f0
      Joern Engel authored
      Many changes were made during development that could result in old
      versions of mklogfs and the kernel code being subtly incompatible.
      Not being a friend of subtleties, I hereby change the magic number.
      Any old version of mklogfs is now guaranteed to fail.
      c2f843f0
    • Joern Engel's avatar
      [LogFS] Remove h_version field · 9cf05b41
      Joern Engel authored
      Incompatible change: h_compr is moved up so the padding is all in one chunk.
      9cf05b41
  2. 05 Mar, 2010 1 commit
  3. 04 Mar, 2010 2 commits
    • Joern Engel's avatar
      [LogFS] Only write journal if dirty · c6d38301
      Joern Engel authored
      This prevents unnecessary journal writes.  More importantly it prevents
      an oops due to a journal write on failed mount.
      c6d38301
    • Joern Engel's avatar
      [LogFS] Fix bdev erases · 9421502b
      Joern Engel authored
      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
  4. 07 Dec, 2009 1 commit
    • Joern Engel's avatar
      [LogFS] Silence gcc · 5c564c2a
      Joern Engel authored
      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
  5. 28 Nov, 2009 1 commit
  6. 23 Nov, 2009 1 commit
  7. 20 Nov, 2009 2 commits
  8. 19 Nov, 2009 5 commits
  9. 18 Nov, 2009 25 commits