Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -0/+1 |
| | |||||
* | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -6/+0 |
| | |||||
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -42/+20 |
| | |||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -2/+1 |
| | |||||
* | 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. | ||||
* | Add H5_DLL to H5AC_get_mdc_image_info() prototype | Quincey Koziol | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Add prototype for H5AC_get_mdc_image_info | Quincey Koziol | 2017-03-22 | 1 | -0/+2 |
| | |||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -0/+3 |
| | |||||
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 1 | -1/+1 |
| | | | | a cache image. | ||||
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -2/+32 |
| | |||||
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 1 | -1/+31 |
| | | | | instead of array of class names from cache image branch. | ||||
* | Switch list lengths to unsigned integers (to align better w/cache image merge) | Quincey Koziol | 2017-01-28 | 1 | -2/+1 |
| | |||||
* | Bring changes to metadata cache "get entry status" call and new | Quincey Koziol | 2017-01-06 | 1 | -0/+6 |
| | | | | | "child serialized / unserialized" messages and support from the cache image branch. | ||||
* | Add "image up to date" flag / parameter to metadata cache entry status calls. | Quincey Koziol | 2017-01-06 | 1 | -0/+1 |
| | |||||
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -0/+5 |
| | |||||
* | Merge code from cache image branch to split FSM ring into two types: raw data | Quincey Koziol | 2017-01-04 | 1 | -1/+2 |
| | | | | and metadata. Also, some more ring reset safeties and minor code cleanups. | ||||
* | Align with name change of "user" ring in incoming cache image changes. | Quincey Koziol | 2016-12-30 | 1 | -1/+1 |
| | |||||
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -2/+3 |
| | |||||
* | Normalize against incoming cache image feature. | Quincey Koziol | 2016-12-28 | 1 | -39/+39 |
| | |||||
* | Removed NDEBUG guards from H5AC test functions. | Dana Robinson | 2016-12-11 | 1 | -2/+0 |
| | | | | | H5AC_dump_cache() is now used in test/cache_tagging.c and the underlying H5C functions are not protected by NDEBUG guards. | ||||
* | Updated the H5FS cache code to grab the correct tag and modified | Dana Robinson | 2016-12-08 | 1 | -0/+1 |
| | | | | | | | | the freespace test to use dxpls that have been tagged with the H5AC__FREESPACE_TAG global tag instead of H5AC_ind_read_dxpl_id. The library code now expects the owner of the free space manager to tag it so the owner-less free space managers in the freespace tag had to be tagged with *something* to avoid cache errors. | ||||
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -1/+33 |
| | | | | and the tool and API wrappers will be coming in over the weekend. | ||||
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -1/+3 |
| | | | | supporting metadata cache callback changes, etc. | ||||
* | Remove 'clear' callback from metadata cache client interface, using the | Quincey Koziol | 2016-11-18 | 1 | -1/+0 |
| | | | | new 'entry cleaned' notify action innstead. | ||||
* | Remove explicit support within the metadata cache for tracked compressed | Quincey Koziol | 2016-11-17 | 1 | -2/+0 |
| | | | | entries, they are now completely handled in the clients. | ||||
* | Bring over new 'notify' metadata cache client callback actions for when an | Quincey Koziol | 2016-11-12 | 1 | -0/+4 |
| | | | | | entry is cleaned / dirtied or its [flush dependency] child entry is cleaned / dirtied. | ||||
* | Align w/minor cleanups in revise_chunks branch. | Quincey Koziol | 2016-11-12 | 1 | -1/+0 |
| | |||||
* | Switch to new, more scalable, metadata cache entry tagging. | Quincey Koziol | 2016-11-07 | 1 | -5/+11 |
| | |||||
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -30/+29 |
| | |||||
* | Add missing prototypes for cache debugging routines. | Quincey Koziol | 2016-11-04 | 1 | -1/+2 |
| | |||||
* | [svn-r30118] Sync with trunk. | Dana Robinson | 2016-06-29 | 1 | -34/+30 |
|\ | |||||
| * | [svn-r30112] Description: | Quincey Koziol | 2016-06-28 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | Move updated flush dependency code in metadata cache from revise_chunks branch to trunk. Also many of the cleanups from r30111 in the revise_chunks branch. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
| * | [svn-r30102] Cleaned up incorrect comments in H5AC_type_t enum. | Dana Robinson | 2016-06-23 | 1 | -29/+29 |
| | | | | | | | | | | | | Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial (comment and whitespace changes only) | ||||
* | | [svn-r30104] Fixes evict-on-close feature by propagating global | Dana Robinson | 2016-06-24 | 1 | -1/+1 |
|/ | | | | | flush flag up the function call stack and not setting it during H5Dclose(). | ||||
* | [svn-r30075] Description: | Quincey Koziol | 2016-06-14 | 1 | -0/+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-r30068] Description: | Quincey Koziol | 2016-06-13 | 1 | -0/+7 |
| | | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r30023] Description: | Quincey Koziol | 2016-06-06 | 1 | -31/+29 |
| | | | | | | | | Make the trace open/close routines static. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29969] Description: | Quincey Koziol | 2016-05-29 | 1 | -0/+1 |
| | | | | | | | | | | | Bring r29934 from revise_chunks branch to trunk: (1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit. (2) Modifications to better handle error recovery when conversion by h5format_convert fails. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r29850] Description: | Quincey Koziol | 2016-05-01 | 1 | -4/+7 |
| | | | | | | | | | | 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-r29081] - merge in the phdf5_metadata_opt/ branch with the collective ↵ | Mohamad Chaarawi | 2016-02-10 | 1 | -9/+5 |
|\ | | | | | | | | | | | | | | | metadata optimizations. - rename H5AC_dxpl_id to H5AC_ind_read_dxpl_id and update all usage in the library tested on bb-8 with parallel and serial. | ||||
| * | [svn-r29077] Description: | Quincey Koziol | 2016-02-10 | 1 | -11/+4 |
| | | | | | | | | | | | | | | | | Normalize against the trunk, in preparation for final merge. Tested on: MacOSX/64 10.11.3 (amazon) w/serial & parallel (h5committest not required on this branch) | ||||
| * | [svn-r29059] merge from trunk. | Mohamad Chaarawi | 2016-02-07 | 1 | -5/+10 |
| |\ | |||||
| * \ | [svn-r28959] merge from trunk. | Mohamad Chaarawi | 2016-01-22 | 1 | -12/+4 |
| |\ \ | | | | | | | | | | | | | renaming metadata dxpl properties. | ||||
| * | | | [svn-r28915] Description: | Quincey Koziol | 2016-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Review revisions on the way to the trunk. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch) | ||||
| * | | | [svn-r28636] merge from trunk. | Mohamad Chaarawi | 2015-12-14 | 1 | -1/+0 |
| |\ \ \ | |||||
| * \ \ \ | [svn-r27929] merge from trunk. | Mohamad Chaarawi | 2015-10-01 | 1 | -0/+18 |
| |\ \ \ \ | |||||
| * | | | | | [svn-r27261] apply metadata enhancement patch that was based on the mdc 3 ↵ | Mohamad Chaarawi | 2015-06-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | branch. | ||||
* | | | | | | [svn-r29076] Description: | Quincey Koziol | 2016-02-10 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normalize against the phdf5_metadata_opt branch, in preparation for merging it to trunk. Tested on: MacOSX/64 10.11.3 (amazon) w/serial, parallel, and production builds h5committest forthcoming |