summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Squashfs: Ensure all readahead pages have been usedPhillip Lougher2024-08-231-2/+2
* Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...Phillip Lougher2024-08-191-16/+50
* Squashfs: Update squashfs_readahead() to not use page->indexPhillip Lougher2024-08-191-10/+6
* Squashfs: Update page_actor to not use page->indexPhillip Lougher2024-08-191-1/+1
* squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)2024-05-081-5/+1
* Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2023-12-101-1/+2
* squashfs: fix buffer release race condition in readahead codePhillip Lougher2022-10-281-2/+3
* squashfs: fix extending readahead beyond end of filePhillip Lougher2022-10-281-4/+7
* squashfs: fix read regression introduced in readahead codePhillip Lougher2022-10-281-3/+4
* squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-281-1/+1
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-1/+132
|\
| * squashfs: support reading fragments in readahead callPhillip Lougher2022-07-291-3/+44
| * squashfs: implement readaheadHsin-Yi Wang2022-07-291-1/+91
* | squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)2022-08-021-7/+8
|/
* squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* squashfs: fix divide error in calculate_skip()Phillip Lougher2021-05-141-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-241-14/+1
* Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher2018-08-021-15/+10
* squashfs metadata 2: electric boogalooLinus Torvalds2018-08-011-7/+18
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-07-291-2/+6
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-11/+11
* Squashfs: Restructure squashfs_readpage()Phillip Lougher2013-11-201-70/+72
* squashfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* Squashfs: update email addressPhillip Lougher2011-05-261-1/+1
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-1/+0
* Squashfs: regular file operationsPhillip Lougher2009-01-051-0/+502