10 Jan, 2012

8 commits


31 Mar, 2011

1 commit


29 Oct, 2010

4 commits


08 May, 2010

1 commit


07 May, 2010

1 commit


05 Mar, 2010

1 commit

  • 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.

    Joern Engel
     

21 Nov, 2009

1 commit