summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-294-6/+6
|\
| * Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher2011-05-294-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-2622-150/+202
|\ \ | |/
| * Squashfs: update email addressPhillip Lougher2011-05-2622-23/+23
| * Squashfs: add extra sanity checks at mount timePhillip Lougher2011-05-251-2/+16
| * Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher2011-05-253-4/+25
| * Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-253-4/+30
| * Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-254-6/+37
| * Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher2011-05-251-0/+11
| * Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
| * Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-257-98/+44
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-102-3/+3
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher2011-03-221-3/+3
* Squashfs: handle corruption of directory structurePhillip Lougher2011-03-162-0/+21
* Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-281-2/+2
* Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher2011-02-281-1/+0
* Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher2011-02-281-6/+6
* Squashfs: add compression options support to xz decompressorPhillip Lougher2011-02-281-8/+41
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-288-16/+54
* squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher2011-01-263-12/+8
* Squashfs: simplify CONFIG_SQUASHFS_LZO handlingPhillip Lougher2011-01-133-9/+6
* Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-1310-13/+6
* Squashfs: get rid of default n in KconfigPhillip Lougher2011-01-131-3/+0
* Squashfs: add missing check in zlib_wrapperPhillip Lougher2011-01-131-0/+5
* Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher2011-01-131-5/+4
* Squashfs: Add XZ compression configuration optionPhillip Lougher2011-01-134-0/+28
* Squashfs: add XZ compression supportPhillip Lougher2011-01-132-0/+154
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-10-293-6/+8
|\
| * Squashfs: fix function prototypePhillip Lougher2010-10-282-2/+3
| * Squashfs: fix use of __le64 annotated variablePhillip Lougher2010-10-281-4/+5
* | new helper: mount_bdev()Al Viro2010-10-291-6/+4
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+2
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
| |/
* | BKL: Remove BKL from squashfsArnd Bergmann2010-10-041-11/+0
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+6
|/
* Squashfs: fix checkpatch.pl warningsPhillip Lougher2010-08-081-10/+10
* Squashfs: fix filename typoPhillip Lougher2010-08-051-1/+1
* Squashfs: update Kconfig and documentation for LZOPhillip Lougher2010-08-051-4/+14
* Squashfs: fix block size use in LZO decompressorPhillip Lougher2010-08-051-3/+5
* Squashfs: Add LZO compression supportChan Jeong2010-08-055-1/+149
* squashfs: fix filename in header commentPhillip Lougher2010-05-311-1/+1
* Squashfs: Make XATTR config name consistent with other file systemsPhillip Lougher2010-05-313-3/+3
* squashfs: fix compiler inline warningPhillip Lougher2010-05-311-1/+1
* squashfs: fix name reading in squashfs_xattr_getPhillip Lougher2010-05-231-2/+6
* squashfs: constify xattr handlersPhillip Lougher2010-05-232-8/+8
* squashfs: xattr fix sparse warningsStephen Hemminger2010-05-171-4/+4
* squashfs: xattr_lookup sparse fixStephen Hemminger2010-05-172-3/+4
* squashfs: add xattr support configure optionPhillip Lougher2010-05-178-8/+63
OpenPOWER on IntegriCloud