Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-08-23 | Squashfs: Ensure all readahead pages have been used | Phillip Lougher | 1 | -1/+2 |
2024-08-19 | Squashfs: Update page_actor to not use page->index | Phillip Lougher | 1 | -1/+2 |
2022-10-28 | squashfs: fix read regression introduced in readahead code | Phillip Lougher | 1 | -1/+5 |
2022-08-29 | squashfs: don't call kmalloc in decompressors | Phillip Lougher | 1 | -0/+5 |
2022-07-30 | squashfs: always build "file direct" version of page actor | Phillip Lougher | 1 | -46/+0 |
2022-06-17 | squashfs: extend "page actor" to handle missing pages | Phillip Lougher | 1 | -3/+18 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner | 1 | -3/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2013-11-20 | Squashfs: Directly decompress into the page cache for file data | Phillip Lougher | 1 | -0/+32 |
2013-11-20 | Squashfs: Generalise paging handling in the decompressors | Phillip Lougher | 1 | -0/+49 |