aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/file_direct.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08squashfs: remove calls to set the folio error flagGravatar Matthew Wilcox (Oracle) 1-2/+1
2023-12-10Squashfs: fix variable overflow triggered by sysbotGravatar Phillip Lougher 1-3/+3
2022-08-28squashfs: don't call kmalloc in decompressorsGravatar Phillip Lougher 1-1/+1
2022-06-16squashfs: don't use intermediate buffer if pages missingGravatar Phillip Lougher 1-63/+12
2022-06-16squashfs: extend "page actor" to handle missing pagesGravatar Phillip Lougher 1-10/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Gravatar Thomas Gleixner 1-3/+1
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthGravatar Phillip Lougher 1-5/+11
2018-08-01squashfs metadata 2: electric boogalooGravatar Linus Torvalds 1-7/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-11/+11
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayGravatar Fabian Frederick 1-1/+1
2013-11-24Squashfs: fix failure to unlock pages on decompress errorGravatar Phillip Lougher 1-1/+4
2013-11-20Squashfs: Directly decompress into the page cache for file dataGravatar Phillip Lougher 1-0/+173