UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / squashfs /
2011-04-27 Phillip LougherSquashfs: handle corruption of directory structure
2011-04-27 Phillip LougherSquashfs: Use vmalloc rather than kmalloc for zlib...
2011-01-26 Phillip Loughersquashfs: fix use of uninitialised variable in zlib...
2011-01-13 Phillip LougherSquashfs: simplify CONFIG_SQUASHFS_LZO handling
2011-01-13 Phillip LougherSquashfs: move squashfs_i() definition from squashfs.h
2011-01-13 Phillip LougherSquashfs: get rid of default n in Kconfig
2011-01-13 Phillip LougherSquashfs: add missing check in zlib_wrapper
2011-01-13 Phillip LougherSquashfs: remove unnecessary variable in zlib_wrapper
2011-01-13 Phillip LougherSquashfs: Add XZ compression configuration option
2011-01-13 Phillip LougherSquashfs: add XZ compression support
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/pkl/squashfs-linus
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-28 Phillip LougherSquashfs: fix function prototype
2010-10-28 Phillip LougherSquashfs: fix use of __le64 annotated variable
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-04 Arnd BergmannBKL: Remove BKL from squashfs
2010-10-04 Jan BlunckBKL: Explicitly add BKL around get_sb/fill_super
2010-08-08 Phillip LougherSquashfs: fix checkpatch.pl warnings
2010-08-05 Phillip LougherSquashfs: fix filename typo
2010-08-05 Phillip LougherSquashfs: update Kconfig and documentation for LZO
2010-08-05 Phillip LougherSquashfs: fix block size use in LZO decompressor
2010-08-05 Chan JeongSquashfs: Add LZO compression support
2010-05-31 Phillip Loughersquashfs: fix filename in header comment
2010-05-31 Phillip LougherSquashfs: Make XATTR config name consistent with other...
2010-05-31 Phillip Loughersquashfs: fix compiler inline warning
2010-05-23 Phillip Loughersquashfs: fix name reading in squashfs_xattr_get
2010-05-23 Phillip Loughersquashfs: constify xattr handlers
2010-05-17 Stephen Hemmingersquashfs: xattr fix sparse warnings
2010-05-17 Stephen Hemmingersquashfs: xattr_lookup sparse fix
2010-05-17 Phillip Loughersquashfs: add xattr support configure option
2010-05-17 Phillip Loughersquashfs: add new extended inode types
2010-05-17 Phillip Loughersquashfs: add support for xattr reading
2010-05-17 Phillip Loughersquashfs: add xattr id support
2010-04-25 Phillip Loughersquashfs: fix potential buffer over-run on 4K block...
2010-04-25 Phillip Loughersquashfs: add missing buffer free
2010-04-25 Phillip Loughersquashfs: fix warn_on when root inode is corrupted
2010-04-23 Phillip Loughersquashfs: fix locking bug in zlib wrapper
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Phillip LougherSquashfs: get rid of obsolete definition in header...
2010-03-05 Phillip LougherSquashfs: get rid of obsolete variable in struct squash...
2010-01-20 Phillip LougherSquashfs: add decompressor entries for lzma and lzo
2010-01-20 Phillip LougherSquashfs: add a decompressor framework
2010-01-20 Phillip LougherSquashfs: factor out remaining zlib dependencies into...
2010-01-20 Phillip LougherSquashfs: move zlib decompression wrapper code into...
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-05-13 Phillip LougherSquashfs: cody tidying, remove commented out line in...
2009-05-13 Phillip LougherSquashfs: check page size is not larger than the filesy...
2009-05-13 Doug ChapmanSquashfs: fix breakage when page size > metadata block...
2009-04-06 Linus TorvaldsMerge branch 'kmemtrace-for-linus' of git://git./linux...
2009-04-03 Pekka Enbergkmemtrace, squashfs: fix slab.h dependency problem...
2009-04-03 Coly Lifs/squashfs: return f_fsid for statfs(2)
2009-03-12 Phillip LougherSquashfs: Valid filesystems are flagged as bad by the...
2009-03-05 Roel KluinSquashfs: frag_size should be signed, as it can hold...
2009-03-05 Phillip LougherSquashfs: Fix oops when reading fsfuzzer corrupted...
2009-01-22 Alexey Dobriyanfs/Kconfig: move squashfs out
2009-01-16 Qinghuang Fengbtrfs & squashfs: Move btrfs and squashfsto's magic...
2009-01-05 Phillip LougherSquashfs: Makefiles
2009-01-05 Phillip LougherSquashfs: header files
2009-01-05 Phillip LougherSquashfs: block operations
2009-01-05 Phillip LougherSquashfs: cache operations
2009-01-05 Phillip LougherSquashfs: uid/gid lookup operations
2009-01-05 Phillip LougherSquashfs: fragment block operations
2009-01-05 Phillip LougherSquashfs: export operations
2009-01-05 Phillip LougherSquashfs: super block operations
2009-01-05 Phillip LougherSquashfs: symlink operations
2009-01-05 Phillip LougherSquashfs: regular file operations
2009-01-05 Phillip LougherSquashfs: directory readdir operations
2009-01-05 Phillip LougherSquashfs: directory lookup operations
2009-01-05 Phillip LougherSquashfs: inode operations