linux/fs/ubifs
Adrian Hunter 2fb42b11f6 UBIFS: ensure UBIFS switches to read-only on error
UBI transparently handles write errors by automatically copying
and remapping the affected eraseblock. If UBI is unable to do
that, for example its pool of eraseblocks reserved for bad block
handling is empty, then the error is propagated to UBIFS. UBIFS
must protect the media from falling into an inconsistent state
by immediately switching to read-only mode. In the case of log
updates, this was not being done.

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
2008-08-13 11:24:00 +03:00
..
Kconfig
Makefile
budget.c UBIFS: fix budgeting calculations 2008-08-13 11:20:05 +03:00
commit.c
compress.c
debug.c UBIFS: fix error return in failure mode 2008-08-13 11:22:41 +03:00
debug.h
dir.c UBIFS: fix budgeting calculations 2008-08-13 11:20:05 +03:00
file.c UBIFS: improve debugging 2008-08-13 11:20:07 +03:00
find.c
gc.c
io.c
ioctl.c
journal.c
key.h
log.c UBIFS: ensure UBIFS switches to read-only on error 2008-08-13 11:24:00 +03:00
lprops.c
lpt.c
lpt_commit.c
master.c
misc.h
orphan.c
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c UBIFS: free budget in delete_inode as well 2008-08-13 11:22:09 +03:00
tnc.c
tnc_commit.c
tnc_misc.c
ubifs-media.h
ubifs.h
xattr.c