-
I'm the reporter of the bug (I forgot too login before I fill the bug report). Fell free to ask me if you need an additional informations.
2010-01-07 16:03:36 UTC by mlazar1
-
Steps to reproduce:
(1) use squashfs as the root fs
(2) run a few apps with high oom_score on the backgroun (e.g. boinc)
(3) run an app which allocate too much memory
oom killer will try to kill apps from (2), but the kernel stuck. If I compile the kernel with some debug info, several lock-related messages from the squashfs module are displayed before the kernel stuck. When I replaced the...
2010-01-07 15:52:16 UTC by nobody
-
plougher committed patchset 766 of module squashfs to the squashfs - a compressed fs for Linux CVS repository, changing 2 files.
2009-12-08 18:08:43 UTC by plougher
-
plougher committed patchset 765 of module squashfs to the squashfs - a compressed fs for Linux CVS repository, changing 1 files.
2009-12-08 18:02:54 UTC by plougher
-
plougher committed patchset 764 of module squashfs to the squashfs - a compressed fs for Linux CVS repository, changing 1 files.
2009-12-08 17:47:06 UTC by plougher
-
Hello
Iam using mksquashfs version 3.0-patched with linux 2.6.18
I tryed to encrpt the file with serpent encryption as shown below
dd if=/dev/zero of=./test1 bs=1k count=1000
./losetup -e serpent -W "test1234" /dev/loop0 ./test1
mkfs.ext2 /dev/loop0
mount -t ext2 /dev/loop0 tt
mksquashfs tt sd
mount sd -o loop,encryption=serpent gg -t squashfs
Iam getting below...
2009-12-04 07:28:10 UTC by kourla
-
Introduces a -t[est] option for unsquashfs utility, which prevents creation of anything, anywhere, and redirects data writes to /dev/null. This makes it return an error code if something goes wrong, or null if the filesystem uncompresses fine, essentially acting like fsck. It's similar approach to what is used in cramfsck.
While this method may be a bit hacky, it's generic enough to span all...
2009-10-29 23:17:36 UTC by raincz
-
every other package that takes a device table file allows single line comments (start with a '#'), and adding support to mksquashfs is trivial.
2009-10-22 07:50:21 UTC by vapier
-
I have an automated system that frequently creates squashfs filesystems. Occasionally (about once a week) mksquashfs will produce a squashfs image that is corrupt past a certain point. It's taken me a while to isolate the problem (I didn't expect a bug in mksquashfs so was looking elsewhere for the corruption), but now I'm fairly (99%) confident that I've isolated the problem to mksquashfs...
2009-10-15 14:31:44 UTC by anthonywright
-
plougher committed patchset 763 of module squashfs to the squashfs - a compressed fs for Linux CVS repository, changing 2 files.
2009-10-14 03:32:57 UTC by plougher