aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)Author
2011-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-07-22Squashfs: Make ZLIB compression support optionalPhillip Lougher
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20deuglify squashfs_lookup()Al Viro
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-05-29Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-05-26Squashfs: update email addressPhillip Lougher
2011-05-25Squashfs: add extra sanity checks at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to id reading at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher
2011-05-25Squashfs: reverse order of filesystem table readingPhillip Lougher
2011-05-25Squashfs: move table allocation into squashfs_read_table()Phillip Lougher
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher
2011-03-16Squashfs: handle corruption of directory structurePhillip Lougher
2011-02-28Squashfs: wrap squashfs_mount() definitionPhillip Lougher
2011-02-28Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher
2011-02-28Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher
2011-02-28Squashfs: add compression options support to xz decompressorPhillip Lougher
2011-02-28Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher
2011-01-13Squashfs: simplify CONFIG_SQUASHFS_LZO handlingPhillip Lougher
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher
2011-01-13Squashfs: get rid of default n in KconfigPhillip Lougher
2011-01-13Squashfs: add missing check in zlib_wrapperPhillip Lougher
2011-01-13Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher
2011-01-13Squashfs: Add XZ compression configuration optionPhillip Lougher
2011-01-13Squashfs: add XZ compression supportPhillip Lougher
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2010-10-29new helper: mount_bdev()Al Viro
2010-10-28Squashfs: fix function prototypePhillip Lougher
2010-10-28Squashfs: fix use of __le64 annotated variablePhillip Lougher
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-04BKL: Remove BKL from squashfsArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-08Squashfs: fix checkpatch.pl warningsPhillip Lougher
2010-08-05Squashfs: fix filename typoPhillip Lougher
2010-08-05Squashfs: update Kconfig and documentation for LZOPhillip Lougher
2010-08-05Squashfs: fix block size use in LZO decompressorPhillip Lougher
2010-08-05Squashfs: Add LZO compression supportChan Jeong
2010-05-31squashfs: fix filename in header commentPhillip Lougher
2010-05-31Squashfs: Make XATTR config name consistent with other file systemsPhillip Lougher
2010-05-31squashfs: fix compiler inline warningPhillip Lougher
2010-05-23squashfs: fix name reading in squashfs_xattr_getPhillip Lougher