linux/fs/squashfs
Phillip Lougher 117a91e0f2 Squashfs: Use vmalloc rather than kmalloc for zlib workspace
Bugzilla bug 31422 reports occasional "page allocation failure. order:4"
at Squashfs mount time.  Fix this by making zlib workspace allocation
use vmalloc rather than kmalloc.

Reported-by: Mehmet Giritli <mehmet@giritli.eu>
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
2011-03-22 23:01:26 +00:00
..
Kconfig Squashfs: Update Kconfig help text to include xz compression 2011-02-28 18:35:28 +00:00
Makefile
block.c
cache.c
decompressor.c
decompressor.h
dir.c Squashfs: handle corruption of directory structure 2011-03-16 01:04:18 +00:00
export.c
file.c
fragment.c
id.c
inode.c
lzo_wrapper.c
namei.c Squashfs: handle corruption of directory structure 2011-03-16 01:04:18 +00:00
squashfs.h
squashfs_fs.h
squashfs_fs_i.h
squashfs_fs_sb.h
super.c Squashfs: wrap squashfs_mount() definition 2011-02-28 18:43:48 +00:00
symlink.c
xattr.c
xattr.h
xattr_id.c
xz_wrapper.c Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore 2011-02-28 18:35:44 +00:00
zlib_wrapper.c Squashfs: Use vmalloc rather than kmalloc for zlib workspace 2011-03-22 23:01:26 +00:00