Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
adb47e77b7cMMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
mainzermainzer
97575c054ffMMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
mainzermainzer
57bcdab32bbCheckin of fix for the ICC / production seg fault. Also update of test/page_buffer.c to adjust to function name changes. tested serial/production/icc on Jelly.
Quincey KoziolQuincey Koziol
ffc91c18903Bring over some function naming from develop, along with patches to make previous commits work correctly.
Quincey KoziolQuincey Koziol
10081ff19cfBring switch to using C standard qsort() routine from develop.
Quincey KoziolQuincey Koziol
05f96858efcBring rename of cache image object header message from develop.
Quincey KoziolQuincey Koziol
ae788c37fa3Revert "Bring rename of cache image object header message from develop." This reverts commit 941e3a745808a28bb9ac6cbd56707d80aab823fd.
Quincey KoziolQuincey Koziol
fc2a78e5bd3Revert "Bring switch to using C standard qsort() routine from develop." This reverts commit 4e0c29dc47fcc1f1f70cbb768be60b6378141b82.
Quincey KoziolQuincey Koziol
4e0c29dc47fBring switch to using C standard qsort() routine from develop.
Quincey KoziolQuincey Koziol
941e3a74580Bring rename of cache image object header message from develop.
Quincey KoziolQuincey Koziol
8fe6046327fBring function names/scopes in cache image code better into sync w/develop, and also bring switch to using generate_entry into cache image code.
Quincey KoziolQuincey Koziol
483ec596456Bring cleanups for entry operation counters and make space in cache rename from develop.
Quincey KoziolQuincey Koziol
c81ca9cd791Bring software engineering improvements for free space manager settling routines in from develop, along with some style cleanups.
Quincey KoziolQuincey Koziol
e13fb9e2b3fClean up page buffering code, fix assertion failure in destroy routine, remove unused public page buffering header file, clean up warnings in page buffering routines, src/H5Cquery.c, and test/mf.c
Quincey KoziolQuincey Koziol
830e3058ec5Call public routine, after recent renamings
Quincey KoziolQuincey Koziol
5c7c807f0ceBring in C++ changes from develop.
Quincey KoziolQuincey Koziol
54babc75fe7Resolve whitespace difference against develop.
Allen ByrneAllen Byrne
f5f016eeef0MS keeps changing names
Allen ByrneAllen Byrne
d10a4a5cd81Update docs and scripts for release
Allen ByrneAllen Byrne
c637faafb64Smale changes from CMake repo
mainzermainzer
e7a1ec70b72Changed call to H5PBreset_stats() to H5PB_reset_stats() in test/page_buffer.c to conform with Vailin's name change. This was necessary to repair a compile failure.
mainzermainzer
cf3ea69686dMUpdated local repository prior to checkin Merge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
Vailin ChoiVailin Choi
40d1cf2a2fdMMerge pull request #311 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '9b57105d341873ebad20ec7581cb95e9fffe3a0d': PB data corruption fix and API name change for PB stats 1) Change H5PBget_stats() and H5PBreset_stats() to H5Fget_get_buffering_stats() and H5Freset_page_buffering_stats() 2) Fix data corruption bug in page buffering when freeing metadata (from running test/fheap.c) 3) Fix file size check in test/fheap.c Tested on emu, moohan, osx1010test, ost...
Vailin ChoiVailin Choi
9b57105d341PB data corruption fix and API name change for PB stats 1) Change H5PBget_stats() and H5PBreset_stats() to H5Fget_get_buffering_stats() and H5Freset_page_buffering_stats() 2) Fix data corruption bug in page buffering when freeing metadata (from running test/fheap.c) 3) Fix file size check in test/fheap.c Tested on emu, moohan, osx1010test, ostrich, platypus, mayll, quail, kite, kituo.
Quincey KoziolQuincey Koziol
2f927cf1972Bring switch from super_dirty -> eoa_dirty from develop branch. Also, fix bug where page buffers were getting flushed after the disk buffers were flushed, possibly leading to incorrectly visible data for readers.
Quincey KoziolQuincey Koziol
67a787ad750Bring in flush -> flush1+flush2 changes from develop, along with some initial cleanups to the page buffering code.
Quincey KoziolQuincey Koziol
e678bed39b5Bring over recent bugfix
Quincey KoziolQuincey Koziol
71efe6b04bcBring over improvements to metadata cache clients, from develop.
Quincey KoziolQuincey Koziol
beba61fff41Bring in recent infrastructure improvements from develop.
Quincey KoziolQuincey Koziol
37d2079e84eCleanup warning
Quincey KoziolQuincey Koziol
a42b11a9a68MMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
Quincey KoziolQuincey Koziol
a92910381adMerge in changes from signed to unsigned values in cache data structures, from develop.
Quincey KoziolQuincey Koziol
a32739fdc13Bring in changes to read / write cache images, from develop branch
Quincey KoziolQuincey Koziol
c50f79d75a4Clean up warnings.
mainzermainzer
9ebf239b982Checkin of mods to renable test/page_buffer.c and fix outstanding issues, specifically: 1) Reinserted code in src/H5Fint.c to start page buffer on file open 2) Reinsertion of code in test/Makefile.am to build and run test/page_buffer 3) Numerous minor mods test/page_buffer.c: a) adjustements to code to allow for the load / insertion of pages into the page buffer on file open / create. b) added header comments to most functions in test/page_buffer.c c) added white space...
mainzermainzer
50b22ba334cMMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering Resolved conflicts with src/H5C.c test/cache_image.c tested serial on jelly
Quincey KoziolQuincey Koziol
a30299cc9bdFix some errors incomplete merge on last commit, and import changes to cache client arrays from develop. Also, misc. normalizations against develop.
Quincey KoziolQuincey Koziol
66fa1f19f48Add missing code to detect SWMR access to files with cache images (and fail)
Quincey KoziolQuincey Koziol
7c852b9fb11Misc. synchronization changes from develop branch
Quincey KoziolQuincey Koziol
9ae953d70dcSwitch major error code from H5E_FSPACE [back] to H5E_RESOURCE
Quincey KoziolQuincey Koziol
cc5f46129acCoding style cleanups and a fix a fix typos from merge from develop
Quincey KoziolQuincey Koziol
ecbf9644d67MMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
mainzermainzer
a67cbad5506Added testpar/t_cache_image.c to manifest. ran chkmanifest to verify
Quincey KoziolQuincey Koziol
6a4fbde75c9Initial normalization pass over library code, bringing it closer to the develop branch.
Quincey KoziolQuincey Koziol
9ad0695c599MMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
Quincey KoziolQuincey Koziol
6bb24743d02Begin merging changes to library from develop branch.
mainzermainzer
ee2147d0e7fCommitted fix to the infinite recursion bug that Vailin encountered when testing page buffering with test/fheap.c. Also, modifications to test/cache.c to reflect changes in cache behaviour caused by H5C_make_space_in_cache() returning success without any other activity on re-entrant calls. In passing, also un-commented SWMR / cache image test in test/cache_image.c, and added code to skip it. This should be removed when the necessary support make it in from trunk. Tested serial, serial/che...
mainzermainzer
7ea16e4d183MUpdate prior to checkin Merge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into page_buffering
Vailin ChoiVailin Choi
9d3b6ea7992MMerge pull request #297 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '0ead8d65fdc15df04d92311a7d4c1f1399cdb9cb': Fix for the long running time of test/fheap.c with the core driver. Pass through the accumulator layer when page buffering is disabled.
Vailin ChoiVailin Choi
0ead8d65fdcFix for the long running time of test/fheap.c with the core driver. Pass through the accumulator layer when page buffering is disabled.