Tag 'debian/4.0+vyatta-3' created by Stephen Hemminger 
<[email protected]> at 2010-05-11 18:36 -0700

4.0+vyatta-3

Changes since debian/4.0+vyatta-2:
Stephen Hemminger (13):
      Merge in upstream 4.0 source
      Merge in Squashfs 4.0 (upstream)
      Update upstream author email
      remove old README
      Update to latest Squashfs tools
      Update README to current
      Pass default compression in as part of build
      Experimental support for xattr in mksquashfs
      Add deduplication for extended attributes
      Avoid reallocating on each extended attribute
      Fix some xattr issues
      Handle xattr offset flag correctly
      4.0+vyatta-3

---
 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 
 README                                        |    7 
 debian/changelog                              |   17 
 debian/copyright                              |    4 
 debian/doc/po/mksquashfs.fr.po                |  149 +
 debian/doc/po/mksquashfs.pot                  |  258 +-
 debian/rules                                  |    4 
 squashfs-tools/Makefile                       |   88 
 squashfs-tools/compressor.c                   |   78 
 squashfs-tools/compressor.h                   |   33 
 squashfs-tools/gzip_wrapper.c                 |   80 
 squashfs-tools/lzma_wrapper.c                 |   93 
 squashfs-tools/mksquashfs.c                   | 2456 ++++++++++++++++++--------
 squashfs-tools/mksquashfs.h                   |   57 
 squashfs-tools/pseudo.c                       |  483 +++++
 squashfs-tools/pseudo.h                       |   56 
 squashfs-tools/read_fs.c                      |  427 ++--
 squashfs-tools/read_fs.h                      |    8 
 squashfs-tools/sort.c                         |   66 
 squashfs-tools/sort.h                         |   31 
 squashfs-tools/squashfs_compat.h              |    9 
 squashfs-tools/squashfs_fs.h                  |   11 
 squashfs-tools/squashfs_swap.h                |  251 +-
 squashfs-tools/swap.c                         |   44 
 squashfs-tools/unsquash-1.c                   |  146 +
 squashfs-tools/unsquash-2.c                   |  123 -
 squashfs-tools/unsquash-3.c                   |  162 +
 squashfs-tools/unsquash-4.c                   |  165 +
 squashfs-tools/unsquashfs.c                   |  910 ++++++---
 squashfs-tools/unsquashfs.h                   |   26 
 squashfs-tools/xz_wrapper.c                   |  138 +
 66 files changed, 5675 insertions(+), 10265 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to