summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-4677/+5384
* Much normalization with develop (#701)Dana Robinson2021-05-281-23/+18
* Brings much of the printf changes over from developDana Robinson2021-05-061-99/+112
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-2/+3
* Fixes phdf5Dana Robinson2021-03-251-36/+7
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-5958/+5514
* Removed the rest of the hlog codeDana Robinson2021-03-021-6/+0
* Merge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mineDavid Young2020-06-111-3/+4
|\
| * Always restart H5C_evict_or_refresh_all_entries_in_page()'s scan ofDavid Young2020-06-111-3/+4
* | Merge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mineDavid Young2020-05-261-1/+1
|\ \ | |/
| * When a checksum fails, indicate the address and size of the affected metadata.David Young2020-05-261-1/+1
* | Modified page buffer to split entries only where necessary -- specificallymainzer2020-05-211-9/+66
|/
* Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *`David Young2020-05-201-11/+4
* Reduce diffs with `develop`.David Young2020-05-201-5/+1
* Trim trailing whitespaceQuincey Koziol2020-05-201-213/+209
* fix unused related warningskmu2020-05-201-3/+7
* address problems from commentskmu2020-05-201-0/+1
* fix and address commentskmu2020-05-201-1/+1
* change according to previous commentskmu2020-05-201-2/+1
* Relax an assertion condition.David Young2020-04-231-1/+1
* Add a log outlet for metadata cache (MDC) invalidations,David Young2020-04-161-1/+12
* Reverted optimization in the metadata cache that avoided re-readingmainzer2020-03-261-0/+49
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-43/+37
* Delay for no more than 1/100 second between any retry in H5C_load_entry().David Young2019-10-181-1/+1
* F ix off-by-one bug affecting metadata-read retries: retries == tries - 1.David Young2019-10-021-4/+4
* Replace a missing curly brace.David Young2019-09-101-1/+1
* Merge the latest h5_retry_t code from my `sleepy` branch.David Young2019-09-101-16/+9
* Quiet warnings, especially signed/unsigned casts.dyoung2019-08-221-0/+4
* Checkin of fix for the failure to evict all tagged entries issue.mainzer2019-01-161-16/+19
* Commented out some test code that resulted spurious failuresmainzer2019-01-161-1/+2
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-151-45/+115
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-031-186/+858
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-2/+2
* 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