hdf5/release_docs
Neil Fortner 2db0e8ecf3 [svn-r18868] Purpose: Fix bug in dataset shrinking algorithm
Description:
Previously, it was possible for a chunk to be flushed due to chunk operations in
the callback from H5B_iterate in H5D_chunk_prune_by_extent.  Because flushing
the chunk can force it to be reallocated if it is filtered, this can change the
contents of the chunk b-tree in the middle of H5B_iterate.  Because H5B_iterate
uses a locally cached copy of the b-tree, this causes subsequent operations
to be passed incorrect data.  Rewrote H5D_chunk_prune_by_extent to avoid
H5B_iterate entirely.

Also fixed a bug in the dataset expand algorithm that could cause extra chunks
to be created.

Tested: jam, linew, smirom (h5committest)
2010-05-20 16:55:55 -05:00
..
CMake_Windows.TXT [svn-r18793] Add files to support building library with CMake 2010-05-13 11:01:50 -05:00
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
HISTORY-1_0-1_8_0_rc3.txt [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
HISTORY-1_9.txt [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
INSTALL [svn-r17115] Newer Solaris compiler uses -m64 inplace of -xarch=v9 which is deprecated. 2009-06-26 07:52:24 -05:00
INSTALL_Cygwin.txt [svn-r18362] Test commit from windows 2010-03-03 16:08:44 -05:00
INSTALL_MinGW.txt [svn-r14999] Purpose: Minor updates to MinGW installation notes 2008-05-14 14:27:31 -05:00
INSTALL_parallel [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
INSTALL_VMS.txt [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
INSTALL_Windows_From_Command_Line.txt [svn-r18793] Add files to support building library with CMake 2010-05-13 11:01:50 -05:00
INSTALL_Windows_Short_NET.TXT [svn-r17758] Remove .NET references from windows text files and batch files 2009-10-27 16:37:26 -05:00
INSTALL_Windows_Short_VS2005.TXT [svn-r18360] Updated project files and release docs to VS2008 and IVF101 based. 2010-03-03 15:20:16 -05:00
INSTALL_Windows_Short_VS2008.TXT [svn-r18793] Add files to support building library with CMake 2010-05-13 11:01:50 -05:00
INSTALL_Windows.txt [svn-r18793] Add files to support building library with CMake 2010-05-13 11:01:50 -05:00
RELEASE.txt [svn-r18868] Purpose: Fix bug in dataset shrinking algorithm 2010-05-20 16:55:55 -05:00