- 26 5月, 2011 2 次提交
-
-
由 Phillip Lougher 提交于
My existing email address may stop working in a month or two, so update email to one that will continue working. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
由 Phillip Lougher 提交于
This eliminates a lot of duplicate code. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
- 14 1月, 2011 1 次提交
-
-
由 Phillip Lougher 提交于
Move squashfs_i() definition out of squashfs.h, this eliminates the need to #include squashfs_fs_i.h from numerous files. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
- 21 1月, 2010 1 次提交
-
-
由 Phillip Lougher 提交于
Move zlib buffer init/destroy code into separate wrapper file. Also make zlib z_stream field a void * removing the need to include zlib.h for most files. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
- 13 5月, 2009 1 次提交
-
-
由 Doug Chapman 提交于
Squashfs is broken on any system where the page size is larger than the metadata size (8192). This is easily fixed by ensuring cache->pages is always > 0. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: NDoug Chapman <doug.chapman@hp.com> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org> Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
- 05 3月, 2009 1 次提交
-
-
由 Phillip Lougher 提交于
This fixes a code regression caused by the recent mainlining changes. The recent code changes call zlib_inflate repeatedly, decompressing into separate 4K buffers, this code didn't check for the possibility that zlib_inflate might ask for too many buffers when decompressing corrupted data. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
- 05 1月, 2009 1 次提交
-
-
由 Phillip Lougher 提交于
Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-