1
linux/fs/ubifs
Artem Bityutskiy 182854b46f UBIFS: fix budgeting calculations
The 'ubifs_release_dirty_inode_budget()' was buggy and incorrectly
freed the budget, which led to not freeing all dirty data budget.
This patch fixes that.

Also, this patch fixes ubifs_mkdir() which passed 1 in dirty_ino_d,
which makes no sense. Well, it is harmless though.

Also, add few more useful assertions. And improve few debugging
messages.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-08-13 11:20:05 +03:00
..
budget.c UBIFS: fix budgeting calculations 2008-08-13 11:20:05 +03:00
commit.c
compress.c
debug.c
debug.h
dir.c UBIFS: fix budgeting calculations 2008-08-13 11:20:05 +03:00
file.c [PATCH] get rid of indirect users of namei.h 2008-07-26 20:53:42 -04:00
find.c
gc.c
io.c
ioctl.c
journal.c
Kconfig
key.h
log.c
lprops.c
lpt_commit.c
lpt.c
Makefile
master.c
misc.h
orphan.c
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c UBIFS: print volume name as well 2008-08-13 11:15:50 +03:00
tnc_commit.c
tnc_misc.c
tnc.c
ubifs-media.h
ubifs.h
xattr.c