aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/file_direct.c
Commit message (Expand)AuthorAgeFilesLines
* Squashfs: optimize reading uncompressed dataAdrien Schildknecht2017-04-111-7/+30
* Squashfs: implement .readpages()Adrien Schildknecht2017-04-111-20/+43
* Squashfs: replace buffer_head with BIOAdrien Schildknecht2017-04-111-129/+65
* Squashfs: refactor page_actorAdrien Schildknecht2017-04-111-2/+2
* fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2017-04-111-1/+1
* Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher2017-04-111-1/+4
* Squashfs: Directly decompress into the page cache for file dataPhillip Lougher2017-04-111-0/+173