OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / squashfs-new / ACKNOWLEDGEMENTS
1                         ACKNOWLEDGEMENTS
2
3 Thanks to everyone who have download squashfs.  I appreciate people
4 using it, and any feedback you have.
5
6 The following have provided useful feedback, which has guided
7 some of the extra features in squashfs.  This is a randomly ordered
8 (roughly in chronological order) list, which is updated when
9 I remember...
10
11
12 Acknowledgements for Squashfs 4.2
13 ---------------------------------
14
15 Thanks to Lasse Collin (http://tukaani.org/xz/) for mainlining XZ
16 decompression support.
17
18 Acknowledgements for Squashfs 4.1
19 ---------------------------------
20
21 Thanks to Chan Jeong <chan.jeong@lge.com> and LG for the patches to support LZO
22 compression.
23
24 Acknowledgements for Squashfs 4.0
25 ---------------------------------
26
27 Thanks to Tim Bird and CELF (Consumer Electronics Linux Forum) for helping
28 fund mainstreaming of Squashfs into the 2.6.29 kernel and the 
29 changes to the Squashfs tools to support the new 4.0 file system layout.
30
31 Acknowledgements for Squashfs-3.3
32 ------------------------------------
33
34 Peter Korsgaard and others sent patches updating Squashfs to changes in the
35 VFS interface for 2.6.22/2.6.23/2.6.24-rc1.  Peter also sent some small patches
36 for the Squashfs kernel code.
37
38 Vito Di Leo sent a patch extending Mksquashfs to support regex filters.
39 While his patched worked, it unfortunately made it easy to make Mksquashfs
40 perform unpredictably with poorly choosen regex expressions.  It, however,
41 encouraged myself to add support for wildcard pattern matching and regex
42 filters in a different way.
43
44 Acknowledgements for Squashfs-3.2-r2
45 ------------------------------------
46
47 Junjiro Okajima discovered a couple of SMP issues, thanks.
48
49 Junjiro Okajima and Tomas Matejicek have produced some good LZMA patches
50 for Squashfs.
51
52 Acknowledgements for Squashfs-3.2
53 ---------------------------------
54
55 Peter Korsgaard sent a patch updating Squashfs to changes in the VFS interface
56 in Linux 2.6.20.
57
58 Acknowledgements for Squashfs-3.1
59 ---------------------------------
60
61 Kenneth Duda and Ed Swierk of Arastra Inc. identified numerous bugs with
62 Squashfs, and provided patches which were the basis for some of the
63 fixes.  In particular they identified the fragment rounding bug, the
64 NFS bug, the initrd bug, and helped identify the 4K stack overflow bug.
65
66 Scott James Remnant (Ubuntu) also identified the fragment rounding bug,
67 and he also provided a patch.
68
69 Ming Zhang identified the Lseek bug in Mksquashfs.  His tests on the
70 performance of Mksquashfs on SMP systems encouraged the rewrite of
71 Mksquashfs.
72
73 Peter Korsgaard, Daniel Olivera and Zilvinas Valinskas noticed
74 Squashfs 3.0 didn't compile on Linux-2.6.18-rc[1-4] due to changes
75 in the Linux VFS interfaces, and provided patches.
76
77 Tomas Matejicek (SLAX) suggested the -force option on Unsquashfs, and noticed
78 Unsquashfs didn't return the correct exit status.
79
80 Yann Le Doare reported a kernel oops and provided a Qemu image that led
81 to the identification of the simultaneously accessing multiply mounted Squashfs
82 filesystems bug.
83
84
85 Older acknowledgements
86 ----------------------
87
88 Mark Robson - pointed out early on that initrds didn't work
89
90 Adam Warner - pointed out that greater than 2GB filesystems didn't work.
91
92 John Sutton - raised the problem when archiving the entire filesystem
93 (/) there was no way to prevent /proc being archived.  This prompted
94 exclude files.
95
96 Martin Mueller (LinuxTV) - noticed that the filesystem length in the
97 superblock doesn't match the output filesystem length.  This is due to
98 padding to a 4K boundary.  This prompted the addition of the -nopad option.
99 He also reported a problem where 32K block filesystems hung when used as
100 initrds.
101
102 Arkadiusz Patyk (Polish Linux Distribution - PLD) reported a problem where 32K
103 block filesystems hung when used as a root filesystem mounted as a loopback
104 device.
105
106 Joe Blow emailed me that I'd forgotten to put anything in the README about
107 mounting the squashfs filesystem.
108
109 David Fox (Lindows) noticed that the exit codes returned by Mksquashfs were
110 wrong.  He also noticed that a lot of time was spent in the duplicate scan
111 routine.
112
113 Cameron Rich complained that Squashfs did not support FIFOs or sockets.
114
115 Steve Chadsey and Thomas Weissmuller noticed that files larger than the
116 available memory could not be compressed by Mksquashfs.
117
118 "Ptwahyu" and "Hoan" (I have no full names and I don't like giving people's
119 email addresses), noticed that Mksquashfs 1.3 SEGV'd occasionally.  Even though
120 I had already noticed this bug, it is useful to be informed by other people.
121
122 Don Elwell, Murray Jensen and Cameron Rich, have all sent in patches.  Thanks,
123 I have not had time to do anything about them yet...
124
125 Drew Scott Daniels has been a good advocate for Squashfs.
126
127 Erik Andersen has made some nice suggestions, unfortunately, I have
128 not had time to implement anything.
129
130 Artemiy I. Pavlov has written a useful LDP mini-howto for Squashfs
131 (http://linuxdoc.artemio.net/squashfs).
132
133 Yves Combe reported the Apple G5 bug, when using Squashfs for
134 his PPC Knoppix-mib livecd project.
135
136 Jaco Greeff (mklivecd project, and maintainer of the Mandrake
137 squashfs-tools package) suggested the new mksquashfs -ef option, and the
138 standalone build for mksquashfs.
139
140 Mike Schaudies made a donation.
141
142 Arkadiusz Patyk from the Polish Linux Distribution reported that Squashfs
143 didn't work on amd64 machines. He gave me an account on a PLD amd64 machine
144 which allowed myself to track down these bugs.
145
146 Miles Roper, Peter Kjellerstedt and Willy Tarreau reported that release 2.1 did
147 not compile with gcc < 3.x.
148
149 Marcel J.E. Mol reported lack of kernel memory issues when using Squashfs
150 on small memory embedded systems.  This prompted the addition of the embedded
151 system kernel configuration options.
152
153 Era Scarecrow noticed that Mksquashfs had not been updated to reflect that
154 smaller than 4K blocks are no longer supported.
155
156 Kenichi Shima reported the Kconfig file had not been updated to 2.2.
157
158 Aaron Ten Clay made a donation!
159
160 Tomas Matejicek (SLAX) made a donation!