aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/page_actor.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher1-1/+5
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher1-0/+5
2022-07-29squashfs: always build "file direct" version of page actorPhillip Lougher1-46/+0
2022-06-16squashfs: extend "page actor" to handle missing pagesPhillip Lougher1-3/+18
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-3/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher1-0/+32
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher1-0/+49