aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/file.c
AgeCommit message (Expand)Author
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)
2022-07-29squashfs: support reading fragments in readahead callPhillip Lougher
2022-07-29squashfs: implement readaheadHsin-Yi Wang
2022-05-09squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Cong Wang
2011-05-26Squashfs: update email addressPhillip Lougher
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher
2009-01-05Squashfs: regular file operationsPhillip Lougher