* git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus: Squashfs: Use vmalloc rather than kmalloc for zlib workspace Squashfs: handle corruption of directory structure Squashfs: wrap squashfs_mount() definition Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore Squashfs: Update documentation to include compression options Squashfs: Update Kconfig help text to include xz compression Squashfs: add compression options support to xz decompressor Squashfs: extend decompressor framework to handle compression options
No related branches found
No related tags found
Showing
- Documentation/filesystems/squashfs.txt 19 additions, 9 deletionsDocumentation/filesystems/squashfs.txt
- fs/squashfs/Kconfig 6 additions, 6 deletionsfs/squashfs/Kconfig
- fs/squashfs/decompressor.c 34 additions, 0 deletionsfs/squashfs/decompressor.c
- fs/squashfs/decompressor.h 1 addition, 6 deletionsfs/squashfs/decompressor.h
- fs/squashfs/dir.c 9 additions, 0 deletionsfs/squashfs/dir.c
- fs/squashfs/lzo_wrapper.c 2 additions, 2 deletionsfs/squashfs/lzo_wrapper.c
- fs/squashfs/namei.c 12 additions, 0 deletionsfs/squashfs/namei.c
- fs/squashfs/squashfs.h 1 addition, 0 deletionsfs/squashfs/squashfs.h
- fs/squashfs/squashfs_fs.h 4 additions, 0 deletionsfs/squashfs/squashfs_fs.h
- fs/squashfs/super.c 9 additions, 6 deletionsfs/squashfs/super.c
- fs/squashfs/xz_wrapper.c 43 additions, 10 deletionsfs/squashfs/xz_wrapper.c
- fs/squashfs/zlib_wrapper.c 5 additions, 5 deletionsfs/squashfs/zlib_wrapper.c
Loading
Please register or sign in to comment