| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract a routine from shadow_image_defer_free(), shadow_range_defer_free(), | David Young | 2020-02-06 | 1 | -1/+1 |
|
|
* | Delete the hdf5_page_offset member of shadow_defree_t, it is initialized but | David Young | 2020-02-06 | 1 | -1/+0 |
|
|
* | Rename the deferred-free queues. There are two of them, and the names I used | David Young | 2020-02-06 | 1 | -10/+11 |
|
|
* | Move the bsdqueue.h #inclusion up with the other #inclusions. | David Young | 2020-02-06 | 1 | -2/+3 |
|
|
* | Numerous changes supporting a floating shadow index: | David Young | 2020-02-03 | 1 | -0/+1 |
|
|
* | Consolidate shadow-file allocation code in H5MV.c. | David Young | 2020-01-30 | 1 | -6/+0 |
|
|
* | Use the "tail queue" from queue(3) for the delayed free list of shadow images. | David Young | 2019-12-19 | 1 | -14/+9 |
|
|
* | There's no need to name parameters in a function declaration, and it makes them | David Young | 2019-12-18 | 1 | -2/+2 |
|
|
* | Fix some typos. NFCI. | David Young | 2019-12-13 | 1 | -1/+1 |
|
|
* | Wrap some comments at <= 80 characters. | David Young | 2019-12-10 | 1 | -6/+7 |
|
|
* | Fix typo. NFCI. | David Young | 2019-12-10 | 1 | -1/+1 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -61/+68 |
|
|
* | Remove the last (?) vestige of gettimeofday alternate implementation of | David Young | 2019-11-19 | 1 | -4/+0 |
|
|
* | Quiet warnings, especially signed/unsigned casts. | dyoung | 2019-08-22 | 1 | -4/+4 |
|
|
* | Interim checkin to allow Vailin to address assertion failure in | mainzer | 2019-01-03 | 1 | -0/+10 |
|
|
* | interim checkin of VFD SWMR writer EOT code. | mainzer | 2018-12-07 | 1 | -0/+4 |
|
|
* | local commit of first cut at vfd swmr writer EOT code. | mainzer | 2018-11-19 | 1 | -8/+54 |
|
|
* | Initial checkin of page buffer re-implementation to support VFD SWMR. | mainzer | 2018-11-04 | 1 | -1/+3 |
|
|
* | 1) Add concurrent test for VFD SWMR reader | Vailin Choi | 2018-10-29 | 1 | -4/+3 |
|
|
* | (1) Add tests for VFD SWMR writer | Vailin Choi | 2018-10-22 | 1 | -2/+8 |
|
|
* | Third batch of checkin: | Vailin Choi | 2018-09-28 | 1 | -1/+45 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f... | Vailin Choi | 2018-09-26 | 1 | -19/+25 |
|\ |
|
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -8/+19 |
|
|
| * | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -5/+5 |
|
|
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -6/+1 |
|
|
* | | Preliminary checkins for implementation done so far: | Vailin Choi | 2018-08-14 | 1 | -0/+9 |
|/ |
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -1/+1 |
|
|
* | Normalization with vol_integration branch. | Dana Robinson | 2018-06-07 | 1 | -36/+26 |
|
|
* | Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol | Quincey Koziol | 2018-04-01 | 1 | -0/+1 |
|\ |
|
* \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -13/+18 |
|\ \
| |/ |
|
| * | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -1/+2 |
|
|
| * | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 1 | -12/+13 |
| |\ |
|
| | * | Normalization with VOL integration branch. | Dana Robinson | 2017-12-05 | 1 | -12/+13 |
|
|
| * | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -1/+2 |
| |/ |
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -32/+41 |
|/ |
|
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -15/+15 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -19/+40 |
|
|
* | Bring changes to I/O parameters from page_buffering branch. | Quincey Koziol | 2017-03-13 | 1 | -10/+12 |
|
|
* | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -1/+8 |
|
|
* | Bring change to use array of metadata cache entry classes for H5C_create | Quincey Koziol | 2017-01-28 | 1 | -3/+0 |
|
|
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -0/+8 |
|
|
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -3/+23 |
|
|
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -0/+8 |
|
|
* | Switch to new, more scalable, metadata cache entry tagging. | Quincey Koziol | 2016-11-07 | 1 | -0/+1 |
|
|
* | Add cache logging property and file pieces. | Quincey Koziol | 2016-11-04 | 1 | -0/+4 |
|
|
* | [svn-r30084] First pass at the evict-on-close feature. | Dana Robinson | 2016-06-15 | 1 | -0/+1 |
|
|
* | [svn-r30075] Description: | Quincey Koziol | 2016-06-14 | 1 | -1/+1 |
|
|
* | [svn-r29850] Description: | Quincey Koziol | 2016-05-01 | 1 | -0/+3 |
|
|
* | [svn-r29612] Description: | Quincey Koziol | 2016-04-03 | 1 | -1/+1 |
|
|