kernel-2.4/fs/squashfs/Makefile | 11 kernel-2.4/fs/squashfs/inode.c | 2029 -------------------------- kernel-2.4/fs/squashfs/squashfs.h | 85 - kernel-2.4/fs/squashfs/squashfs2_0.c | 751 --------- kernel-2.4/include/linux/squashfs_fs.h | 915 ----------- kernel-2.4/include/linux/squashfs_fs_i.h | 44 kernel-2.4/include/linux/squashfs_fs_sb.h | 76 kernel/Documentation/filesystems/squashfs.txt | 225 -- kernel/README | 11 kernel/fs/squashfs/Makefile | 8 kernel/fs/squashfs/block.c | 274 --- kernel/fs/squashfs/cache.c | 412 ----- kernel/fs/squashfs/dir.c | 235 --- kernel/fs/squashfs/export.c | 155 - kernel/fs/squashfs/file.c | 502 ------ kernel/fs/squashfs/fragment.c | 98 - kernel/fs/squashfs/id.c | 94 - kernel/fs/squashfs/inode.c | 346 ---- kernel/fs/squashfs/namei.c | 242 --- kernel/fs/squashfs/squashfs.h | 90 - kernel/fs/squashfs/squashfs_fs.h | 381 ---- kernel/fs/squashfs/squashfs_fs_i.h | 45 kernel/fs/squashfs/squashfs_fs_sb.h | 76 kernel/fs/squashfs/super.c | 440 ----- kernel/fs/squashfs/symlink.c | 118 - kernel/include/linux/squashfs_fs.h | 380 ---- kernel/include/linux/squashfs_fs_i.h | 45 kernel/include/linux/squashfs_fs_sb.h | 76 kernel/linux-2.6.22.patch | 157 -- kernel/linux-2.6.23.patch | 147 - kernel/linux-2.6.24.patch | 138 - squashfs-tools/par_mksquashfs/README | 2 ACKNOWLEDGEMENTS | 140 + CHANGES | 454 +++++ COPYING | 340 ++++ INSTALL | 18 OLD-READMEs/README-2.0 | 161 ++ OLD-READMEs/README-2.1 | 87 + OLD-READMEs/README-3.0 | 60 OLD-READMEs/README-3.1 | 158 ++ OLD-READMEs/README-3.2 | 33 OLD-READMEs/README-3.3 | 169 ++ OLD-READMEs/README-AMD64 | 18 PERFORMANCE.README | 171 ++ README | 660 ++++++++ README-4.0 | 48 debian/copyright | 4 debian/doc/po/mksquashfs.fr.po | 149 + debian/doc/po/mksquashfs.pot | 258 +-- squashfs-tools/Makefile | 6 squashfs-tools/mksquashfs.c | 1715 +++++++++++++++------ squashfs-tools/pseudo.c | 364 ++++ squashfs-tools/pseudo.h | 48 squashfs-tools/read_fs.c | 337 ++-- squashfs-tools/sort.c | 58 squashfs-tools/swap.c | 14 squashfs-tools/unsquash-1.c | 143 + squashfs-tools/unsquash-2.c | 123 + squashfs-tools/unsquash-3.c | 157 +- squashfs-tools/unsquash-4.c | 133 + squashfs-tools/unsquashfs.c | 841 +++++++--- squashfs-tools/unsquashfs.h | 25 62 files changed, 5676 insertions(+), 9824 deletions(-)
New commits: commit 19f5f18d351af6025555e5b4c02290924bd0fb74 Author: Stephen Hemminger <[email protected]> Date: Fri Apr 23 11:48:58 2010 -0700 Update upstream author email commit aaf6326872babcd25c0c57c2a03ce2902677a1fb Author: Stephen Hemminger <[email protected]> Date: Fri Apr 23 11:46:45 2010 -0700 Merge in Squashfs 4.0 (upstream) This removes all the kernel stuff since it is merged upstream. commit 65de97b1ff37071dfe9fcd197da3de336a2f53ec Author: Stephen Hemminger <[email protected]> Date: Fri Apr 23 11:40:35 2010 -0700 Merge in upstream 4.0 source http://suva.vyatta.com/git/?p=squashfs.git;a=commitdiff;h=19f5f18d351af6025555e5b4c02290924bd0fb74 http://suva.vyatta.com/git/?p=squashfs.git;a=commitdiff;h=aaf6326872babcd25c0c57c2a03ce2902677a1fb http://suva.vyatta.com/git/?p=squashfs.git;a=commitdiff;h=65de97b1ff37071dfe9fcd197da3de336a2f53ec _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
