summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
Commit message (Expand)AuthorAgeFilesLines
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-18/+15
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-12/+12
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-420/+249
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-301-0/+8
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-18/+29
* Updated H5C__flush_single_entry() in H5C.c to correctmainzer2017-08-151-8/+18
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-6/+15
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-2/+124
* Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-131-0/+20
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-10/+32
* Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-101-1/+0
* Align with incoming page buffering changes: minor cleanups, centralize removingQuincey Koziol2017-03-071-30/+35
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-47/+17
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-17/+534
* 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