summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/file_direct.c
Commit message (Expand)AuthorAgeFilesLines
* squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)13 days1-2/+1
* Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2023-12-101-3/+3
* squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-281-1/+1
* squashfs: don't use intermediate buffer if pages missingPhillip Lougher2022-06-161-63/+12
* squashfs: extend "page actor" to handle missing pagesPhillip Lougher2022-06-161-10/+11
* 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