summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Squashfs: fragment block operationsPhillip Lougher2009-01-051-0/+98
* Squashfs: export operationsPhillip Lougher2009-01-051-0/+155
* Squashfs: super block operationsPhillip Lougher2009-01-051-0/+440
* Squashfs: symlink operationsPhillip Lougher2009-01-051-0/+118
* Squashfs: regular file operationsPhillip Lougher2009-01-051-0/+502
* Squashfs: directory readdir operationsPhillip Lougher2009-01-051-0/+235
* Squashfs: directory lookup operationsPhillip Lougher2009-01-051-0/+242
* Squashfs: inode operationsPhillip Lougher2009-01-051-0/+346