linux/fs/ubifs
Artem Bityutskiy 3477d20465 UBIFS: pre-allocate bulk-read buffer
To avoid memory allocation failure during bulk-read, pre-allocate
a bulk-read buffer, so that if there is only one bulk-reader at
a time, it would just use the pre-allocated buffer and would not
do any memory allocation. However, if there are more than 1 bulk-
reader, then only one reader would use the pre-allocated buffer,
while the other reader would allocate the buffer for itself.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-11-21 18:59:33 +02:00
..
budget.c
commit.c
compress.c
debug.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +02:00
debug.h
dir.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +02:00
file.c UBIFS: pre-allocate bulk-read buffer 2008-11-21 18:59:33 +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: endian handling fixes and annotations 2008-11-06 11:06:19 +02:00
log.c
lprops.c
lpt_commit.c UBIFS: allow for gaps when dirtying the LPT 2008-11-07 12:11:52 +02:00
lpt.c
Makefile
master.c
misc.h
orphan.c UBIFS: fix compilation warnings 2008-11-06 11:06:31 +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: endian handling fixes and annotations 2008-11-06 11:06:19 +02:00
scan.c
shrinker.c
super.c UBIFS: pre-allocate bulk-read buffer 2008-11-21 18:59:33 +02:00
tnc_commit.c
tnc_misc.c
tnc.c UBIFS: do not allocate too much 2008-11-21 18:59:25 +02:00
ubifs-media.h
ubifs.h UBIFS: pre-allocate bulk-read buffer 2008-11-21 18:59:33 +02:00
xattr.c