File: ACKNOWLEDGEMENTS

package info (click to toggle)
squashfs 1%3A2.1r2-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,156 kB
  • ctags: 493
  • sloc: ansic: 2,801; makefile: 103
file content (70 lines) | stat: -rw-r--r-- 2,805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
			ACKNOWLEDGEMENTS

Thanks to everyone who have download squashfs.  I appreciate people
using it, and any feedback you have.

The following have provided useful feedback, which has guided
some of the extra features in squashfs.  This is a randomly ordered
(roughly in chronological order) list, which is updated when
I remember...

Mark Robson - pointed out early on that initrds didn't work

Adam Warner - pointed out that greater than 2GB filesystems didn't work.

John Sutton - raised the problem when archiving the entire filesystem
(/) there was no way to prevent /proc being archived.  This prompted
exclude files.

Martin Mueller (LinuxTV) - noticed that the filesystem length in the
superblock doesn't match the output filesystem length.  This is due to
padding to a 4K boundary.  This prompted the addition of the -nopad option.
He also reported a problem where 32K block filesystems hung when used as
initrds.

Arkadiusz Patyk (Polish Linux Distribution - PLD) reported a problem where 32K
block filesystems hung when used as a root filesystem mounted as a loopback
device.

Joe Blow emailed me that I'd forgotten to put anything in the README about
mounting the squashfs filesystem.

David Fox (Lindows) noticed that the exit codes returned by Mksquashfs were
wrong.  He also noticed that a lot of time was spent in the duplicate scan
routine.

Cameron Rich complained that Squashfs did not support FIFOs or sockets.

Steve Chadsey and Thomas Weissmuller noticed that files larger than the
available memory could not be compressed by Mksquashfs.

"Ptwahyu" and "Hoan" (I have no full names and I don't like giving people's
email addresses), noticed that Mksquashfs 1.3 SEGV'd occasionally.  Even though
I had already noticed this bug, it is useful to be informed by other people.

Don Elwell, Murray Jensen and Cameron Rich, have all sent in patches.  Thanks,
I have not had time to do anything about them yet...

Drew Scott Daniels has been a good advocate for Squashfs.

Erik Andersen has made some nice suggestions, unfortunately, I have
not had time to implement anything.

Artemiy I. Pavlov has written a useful LDP mini-howto for Squashfs
(http://linuxdoc.artemio.net/squashfs).

Yves Combe reported the Apple G5 bug, when using Squashfs for
his PPC Knoppix-mib livecd project.

Jaco Greeff (mklivecd project, and maintainer of the Mandrake
squashfs-tools package) suggested the new mksquashfs -ef option, and the
standalone build for mksquashfs.

Mike Schaudies made a donation.

Arkadiusz Patyk from the Polish Linux Distribution reported that Squashfs
didn't work on amd64 machines. He gave me an account on a PLD amd64 machine
which allowed myself to track down these bugs.

Miles Roper, Peter Kjellerstedt and Willy Tarreau reported that release 2.1 did
not compile with gcc < 3.x.