aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher1-2/+3
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher1-4/+7
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher1-3/+4
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher1-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+132
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)1-7/+8
2022-07-29squashfs: support reading fragments in readahead callPhillip Lougher1-3/+44
2022-07-29squashfs: implement readaheadHsin-Yi Wang1-1/+91
2022-05-09squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)1-2/+3
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner1-14/+1
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher1-15/+10
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds1-7/+18
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds1-2/+6
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-11/+11
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher1-70/+72
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-1/+0
2009-01-05Squashfs: regular file operationsPhillip Lougher1-0/+502