aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds1-0/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher1-5/+23
2011-12-30Squashfs: optimise squashfs_cache_get entry searchAjeet Yadav1-3/+8
2011-12-30Squashfs: add missing block release on error conditionPhillip Lougher1-6/+13
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds1-7/+24
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2011-05-25Squashfs: move table allocation into squashfs_read_table()Phillip Lougher1-6/+23
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher1-1/+0
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-1/+0
2009-05-13Squashfs: fix breakage when page size > metadata block sizeDoug Chapman1-0/+1
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher1-2/+2
2009-01-05Squashfs: cache operationsPhillip Lougher1-0/+412