summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/file_direct.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
* Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher2018-08-021-5/+11
* squashfs metadata 2: electric boogalooLinus Torvalds2018-08-011-7/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-11/+11
* fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-061-1/+1
* Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher2013-11-241-1/+4
* Squashfs: Directly decompress into the page cache for file dataPhillip Lougher2013-11-201-0/+173