linux/fs/ubifs
Artem Bityutskiy f10383006c UBIFS: always commit in sync_fs
Always run commit in sync_fs, because even if the journal seems
to be almost empty, there may be a deletion which removes a large
file, which affects the index greatly. And because we want
better free space predictions after 'sync_fs()', we have to
commit.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-12-31 14:13:24 +02:00
..
budget.c UBIFS: avoid unnecessary calculations 2008-12-23 12:24:16 +02:00
commit.c UBIFS: separate debugging fields out 2008-12-03 13:14:33 +02:00
compress.c UBIFS: fix section mismatch 2008-12-04 17:53:10 +02:00
debug.c UBIFS: use nicer 64-bit math 2008-12-23 12:23:40 +02:00
debug.h UBIFS: introduce LPT dump function 2008-12-03 13:14:34 +02:00
dir.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +02:00
file.c UBIFS: use PAGE_CACHE_MASK correctly 2008-12-23 12:19:14 +02:00
find.c
gc.c
io.c
ioctl.c
journal.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +02:00
Kconfig
key.h UBIFS: avoid unnecessary checks 2008-12-03 13:14:11 +02:00
log.c
lprops.c UBIFS: various comment improvements and fixes 2008-12-23 12:23:08 +02:00
lpt_commit.c UBIFS: introduce LPT dump function 2008-12-03 13:14:34 +02:00
lpt.c UBIFS: use nicer 64-bit math 2008-12-23 12:23:40 +02:00
Makefile
master.c
misc.h
orphan.c UBIFS: separate debugging fields out 2008-12-03 13:14:33 +02:00
recovery.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +02:00
replay.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +02:00
sb.c UBIFS: use nicer 64-bit math 2008-12-23 12:23:40 +02:00
scan.c
shrinker.c
super.c UBIFS: always commit in sync_fs 2008-12-31 14:13:24 +02:00
tnc_commit.c UBIFS: re-calculate min_idx_size after the commit 2008-12-23 12:24:05 +02:00
tnc_misc.c
tnc.c UBIFS: do not allocate too much 2008-11-21 18:59:25 +02:00
ubifs-media.h UBIFS: slight compression optimization 2008-12-03 13:13:50 +02:00
ubifs.h UBIFS: use nicer 64-bit math 2008-12-23 12:23:40 +02:00
xattr.c