summaryrefslogtreecommitdiff
path: root/fs/squashfs
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2011-11-04
|\
| * Squashfs: Add an option to set dev block size to 4KPhillip Lougher2011-11-02
* | filesystems: add set_nlink()Miklos Szeredi2011-11-02
* | doc: fix broken referencesPaul Bolle2011-09-27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-07-25
|\
| * Squashfs: Make ZLIB compression support optionalPhillip Lougher2011-07-22
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
* | deuglify squashfs_lookup()Al Viro2011-07-20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-29
|\
| * Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher2011-05-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-26
|\ \ | |/
| * Squashfs: update email addressPhillip Lougher2011-05-26
| * Squashfs: add extra sanity checks at mount timePhillip Lougher2011-05-25
| * Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher2011-05-25
| * Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-25
| * Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-25
| * Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher2011-05-25
| * Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-25
| * Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-25
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-10
* | Fix common misspellingsLucas De Marchi2011-03-31
|/
* Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher2011-03-22
* Squashfs: handle corruption of directory structurePhillip Lougher2011-03-16
* Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-28
* Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher2011-02-28
* Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher2011-02-28
* Squashfs: add compression options support to xz decompressorPhillip Lougher2011-02-28
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-28
* squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher2011-01-26
* Squashfs: simplify CONFIG_SQUASHFS_LZO handlingPhillip Lougher2011-01-13
* Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-13
* Squashfs: get rid of default n in KconfigPhillip Lougher2011-01-13
* Squashfs: add missing check in zlib_wrapperPhillip Lougher2011-01-13
* Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher2011-01-13
* Squashfs: Add XZ compression configuration optionPhillip Lougher2011-01-13
* Squashfs: add XZ compression supportPhillip Lougher2011-01-13
* fs: icache RCU free inodesNick Piggin2011-01-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-10-29
|\
| * Squashfs: fix function prototypePhillip Lougher2010-10-28
| * Squashfs: fix use of __le64 annotated variablePhillip Lougher2010-10-28
* | new helper: mount_bdev()Al Viro2010-10-29
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
| |/
* | BKL: Remove BKL from squashfsArnd Bergmann2010-10-04
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
|/
* Squashfs: fix checkpatch.pl warningsPhillip Lougher2010-08-08
* Squashfs: fix filename typoPhillip Lougher2010-08-05
* Squashfs: update Kconfig and documentation for LZOPhillip Lougher2010-08-05
* Squashfs: fix block size use in LZO decompressorPhillip Lougher2010-08-05
* Squashfs: Add LZO compression supportChan Jeong2010-08-05