summaryrefslogtreecommitdiffstats
path: root/src/H5Cimage.c
Commit message (Collapse)AuthorAgeFilesLines
* Omnibus checkin for several relatively minor modifications:mainzer2017-03-281-23/+50
| | | | | | | | | | | | | | | | | | | | 1) Added code test/page_buffer.c to verify that page buffering is disabled in parallel builds. 2) Added code to test/cache_image.c to verify correct interaction between evict on close and cache image -- in particular management of a file containing a cache image containing dirty metadata that has been opened R/O. Also fix for the bug exposed. 3) Added code to testpar/t_cache_image.c to verify expected procedure for reading cache images, and also supporting stats collection code needed for the test. 4) Repair of an overactive sanity check in H5C__reconstruct_cache_contents(). 5) Other minor tidies in passing. Tested serial and parallel, debug and production on Jelly.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-1/+96
|
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-0/+2
| | | | a cache image.
* Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-101-2/+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 removingQuincey Koziol2017-03-071-39/+95
| | | | entries from collective metadata read list
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-707/+184
|
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-2/+3
|
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-8/+8
|
* Optimize loading cache image, removing lots of memory allocations and copies.Quincey Koziol2017-02-031-201/+150
|
* Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-021-179/+45
|
* Add missing filesQuincey Koziol2017-01-291-0/+4100