alistair23-linux/fs/logfs
Joern Engel 9421502b4f [LogFS] Fix bdev erases
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.
2010-03-04 21:30:58 +01:00
..
compr.c
dev_bdev.c [LogFS] Fix bdev erases 2010-03-04 21:30:58 +01:00
dev_mtd.c [LogFS] Fix bdev erases 2010-03-04 21:30:58 +01:00
dir.c [LogFS] Prevent 64bit divisions in hash_index 2009-11-28 13:14:08 +01:00
file.c
gc.c
inode.c
journal.c [LogFS] Fix bdev erases 2010-03-04 21:30:58 +01:00
Kconfig
logfs.h [LogFS] Fix bdev erases 2010-03-04 21:30:58 +01:00
logfs_abi.h
Makefile
readwrite.c
segment.c [LogFS] Fix bdev erases 2010-03-04 21:30:58 +01:00
super.c [LogFS] Fix bdev erases 2010-03-04 21:30:58 +01:00