aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-1/+1
* Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-10-021-1/+1
* Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher2011-05-291-3/+3
* Squashfs: update email addressPhillip Lougher2011-05-261-2/+2
* 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-251-1/+2
* Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher2011-05-251-1/+2
* Squashfs: add sanity checks to id reading at mount timePhillip Lougher2011-05-251-3/+7
* Squashfs: reverse order of filesystem table readingPhillip Lougher2011-05-251-34/+37
* Squashfs: move table allocation into squashfs_read_table()Phillip Lougher2011-05-251-13/+8
* Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-281-2/+2
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-281-4/+7
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-6/+4
* 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: add xattr support configure optionPhillip Lougher2010-05-171-1/+3
* squashfs: add new extended inode typesPhillip Lougher2010-05-171-7/+1
* squashfs: add xattr id supportPhillip Lougher2010-05-171-3/+19
* 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: add a decompressor frameworkPhillip Lougher2010-01-201-19/+26
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-9/+5
* 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: check page size is not larger than the filesystem block sizePhillip Lougher2009-05-131-0/+10
* fs/squashfs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
* Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher2009-03-051-1/+1
* btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>Qinghuang Feng2009-01-151-0/+1
* Squashfs: super block operationsPhillip Lougher2009-01-051-0/+440