aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+132
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Gravatar Matthew Wilcox (Oracle) 1-7/+8
2022-07-29squashfs: support reading fragments in readahead callGravatar Phillip Lougher 1-3/+44
2022-07-29squashfs: implement readaheadGravatar Hsin-Yi Wang 1-1/+91
2022-05-09squashfs: Convert squashfs to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2021-05-14squashfs: fix divide error in calculate_skip()Gravatar Phillip Lougher 1-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Gravatar Thomas Gleixner 1-14/+1
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthGravatar Phillip Lougher 1-15/+10
2018-08-01squashfs metadata 2: electric boogalooGravatar Linus Torvalds 1-7/+18
2018-07-29squashfs: be more careful about metadata corruptionGravatar Linus Torvalds 1-2/+6
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-11/+11
2013-11-20Squashfs: Restructure squashfs_readpage()Gravatar Phillip Lougher 1-70/+72
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-4/+4
2011-05-26Squashfs: update email addressGravatar Phillip Lougher 1-1/+1
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper fileGravatar Phillip Lougher 1-1/+0
2009-01-05Squashfs: regular file operationsGravatar Phillip Lougher 1-0/+502