aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/file_direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-3/+1
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher1-5/+11
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds1-7/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-11/+11
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher1-1/+4
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher1-0/+173