summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* squashfs: add new extended inode typesPhillip Lougher2010-05-176-16/+135
* squashfs: add support for xattr readingPhillip Lougher2010-05-174-1/+342
* squashfs: add xattr id supportPhillip Lougher2010-05-176-4/+161
* squashfs: fix potential buffer over-run on 4K block file systemsPhillip Lougher2010-04-251-3/+2
* squashfs: add missing buffer freePhillip Lougher2010-04-251-0/+1
* squashfs: fix warn_on when root inode is corruptedPhillip Lougher2010-04-251-1/+2
* squashfs: fix locking bug in zlib wrapperPhillip Lougher2010-04-231-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-1/+1
* Squashfs: get rid of obsolete definition in header filePhillip Lougher2010-03-051-2/+0
* Squashfs: get rid of obsolete variable in struct squashfs_sb_infoPhillip Lougher2010-03-051-1/+0
* Squashfs: add decompressor entries for lzma and lzoPhillip Lougher2010-01-202-1/+13
* Squashfs: add a decompressor frameworkPhillip Lougher2010-01-208-51/+184
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-2014-33/+51
* Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher2010-01-204-71/+118
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* Squashfs: cody tidying, remove commented out line in MakefilePhillip Lougher2009-05-131-1/+0
* Squashfs: check page size is not larger than the filesystem block sizePhillip Lougher2009-05-131-0/+10
* Squashfs: fix breakage when page size > metadata block sizeDoug Chapman2009-05-131-0/+1
* Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-061-0/+1
|\
| * kmemtrace, squashfs: fix slab.h dependency problem in squasfsPekka Enberg2009-04-031-0/+1
* | fs/squashfs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
|/
* Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher2009-03-121-17/+4
* Squashfs: frag_size should be signed, as it can hold an error resultRoel Kluin2009-03-051-2/+4
* Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher2009-03-054-6/+15
* fs/Kconfig: move squashfs outAlexey Dobriyan2009-01-221-0/+51
* btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>Qinghuang Feng2009-01-152-1/+1
* Squashfs: MakefilesPhillip Lougher2009-01-051-0/+8
* Squashfs: header filesPhillip Lougher2009-01-054-0/+592
* Squashfs: block operationsPhillip Lougher2009-01-051-0/+274
* Squashfs: cache operationsPhillip Lougher2009-01-051-0/+412
* Squashfs: uid/gid lookup operationsPhillip Lougher2009-01-051-0/+94
OpenPOWER on IntegriCloud