summaryrefslogtreecommitdiff
path: root/fs/squashfs/file_direct.c
AgeCommit message (Expand)Author
2024-08-23Squashfs: Ensure all readahead pages have been usedPhillip Lougher
2024-08-19Squashfs: Update squashfs_readpage_block() to not use page->indexPhillip Lougher
2024-08-19Squashfs: Update page_actor to not use page->indexPhillip Lougher
2024-05-08squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher
2022-06-16squashfs: don't use intermediate buffer if pages missingPhillip Lougher
2022-06-16squashfs: extend "page actor" to handle missing pagesPhillip Lougher
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2013-11-24Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher