aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/cache.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Gravatar Thomas Gleixner 1-14/+1
2018-07-29squashfs: be more careful about metadata corruptionGravatar Linus Torvalds 1-0/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-7/+7
2013-11-20Squashfs: Generalise paging handling in the decompressorsGravatar Phillip Lougher 1-5/+23
2011-12-30Squashfs: optimise squashfs_cache_get entry searchGravatar Ajeet Yadav 1-3/+8
2011-12-30Squashfs: add missing block release on error conditionGravatar Phillip Lougher 1-6/+13
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 1-7/+24
2011-05-26Squashfs: update email addressGravatar Phillip Lougher 1-1/+1
2011-05-25Squashfs: move table allocation into squashfs_read_table()Gravatar Phillip Lougher 1-6/+23
2011-05-10treewide: fix a few typos in commentsGravatar Justin P. Mattock 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hGravatar Phillip Lougher 1-1/+0
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper fileGravatar Phillip Lougher 1-1/+0
2009-05-13Squashfs: fix breakage when page size > metadata block sizeGravatar Doug Chapman 1-0/+1
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsGravatar Phillip Lougher 1-2/+2
2009-01-05Squashfs: cache operationsGravatar Phillip Lougher 1-0/+412