| Commit message (Expand) | Author | Age | Files | Lines |
* | Move fetch_env_ulong() from vfd_swmr.c to vfd_swmr_common.c for eventual | David Young | 2020-04-28 | 1 | -29/+1 |
|
|
* | Straggler from last: retire vfd_swmr_writer_g. | David Young | 2020-04-20 | 1 | -2/+2 |
|
|
* | Retire globals vfd_swmr_writer_g and end_of_tick_g. | David Young | 2020-04-20 | 1 | -11/+11 |
|
|
* | Quiet some used-before-initialized warnings and, while I am here, | David Young | 2020-04-20 | 1 | -3/+3 |
|
|
* | Don't try to free a NULL pointer. | David Young | 2020-04-07 | 1 | -1/+2 |
|
|
* | Quiet a warning about the variable being used before it is initialized. | David Young | 2020-04-07 | 1 | -1/+1 |
|
|
* | If the shadow-index size is 0 in the current step, don't calloc(3) | David Young | 2020-04-06 | 1 | -2/+2 |
|
|
* | Remove a duplicate `#define H5FD_TESTING` line. | David Young | 2020-03-24 | 1 | -1/+0 |
|
|
* | When creating a shadow index for testing, increase the page number from | David Young | 2020-03-24 | 1 | -1/+3 |
|
|
* | The forced-fail index comes only from the environment, never from | David Young | 2020-03-24 | 1 | -1/+1 |
|
|
* | Add an environment variable, H5_SHADOW_INDEX_FAIL, that I can set to an | David Young | 2020-03-02 | 1 | -20/+58 |
|
|
* | Add a test for shadow-index lookups per the specification agreed with John and | David Young | 2020-02-28 | 1 | -0/+84 |
|
|
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 1 | -9/+9 |
|
|
* | Numerous changes supporting a floating shadow index: | David Young | 2020-02-03 | 1 | -2/+2 |
|
|
* | Use FAIL_STACK_ERROR instead of TEST_ERROR after library calls, so that the | David Young | 2020-02-03 | 1 | -6/+5 |
|
|
* | Repair indentation and delete some superfluous comments. NFCI. | David Young | 2020-01-30 | 1 | -13/+13 |
|
|
* | Align the shadow images on page boundaries so that they don't overlap. This | David Young | 2019-12-18 | 1 | -8/+8 |
|
|
* | In the faked-up shadow-index entries, assign independent page numbers in the | David Young | 2019-12-18 | 1 | -4/+4 |
|
|
* | Allocate and zero using calloc(3) instead of malloc(3)+memset(3). | David Young | 2019-12-18 | 1 | -2/+1 |
|
|
* | Remove the ugly casts on calloc() and malloc(). Change some malloc() to | David Young | 2019-12-13 | 1 | -6/+6 |
|
|
* | Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`: | David Young | 2019-12-10 | 1 | -16/+11 |
|
|
* | Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), the | David Young | 2019-12-09 | 1 | -9/+7 |
|
|
* | Don't see a 1GB threshold for tracking free filespace, that workaround for VFD | David Young | 2019-12-09 | 1 | -1/+1 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -25/+17 |
|
|
* | Fix for punch list #28: | Vailin Choi | 2019-11-20 | 1 | -2/+38 |
|
|
* | Changes for punch list #4: Add support for opening mulitple files in either V... | Vailin Choi | 2019-11-20 | 1 | -49/+975 |
|
|
* | Modifications for the following items in the punch list: | Vailin Choi | 2019-11-14 | 1 | -11/+11 |
|
|
* | Intermin commit to allow update from Vailin's recent changes | mainzer | 2019-01-15 | 1 | -38/+74 |
|
|
* | Interim checkin to allow Vailin to address assertion failure in | mainzer | 2019-01-03 | 1 | -1/+1 |
|
|
* | Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018: | Vailin Choi | 2018-12-19 | 1 | -14/+18 |
|
|
* | 1) Add concurrent test for VFD SWMR reader | Vailin Choi | 2018-10-29 | 1 | -59/+720 |
|
|
* | (1) Add tests for VFD SWMR writer | Vailin Choi | 2018-10-22 | 1 | -121/+505 |
|
|
* | Second batch of checkin: | Vailin Choi | 2018-09-04 | 1 | -36/+32 |
|
|
* | Preliminary checkins for implementation done so far: | Vailin Choi | 2018-08-14 | 1 | -0/+695 |
|
|