remarkable-linux/fs/ubifs
Artem Bityutskiy fbfa6c884a UBIFS: do not write orphans back
Orphan inodes are deleted inodes which will disappear after FS
re-mount. There is not need to write orphan inodes back, because
they are not needed on the flash media.

So optimize orphans a little by not writing them back. Just mark
them as clean, free the budget, and report success to VFS.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-08-13 11:25:27 +03:00
..
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 UBIFS: make ubifs_ro_mode() not inline 2008-08-13 11:24:26 +03:00
ioctl.c
journal.c UBIFS: add new flash file system 2008-07-15 17:35:15 +03:00
Kconfig
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
Makefile
master.c
misc.h UBIFS: make ubifs_ro_mode() not inline 2008-08-13 11:24:26 +03:00
orphan.c
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c UBIFS: do not write orphans back 2008-08-13 11:25:27 +03:00
tnc.c
tnc_commit.c
tnc_misc.c
ubifs-media.h
ubifs.h UBIFS: make ubifs_ro_mode() not inline 2008-08-13 11:24:26 +03:00
xattr.c