| Commit message (Expand) | Author | Age | Files | Lines |
* | Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`) | David Young | 2020-07-10 | 11 | -12/+60 |
|
|
* | Fix a bug where I was trying to store `ndatasets * 4` source-dataset | David Young | 2020-07-07 | 1 | -93/+155 |
|
|
* | Fix a bug in H5D__virtual_write_one to stop an assertion from failing | David Young | 2020-07-07 | 1 | -1/+1 |
|
|
* | Use native byte order unless big-endian is specified with `-b` option. | David Young | 2020-07-02 | 2 | -18/+30 |
|
|
* | Add a VDS mode to the bigset test. | David Young | 2020-06-30 | 1 | -7/+197 |
|
|
* | Gather a couple of assertions. | David Young | 2020-06-26 | 1 | -2/+1 |
|
|
* | Create one dataset creation property list and one file dataspace and | David Young | 2020-06-26 | 1 | -31/+45 |
|
|
* | When extending the dataset in one dimension, add columns instead of rows | David Young | 2020-06-26 | 1 | -22/+23 |
|
|
* | (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick... | vchoi | 2020-06-26 | 8 | -593/+1500 |
|
|
* | Add/check a group attribute every so many steps. delete some dead code, and | David Young | 2020-06-22 | 1 | -5/+68 |
|
|
* | Extract common subexpressions into `oent` and `nent` for brevity. | David Young | 2020-06-19 | 1 | -46/+40 |
|
|
* | Make H5Drefresh() copy non-persistent properties---e.g., dataset access | David Young | 2020-06-19 | 3 | -16/+65 |
|
|
* | Create a dataset access property list (dapl) that disables the chunk cache and | David Young | 2020-06-19 | 1 | -5/+13 |
|
|
* | On each SWMR VFD open for reading, keep a histogram for the number of | David Young | 2020-06-16 | 3 | -1/+38 |
|
|
* | Rename H5F__vfd_swmr_writer__create_index to H5F__vfd_swmr_create_index. | David Young | 2020-06-16 | 1 | -44/+23 |
|
|
* | Delete superfluous casts. Remove superfluous backslashes and | David Young | 2020-06-16 | 2 | -39/+33 |
|
|
* | Close all of the datasets we opened. | David Young | 2020-06-16 | 1 | -0/+21 |
|
|
* | Avoid leaving a v1 B-tree used as a chunk index in a bad state | David Young | 2020-06-12 | 8 | -33/+45 |
|
|
* | Activate tests `few_big` and `many_small`, now that they pass. | David Young | 2020-06-11 | 1 | -1/+1 |
|
|
* | Always restart H5C_evict_or_refresh_all_entries_in_page()'s scan of | David Young | 2020-06-11 | 1 | -3/+4 |
|
|
* | Extract a subroutine that closes chunk indices, | David Young | 2020-06-11 | 2 | -18/+55 |
|
|
* | Limit every chunk cache to 1 slot and 1kB so that the test doesn't run | David Young | 2020-06-11 | 1 | -0/+3 |
|
|
* | Make the test more challenging: on every other step, read a chunk-sized | David Young | 2020-06-11 | 1 | -4/+8 |
|
|
* | Wrap a line. NFCI. | David Young | 2020-06-11 | 1 | -1/+2 |
|
|
* | Delete code that has no effect: don't empty a mask set only to fill it | David Young | 2020-06-11 | 1 | -3/+2 |
|
|
* | Only remove shadow-index entries in H5PB__evict_entry() if we're a | David Young | 2020-06-08 | 1 | -2/+3 |
|
|
* | Delete unused variables and struct members. | David Young | 2020-06-03 | 1 | -4/+0 |
|
|
* | Be concise and more obviously correct, and knock many line widths | David Young | 2020-06-03 | 1 | -16/+13 |
|
|
* | If we're processing the EOT queue when we *enter* a function, use | David Young | 2020-06-03 | 1 | -1/+1 |
|
|
* | Improve debug output: when the lower file's shadow file image moves, | David Young | 2020-06-03 | 1 | -3/+5 |
|
|
* | Add a label, `addr`, to an HDF5 file address in debug output. | David Young | 2020-06-03 | 1 | -1/+1 |
|
|
* | In H5FD_vfd_swmr_read(), log on outlet `swmr_read` whether the read is | David Young | 2020-05-29 | 1 | -3/+4 |
|
|
* | Perform a test where a writer creates 10,000 groups while a reader waits for | David Young | 2020-05-28 | 1 | -1/+138 |
|
|
* | If there were hard errors, report any soft errors, too. | David Young | 2020-05-28 | 1 | -1/+2 |
|
|
* | Straggler from previous: don't count errors *and* exit, just count. | David Young | 2020-05-28 | 1 | -7/+0 |
|
|
* | A zoo error is not a soft error. Count it as a hard error instead of a soft | David Young | 2020-05-28 | 1 | -1/+1 |
|
|
* | Don't count up errors *and* exit right away when there is an error. Just | David Young | 2020-05-28 | 1 | -46/+0 |
|
|
* | Disable the error-stack printing around the H5Gopen() call that we know will | David Young | 2020-05-28 | 1 | -0/+3 |
|
|
* | Add a test writer that creates groups under the root and a reader that polls | David Young | 2020-05-27 | 2 | -0/+267 |
|
|
* | Delete unused `state_t` members. NFCI. | David Young | 2020-05-27 | 1 | -9/+1 |
|
|
* | Join some lines. NFCI. | David Young | 2020-05-26 | 1 | -4/+2 |
|
|
* | Add `-a steps` option and if steps != 0, then add (or verify) an attribute on | David Young | 2020-05-26 | 1 | -16/+85 |
|
|
* | Cast a non-negative `int` to `size_t` before comparing with `size_t` so that | David Young | 2020-05-26 | 1 | -1/+1 |
|
|
* | We don't write through the metadata accumulator any more. We only write | David Young | 2020-05-26 | 1 | -2/+2 |
|
|
* | When a checksum fails, indicate the address and size of the affected metadata. | David Young | 2020-05-26 | 1 | -1/+1 |
|
|
* | Reduce differences with may-merge-mainzer-to-mine. | David Young | 2020-05-26 | 1 | -5/+5 |
|
|
* | On the VFD SWMR branches, treat warnings as errors. | David Young | 2020-05-26 | 1 | -1/+1 |
|
|
* | When the new index is bigger than the old, invalidate all of the pages affected | David Young | 2020-05-26 | 1 | -0/+9 |
|
|
* | and `vfd_swmr_reader_did_increase_tick_to` declarations. | David Young | 2020-05-20 | 1 | -0/+1 |
|
|
* | Rebase repair: do not list any VFD SWMR source files twice. | David Young | 2020-05-20 | 1 | -2/+1 |
|
|