summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-5/+5
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-93/+25
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-411/+218
* Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-021-20/+27
* Cache image feature and testingQuincey Koziol2017-01-291-34/+231
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-71/+15
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-115/+70
* Commit Vailin's fix for the h5format_convert test failure.lrknox2017-01-261-0/+5
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-16/+262
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-0/+181
* Merge code from cache image branch to split FSM ring into two types: raw dataQuincey Koziol2017-01-041-7/+5
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-3/+3
* Align with incoming cache_image branch changes: use the index list (instead ofQuincey Koziol2017-01-021-102/+133
* Bring support for doubly-linked list of all entries in cache from incomingQuincey Koziol2016-12-301-6/+15
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-6/+5
* Normalize against incoming cache image feature.Quincey Koziol2016-12-281-77/+65
* Bring over changes from revise_chunks that cleanup recent SWMR changes fromQuincey Koziol2016-12-111-7/+36
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-20/+256
* Remove "collective write list" parameter from H5C__flush_single_entry() as itQuincey Koziol2016-11-281-22/+17
* Eliminate unnecessary data structure for parallel collective metadata cache I/OQuincey Koziol2016-11-281-16/+1
* Add a flag for H5C__flush_single_entry() to allow the parallel code to requestQuincey Koziol2016-11-251-27/+31
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-172/+201
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-17/+4
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-197/+40
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-121-4/+77
* Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-121-10/+3
* Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-101-365/+131
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-104/+109
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-296/+161
* Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-041-0/+6
* Move cache debugging routines into separate module.Quincey Koziol2016-11-031-921/+0
* [svn-r30112] Description:Quincey Koziol2016-06-281-1071/+780
* [svn-r30068] Description:Quincey Koziol2016-06-131-8/+177
* [svn-r30035] Description:Quincey Koziol2016-06-061-417/+2
* [svn-r30033] Description:Quincey Koziol2016-06-061-187/+2
* [svn-r30031] Description:Quincey Koziol2016-06-061-2/+1
* [svn-r30009] Fix for h5format_convert daily test failures when --enable-using...Vailin Choi2016-06-041-1/+3
* [svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warningsDana Robinson2016-06-011-1/+1
* [svn-r29985] Description:Quincey Koziol2016-05-301-424/+0
* [svn-r29969] Description:Quincey Koziol2016-05-291-0/+53
* [svn-r29850] Description:Quincey Koziol2016-05-011-135/+162
* [svn-r29279] Tidying of H5C_load_entry() before complicated merge.Dana Robinson2016-03-051-130/+64
* [svn-r29150] fix for Jira issue 9670 - HDF5 segfaults on corrupted file.Mohamad Chaarawi2016-02-181-7/+3
* [svn-r29077] Description:Quincey Koziol2016-02-101-374/+153
* [svn-r29059] merge from trunk.Mohamad Chaarawi2016-02-071-1/+6
|\
| * [svn-r29032] capture the entry address before the entry is freed to avoidMohamad Chaarawi2016-02-021-1/+6
* | [svn-r28959] merge from trunk.Mohamad Chaarawi2016-01-221-50/+9
|\ \ | |/
| * [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-51/+7
| * [svn-r28894] Description:Quincey Koziol2016-01-141-109/+36
* | [svn-r28915] Description:Quincey Koziol2016-01-151-1/+1