Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -18/+15 |
| | |||||
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -12/+12 |
| | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor | ||||
* | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -420/+249 |
| | |||||
* | Better segregate clean & dirty LRU lists so that they are only defined when | Quincey Koziol | 2017-09-30 | 1 | -0/+8 |
| | | | | the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined. | ||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -18/+29 |
| | |||||
* | Updated H5C__flush_single_entry() in H5C.c to correct | mainzer | 2017-08-15 | 1 | -8/+18 |
| | | | | | | | duplicate metadata write bug observed in 1.10.1. Tested parallel/production on jelly parallel/debug & parallel/production on charis (in develop branch) | ||||
* | 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. | ||||
* | Checkin of additions to cache image parallel test code and | mainzer | 2017-03-16 | 1 | -6/+15 |
| | | | | | | | | | | | | 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/+124 |
| | |||||
* | Merge in reentrency changes to "make space in cache" from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -0/+20 |
| | |||||
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 1 | -10/+32 |
| | | | | a cache image. | ||||
* | Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the | Quincey Koziol | 2017-03-10 | 1 | -1/+0 |
| | | | | | page_buffering branch yet. Also, bring over improvements to flush candidate entries for parallel code. | ||||
* | Align with incoming page buffering changes: minor cleanups, centralize removing | Quincey Koziol | 2017-03-07 | 1 | -30/+35 |
| | | | | entries from collective metadata read list | ||||
* | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 1 | -47/+17 |
| | |||||
* | Normalize against incoming page buffering changes. | Quincey Koziol | 2017-03-01 | 1 | -17/+534 |
| | |||||
* | Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: | Quincey Koziol | 2017-02-28 | 1 | -5/+5 |
| | | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes. | ||||
* | Align w/incoming page buffering changes. | Quincey Koziol | 2017-02-25 | 1 | -93/+25 |
| | |||||
* | Misc. style cleanups from the page_buffering branch. | Quincey Koziol | 2017-02-18 | 1 | -411/+218 |
| | |||||
* | Simplify H5C__serialize_single_entry(), using H5C__generate_image() | Quincey Koziol | 2017-02-02 | 1 | -20/+27 |
| | |||||
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -34/+231 |
| | |||||
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 1 | -71/+15 |
| | | | | 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 | -115/+70 |
| | |||||
* | Commit Vailin's fix for the h5format_convert test failure. | lrknox | 2017-01-26 | 1 | -0/+5 |
| | | | | | | DAILYTEST-256 #2. Tested on emu, kituo, mayll, ostrich, and osx1011dev with previously failing test configurations. | ||||
* | Bring changes to metadata cache "get entry status" call and new | Quincey Koziol | 2017-01-06 | 1 | -16/+262 |
| | | | | | "child serialized / unserialized" messages and support from the cache image branch. | ||||
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -0/+181 |
| | |||||
* | Merge code from cache image branch to split FSM ring into two types: raw data | Quincey Koziol | 2017-01-04 | 1 | -7/+5 |
| | | | | and metadata. Also, some more ring reset safeties and minor code cleanups. | ||||
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -3/+3 |
| | | | | | and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage. | ||||
* | Align with incoming cache_image branch changes: use the index list (instead of | Quincey Koziol | 2017-01-02 | 1 | -102/+133 |
| | | | | | the hash buckets) for scanning the entries during a flush, and also add in counters for tracking operations during cache flushes. | ||||
* | Bring support for doubly-linked list of all entries in cache from incoming | Quincey Koziol | 2016-12-30 | 1 | -6/+15 |
| | | | | cache image branch. | ||||
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -6/+5 |
| | |||||
* | Normalize against incoming cache image feature. | Quincey Koziol | 2016-12-28 | 1 | -77/+65 |
| | |||||
* | Bring over changes from revise_chunks that cleanup recent SWMR changes from | Quincey Koziol | 2016-12-11 | 1 | -7/+36 |
| | | | | code review feedback. | ||||
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -20/+256 |
| | | | | and the tool and API wrappers will be coming in over the weekend. | ||||
* | Remove "collective write list" parameter from H5C__flush_single_entry() as it | Quincey Koziol | 2016-11-28 | 1 | -22/+17 |
| | | | | | is only used in a couple of places. The collective write list has been moved to be internal to the cache data structure instead. | ||||
* | Eliminate unnecessary data structure for parallel collective metadata cache I/O | Quincey Koziol | 2016-11-28 | 1 | -16/+1 |
| | |||||
* | Add a flag for H5C__flush_single_entry() to allow the parallel code to request | Quincey Koziol | 2016-11-25 | 1 | -27/+31 |
| | | | | | that images for entries be generated, even when not writing the entry from an MPI rank. | ||||
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -172/+201 |
| | | | | supporting metadata cache callback changes, etc. | ||||
* | Remove 'clear' callback from metadata cache client interface, using the | Quincey Koziol | 2016-11-18 | 1 | -17/+4 |
| | | | | new 'entry cleaned' notify action innstead. | ||||
* | Remove explicit support within the metadata cache for tracked compressed | Quincey Koziol | 2016-11-17 | 1 | -197/+40 |
| | | | | 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 | -4/+77 |
| | | | | | 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 | -10/+3 |
| | |||||
* | Clean up cache code to eliminate dead-ends and unify code. | Quincey Koziol | 2016-11-10 | 1 | -365/+131 |
| | |||||
* | Switch to new, more scalable, metadata cache entry tagging. | Quincey Koziol | 2016-11-07 | 1 | -104/+109 |
| | |||||
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -296/+161 |
| | |||||
* | Bring cache logging routines from revise_chunks branch to develop. | Quincey Koziol | 2016-11-04 | 1 | -0/+6 |
| | |||||
* | Move cache debugging routines into separate module. | Quincey Koziol | 2016-11-03 | 1 | -921/+0 |
| | |||||
* | [svn-r30112] Description: | Quincey Koziol | 2016-06-28 | 1 | -1071/+780 |
| | | | | | | | | | | 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-r30068] Description: | Quincey Koziol | 2016-06-13 | 1 | -8/+177 |
| | | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) | ||||
* | [svn-r30035] Description: | Quincey Koziol | 2016-06-06 | 1 | -417/+2 |
| | | | | | | | | Extract tagging routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r30033] Description: | Quincey Koziol | 2016-06-06 | 1 | -187/+2 |
| | | | | | | | | Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) |