aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: squashfs: Fix endianness issueDaniel Rosenberg2017-06-281-5/+6
* ANDROID: squashfs: Fix signed division issueDaniel Rosenberg2017-06-281-2/+2
* ANDROID: Squashfs: fix missing NULL checkDaniel Rosenberg2017-04-111-3/+5
* fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-04-111-6/+6
* Squashfs: optimize reading uncompressed dataAdrien Schildknecht2017-04-112-7/+55
* Squashfs: implement .readpages()Adrien Schildknecht2017-04-113-57/+150
* Squashfs: replace buffer_head with BIOAdrien Schildknecht2017-04-114-272/+455
* Squashfs: refactor page_actorAdrien Schildknecht2017-04-1110-213/+255
* Squashfs: remove the FILE_CACHE optionAdrien Schildknecht2017-04-114-109/+2
* Squashfs: Add LZ4 compression configuration optionPhillip Lougher2017-04-114-0/+27
* Squashfs: add LZ4 compression supportPhillip Lougher2017-04-112-0/+143
* fs/squashfs/super.c: logging cleanupFabian Frederick2017-04-111-2/+3
* fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2017-04-111-1/+1
* fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick2017-04-111-1/+1
* Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher2017-04-111-1/+4
* Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher2017-04-111-4/+3
* Squashfs: Directly decompress into the page cache for file dataPhillip Lougher2017-04-115-1/+336
* Squashfs: Restructure squashfs_readpage()Phillip Lougher2017-04-114-71/+118
* Squashfs: Generalise paging handling in the decompressorsPhillip Lougher2017-04-1113-67/+163
* Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher2017-04-113-20/+145
* squashfs: Enhance parallel I/OMinchan Kim2017-04-113-1/+221
* Squashfs: Refactor decompressor interface and codePhillip Lougher2017-04-1111-136/+216
* Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher2017-04-112-3/+9
* Squashfs: add corruption check in get_dir_index_using_offset()Phillip Lougher2017-04-111-1/+8
* Squashfs: fix corruption checks in squashfs_readdir()Phillip Lougher2017-04-111-3/+2
* Squashfs: fix corruption checks in squashfs_lookup()Phillip Lougher2017-04-111-1/+2
* Squashfs: fix corruption check in get_dir_index_using_name()Phillip Lougher2017-04-111-3/+1
* Squashfs: Optimized uncompressed buffer loopManish Sharma2017-04-111-7/+4
* Squashfs: sanity check information from diskDan Carpenter2017-04-111-1/+6
* [readdir] convert squashfsAl Viro2017-04-111-28/+12
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-071-0/+1
* first commitMeizu OpenSource2016-08-1525-0/+4998