<?xml version="1.0" encoding="UTF-8"?>
<!--PATCHINFO id="b7197e65dbd379fa9239e5dd7358fbdf"!-->
<patch
    xmlns="http://novell.com/package/metadata/suse/patch"
    xmlns:yum="http://linux.duke.edu/metadata/common"
    xmlns:rpm="http://linux.duke.edu/metadata/rpm"
    xmlns:suse="http://novell.com/package/metadata/suse/common"
    patchid="slesp1o-xfsdump-2791"
    timestamp="1178277508"
    engine="1.0">
  <yum:name>slesp1o-xfsdump</yum:name>
  <summary lang="en">Recommended update for xfsdump</summary>
  <summary lang="de">Recommended update for xfsdump</summary>
  <description lang="en">This is a update for SLE10 for package(s):xfsdump

modified (subpackage of) xfsdump:
-------------------------------
--- SLES10-GA-CHANGELOGS/xfsdump	2007-03-08
 16:45:32.792641000 +0100
+++ SLES10-SP1-CHANGELOGS/xfsdump	2007-03-08
 17:02:11.521210000 +0100 @@ -1,3 +1,78 @@
+* Thu Dec 21 2006 - mmarek@suse.cz
+- updated to 2.2.43 (fate #301391)
+  * Change the inode scans to seek to the next inode of
+  interest, rather than always doing a full scan. Useful
+  for dumps that contain only a subset of the inodes
+  in a filesystem (incrementals, subtree dumps, etc.).
+  * Produce a more accurate dump size estimate when
+  it is worthwhile to do so (when using multiple dump
+  streams or when skipping files based on size).
+
+* Tue Nov 14 2006 - mjancar@suse.cz
+- submit to SLES10-SP1 (fate# 301391)
+
+* Fri Oct 20 2006 - mjancar@suse.cz
+- update to 2.2.42
+  * Rework code to remove the DMAPI build and run-time
   dependency.
+  * Fix issues with makedepend on libtool libraries.
+  * Fix annoying &quot;ignores datarootdir&quot; warning from
   configure.
+  * Fix issues with makedepend build infrastructure.
+  * Fix for parallel compiles, thanks to Robin H. Johnson.
+
+* Thu Jul 27 2006 - mjancar@suse.cz
+- update to 2.2.38
+  * Performance improvements for dumping subtrees.
+  * Fix xfs_fsr memory and file descriptor leaks.
+  * Fix xfs_fsr handling some of the extended inode flags
+  and fields (like project IDs, extsize, realtime, etc).
+  * Fix Debian packaging for libc-dev build dependency.
+  * Fix up auto lib64 install detection for x86_64
   platforms.
+  * Use -O2 optimisation by default now like everywhere
   else.
+  * Default to using a single media file for each strategy.
+  Multiple media files can be enabled on tape strategies
+  by using the -d option.
+  * Fix a bug in restoring multiple links to files with the
+  immutable bit set.
+  * Fix a regression that caused xfsrestore to fail when
+  restoring files that were changing during the dump.
+  * Remove some overhead in restoring files that were
   dumped
+  in multiple extent groups (&gt; 16 MiB).
+  * Add simple interface to HSM-specific code in
   xfsrestore,
+  similar to that already in xfsdump.
+  * Fix fsr mishandling directories given as arguments.
+  * Fix build dependency on recent xfsprogs header files.
+  * Minor man page fixups with respect to hyphenation.
+  * Optimizations to increase the performance of xfsdump
   and
+  xfsrestore, especially on filesystems with millions of
   inodes.
+  Many small changes were made to minimize the number of
   system
+  calls required per inode.
+  * Significant changes to xfsdump:
+  o Cache the gen number of each inode during the initial
   inode
+  scan so that a bulkstat single does not need to be done
   for
+  each inode when dumping directories.
+  o No longer retrieve the DMF attribute when estimating
   the dump
+  size of a file. Use information from the bulkstat
   instead.
+  o Retrieve DMF attribute by handle instead of doing
+  open/attr_getf/close.
+  o In determining where to split multi-stream dumps, take
   into
+  consideration the number of files and not just the file
   size.
+  This allows filesystems with large amounts of inodes but
+  relatively little data (DMF filesystem) to be split
   correctly.
+  * Significant changes to xfsrestore:
+  o Buffer writes to the namreg file to eliminate 2 very
   small
+  write system calls per directory entry.
+  o Buffer writes to dirattr file to eliminate a small
   write system
+  call per directory.
+  o Speedup the check to see if a particular window of the
   tree
+  file is mapped. This allows xfsrestore to use more,
   smaller
+  windows which is beneficial if we can't fit them all in
   memory
+  and have to start unmapping them. This also makes the -w
+  option obsolete so that option now has no effect.
+  o Change the hash function to give a better distribution
   among
+  the hash buckets.
+  o Do not make an unnecessary unlink call if the file
   being
+  restored does not already exist.
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------


</description>
  <description lang="de">This is a update for SLE10 for package(s):xfsdump

modified (subpackage of) xfsdump:
-------------------------------
--- SLES10-GA-CHANGELOGS/xfsdump	2007-03-08
 16:45:32.792641000 +0100
+++ SLES10-SP1-CHANGELOGS/xfsdump	2007-03-08
 17:02:11.521210000 +0100 @@ -1,3 +1,78 @@
+* Thu Dec 21 2006 - mmarek@suse.cz
+- updated to 2.2.43 (fate #301391)
+  * Change the inode scans to seek to the next inode of
+  interest, rather than always doing a full scan. Useful
+  for dumps that contain only a subset of the inodes
+  in a filesystem (incrementals, subtree dumps, etc.).
+  * Produce a more accurate dump size estimate when
+  it is worthwhile to do so (when using multiple dump
+  streams or when skipping files based on size).
+
+* Tue Nov 14 2006 - mjancar@suse.cz
+- submit to SLES10-SP1 (fate# 301391)
+
+* Fri Oct 20 2006 - mjancar@suse.cz
+- update to 2.2.42
+  * Rework code to remove the DMAPI build and run-time
   dependency.
+  * Fix issues with makedepend on libtool libraries.
+  * Fix annoying &quot;ignores datarootdir&quot; warning from
   configure.
+  * Fix issues with makedepend build infrastructure.
+  * Fix for parallel compiles, thanks to Robin H. Johnson.
+
+* Thu Jul 27 2006 - mjancar@suse.cz
+- update to 2.2.38
+  * Performance improvements for dumping subtrees.
+  * Fix xfs_fsr memory and file descriptor leaks.
+  * Fix xfs_fsr handling some of the extended inode flags
+  and fields (like project IDs, extsize, realtime, etc).
+  * Fix Debian packaging for libc-dev build dependency.
+  * Fix up auto lib64 install detection for x86_64
   platforms.
+  * Use -O2 optimisation by default now like everywhere
   else.
+  * Default to using a single media file for each strategy.
+  Multiple media files can be enabled on tape strategies
+  by using the -d option.
+  * Fix a bug in restoring multiple links to files with the
+  immutable bit set.
+  * Fix a regression that caused xfsrestore to fail when
+  restoring files that were changing during the dump.
+  * Remove some overhead in restoring files that were
   dumped
+  in multiple extent groups (&gt; 16 MiB).
+  * Add simple interface to HSM-specific code in
   xfsrestore,
+  similar to that already in xfsdump.
+  * Fix fsr mishandling directories given as arguments.
+  * Fix build dependency on recent xfsprogs header files.
+  * Minor man page fixups with respect to hyphenation.
+  * Optimizations to increase the performance of xfsdump
   and
+  xfsrestore, especially on filesystems with millions of
   inodes.
+  Many small changes were made to minimize the number of
   system
+  calls required per inode.
+  * Significant changes to xfsdump:
+  o Cache the gen number of each inode during the initial
   inode
+  scan so that a bulkstat single does not need to be done
   for
+  each inode when dumping directories.
+  o No longer retrieve the DMF attribute when estimating
   the dump
+  size of a file. Use information from the bulkstat
   instead.
+  o Retrieve DMF attribute by handle instead of doing
+  open/attr_getf/close.
+  o In determining where to split multi-stream dumps, take
   into
+  consideration the number of files and not just the file
   size.
+  This allows filesystems with large amounts of inodes but
+  relatively little data (DMF filesystem) to be split
   correctly.
+  * Significant changes to xfsrestore:
+  o Buffer writes to the namreg file to eliminate 2 very
   small
+  write system calls per directory entry.
+  o Buffer writes to dirattr file to eliminate a small
   write system
+  call per directory.
+  o Speedup the check to see if a particular window of the
   tree
+  file is mapped. This allows xfsrestore to use more,
   smaller
+  windows which is beneficial if we can't fit them all in
   memory
+  and have to start unmapping them. This also makes the -w
+  option obsolete so that option now has no effect.
+  o Change the hash function to give a better distribution
   among
+  the hash buckets.
+  o Do not make an unnecessary unlink call if the file
   being
+  restored does not already exist.
+
 * Wed Jan 25 2006 - mls@suse.de
 - converted neededforbuild to BuildRequires

-------------------------------


</description>
  <yum:version ver="2791" rel="0"/>
  <rpm:requires>
    <rpm:entry kind="atom" name="xfsdump" epoch="0" ver="2.2.43" rel="0.8" flags="EQ"/>
  </rpm:requires>
  <category>recommended</category>
  <atoms>
    <package xmlns="http://linux.duke.edu/metadata/common" type="rpm">
      <name>xfsdump</name>
      <arch>i586</arch>
      <version epoch="0" ver="2.2.43" rel="0.8"/>
      <checksum type="sha" pkgid="YES">b6835e4098085ade82fe2b453b910b6352186f1a</checksum>
      <time file="1179508991" build="1178277508"/>
      <size package="265910" installed="667495" archive="670236"/>
      <location xml:base="media://#1" href="suse/i586/xfsdump-2.2.43-0.8.i586.rpm"/>
      <format>
        <rpm:requires>
          <rpm:entry kind="package" name="xfsdump" epoch="0" ver="2.2.43" rel="0.8" flags="GE"/>
        </rpm:requires>
        <suse:freshens>
          <suse:entry kind="package" name="xfsdump"/>
        </suse:freshens>
      </format>
      <pkgfiles xmlns="http://novell.com/package/metadata/suse/patch">
      </pkgfiles>
    </package>
  </atoms>
</patch>
