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