aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/squashfs.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-02squashfs: migrate from ll_rw_block usage to BIOGravatar Philippe Liard 1-2/+2
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-1/+1
2018-08-01squashfs metadata 2: electric boogalooGravatar Linus Torvalds 1-0/+1
2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnGravatar Fabian Frederick 1-1/+1
2013-11-20Squashfs: Restructure squashfs_readpage()Gravatar Phillip Lougher 1-0/+7
2013-11-20Squashfs: Generalise paging handling in the decompressorsGravatar Phillip Lougher 1-4/+4
2013-11-20Squashfs: Refactor decompressor interface and codeGravatar Phillip Lougher 1-1/+8
2011-07-22Squashfs: Make ZLIB compression support optionalGravatar Phillip Lougher 1-3/+0
2011-05-26Squashfs: update email addressGravatar Phillip Lougher 1-1/+1
2011-05-25Squashfs: add sanity checks to fragment reading at mount timeGravatar Phillip Lougher 1-1/+1
2011-05-25Squashfs: add sanity checks to lookup table reading at mount timeGravatar Phillip Lougher 1-1/+1
2011-05-25Squashfs: add sanity checks to id reading at mount timeGravatar Phillip Lougher 1-1/+1
2011-05-25Squashfs: move table allocation into squashfs_read_table()Gravatar Phillip Lougher 1-1/+1
2011-02-28Squashfs: extend decompressor framework to handle compression optionsGravatar Phillip Lougher 1-0/+1
2011-01-13Squashfs: simplify CONFIG_SQUASHFS_LZO handlingGravatar Phillip Lougher 1-3/+0
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hGravatar Phillip Lougher 1-5/+0
2010-08-05Squashfs: fix filename typoGravatar Phillip Lougher 1-1/+1
2010-08-05Squashfs: Add LZO compression supportGravatar Chan Jeong 1-0/+3
2010-05-23squashfs: constify xattr handlersGravatar Phillip Lougher 1-1/+1
2010-05-17squashfs: add xattr support configure optionGravatar Phillip Lougher 1-6/+0
2010-05-17squashfs: add new extended inode typesGravatar Phillip Lougher 1-1/+11
2010-05-17squashfs: add xattr id supportGravatar Phillip Lougher 1-0/+6
2010-01-20Squashfs: add a decompressor frameworkGravatar Phillip Lougher 1-7/+7
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper fileGravatar Phillip Lougher 1-0/+2
2010-01-20Squashfs: move zlib decompression wrapper code into a separate fileGravatar Phillip Lougher 1-0/+4
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsGravatar Phillip Lougher 1-1/+1
2009-01-05Squashfs: header filesGravatar Phillip Lougher 1-0/+90