Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created internal functions for a couple of H5F calls. | Dana Robinson | 2018-03-30 | 1 | -0/+318 |
| | |||||
* | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵ | Vailin Choi | 2018-03-12 | 1 | -3/+38 |
|\ | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries. | ||||
| * | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -3/+38 |
| | | |||||
* | | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c | mainzer | 2018-03-12 | 1 | -2/+0 |
| | | | | | | | | Tested parallel (debug and production) and serial (production) | ||||
* | | Merge branch 'develop' into avoid_trunc_beta | M. Scot Breitenfeld | 2018-02-20 | 1 | -38/+40 |
|\ \ | |/ | |||||
| * | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 1 | -4/+4 |
| | | |||||
| * | Fix bounds check for the generation of cache image. | Vailin Choi | 2018-01-22 | 1 | -4/+0 |
| | | |||||
| * | Merge branch develop into bugfix/version_bounds | Vailin Choi | 2018-01-12 | 1 | -34/+293 |
| |\ | |||||
| * | | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 1 | -2/+34 |
| | | | |||||
| * | | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 1 | -33/+33 |
| |\ \ | | | | | | | | | | | | | Merge from develop. | ||||
| * \ \ | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 1 | -463/+331 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature. | ||||
| * | | | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -44/+8 |
| | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t. | ||||
* | | | | | Merge branch 'develop' into avoid_trunc_beta | M. Scot Breitenfeld | 2018-01-22 | 1 | -36/+295 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | HDFFV-10361 Correct signatures | Allen Byrne | 2018-01-09 | 1 | -16/+16 |
| | | | | | |||||
| * | | | | HDDFV-10361 combine duplicated prefix utility functions | Allen Byrne | 2018-01-05 | 1 | -36/+295 |
| | |_|/ | |/| | | |||||
* | | | | Optimized version of avoid truncate patch. | M. Scot Breitenfeld | 2017-12-18 | 1 | -0/+11 |
|/ / / | |||||
* | | | Normalization with VOL integration branch. | Dana Robinson | 2017-12-05 | 1 | -1/+1 |
| | | | |||||
* | | | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -32/+32 |
| |/ |/| | |||||
* | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -469/+318 |
| | | |||||
* | | Moved the SWMR + cache image check up before the root group | Dana Robinson | 2017-10-21 | 1 | -15/+8 |
| | | | | | | | | is constructed to avoid the special case close. | ||||
* | | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. | Dana Robinson | 2017-10-19 | 1 | -1/+17 |
|/ | | | | Prep for the VOL merge. | ||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -2/+6 |
| | |||||
* | Fixed HDFFV-10214: | Dana Robinson | 2017-05-19 | 1 | -4/+0 |
| | | | | | | | | | | | | * Updated comments in the library to accurately reflect the semantics of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag. * Removed the check for the POSIX compatible handle feature flag when determining if a VFD supports SWMR. Partial work for HDFFV-10197: * Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is set when a VFD creates output that is compatible with the default VFD. Will be used in the testing but might also be generally useful to users. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Minor code changes to address comments in pull request | mainzer | 2017-03-17 | 1 | -1/+1 |
| | |||||
* | Checkin of additions to cache image parallel test code and | mainzer | 2017-03-16 | 1 | -8/+8 |
| | | | | | | | | | | | | associated bug fixes. Also, modifications to H5PB_dest() to flush the page buffer before destroying the page buffer. This is necessary, as when persistant free space managers are enabled, the page buffer will typically contain dirty FSM data at page buffer destroy time. Tested serial/debug, serial/production, serial/check-vfd/debug, parallel/debug, parallel/production on Jelly. | ||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -2/+110 |
| | |||||
* | Bring changes to I/O parameters from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -57/+66 |
| | |||||
* | Align with incoming page buffering changes: minor cleanups, centralize removing | Quincey Koziol | 2017-03-07 | 1 | -8/+3 |
| | | | | entries from collective metadata read list | ||||
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -8/+8 |
| | |||||
* | Cleanups and normalizations against incoming page_buffering changes. | Quincey Koziol | 2017-02-20 | 1 | -6/+9 |
| | |||||
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -1/+35 |
| | |||||
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -22/+158 |
| | |||||
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -1/+2 |
| | |||||
* | Updated the comment for the valgrind fix. | Dana Robinson | 2016-12-07 | 1 | -3/+3 |
| | |||||
* | Fixed a valgrind problem in file shutdown exposed by the swmr.c test. | Dana Robinson | 2016-12-07 | 1 | -3/+9 |
| | |||||
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -7/+149 |
| | | | | and the tool and API wrappers will be coming in over the weekend. | ||||
* | Merge branch 'develop' into eoc_valgrind_bugfix | Dana Robinson | 2016-11-29 | 1 | -38/+65 |
|\ | |||||
| * | Bring over another batch (hopefully the last) of non-SWMR "normalization" | Quincey Koziol | 2016-11-29 | 1 | -38/+65 |
| | | | | | | | | changes from the revise_chunks branch. | ||||
* | | Merge branch 'develop' into eoc_valgrind_bugfix | Dana Robinson | 2016-11-26 | 1 | -0/+108 |
|\ \ | |/ | |||||
| * | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -0/+108 |
| | | | | | | | | supporting metadata cache callback changes, etc. | ||||
* | | Tentative fix for valgrind issues related to EoC. | Dana Robinson | 2016-11-26 | 1 | -4/+19 |
|/ | | | | | | | | | Adds /*out*/ parameters to H5O_close() and H5F_try_close() so that H5D/G_close() will know when H5O_close() has triggered a file close and thus the file struct is not reliable. Also removes the H5F_CLOSING() macro and related which were formerly used to check if the file was closing. | ||||
* | Add missing retrieval of cache logging name, from revise_chunks. | Quincey Koziol | 2016-11-04 | 1 | -0/+16 |
| | |||||
* | Add cache logging property and file pieces. | Quincey Koziol | 2016-11-04 | 1 | -0/+8 |
| | |||||
* | Minor code cleanups. | Quincey Koziol | 2016-11-03 | 1 | -7/+3 |
| | |||||
* | [svn-r30084] First pass at the evict-on-close feature. | Dana Robinson | 2016-06-15 | 1 | -0/+16 |
| | | | | | | | | | | The features is controlled via H5Pset/get_evict_on_close() and is currently enabled by default (it will be disabled by default in the final implementation). There is a bug in the code where the eviction of tagged metadata fails due to some of the metadata being dirty, resulting in error return values and test failures. | ||||
* | [svn-r30075] Description: | Quincey Koziol | 2016-06-14 | 1 | -1/+1 |
| | | | | | | | | | | Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29850] Description: | Quincey Koziol | 2016-05-01 | 1 | -0/+40 |
| | | | | | | | | | | Bring H5DOappend(), H5P[s|g]et_object_flush_cb, and H5P[s|g]et_append_flush from revise_chunks branch to trunk. Brings along updated metadata cache entry tagging, and the internal object flush routine. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29842] Description: | Quincey Koziol | 2016-04-30 | 1 | -25/+36 |
| | | | | | | | | | Bring [appropriate portions of] r29811, 29813, 29826, 29830, 29831 from revise_chunks branch to the trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29612] Description: | Quincey Koziol | 2016-04-03 | 1 | -2/+9 |
| | | | | | | | | | Bring updated layout and EFL property comparisons and new "latest format" flags from revise_chunks branch. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming) |