Network

 
AuthorCommitMessageCommit Date
David YoungDavid Young
3fa6b2e09f8MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
749a718c235MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
f8a26a86c68MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
05dafca8e02MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
44c114017e8MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
7bfba8aa398MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
a9ad1568108MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
6759aaa0128MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
e917d66df64MMerge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
David YoungDavid Young
eeda47bcf68Reduce differences with pre-rebase state.
mainzermainzer
18dab4e5767Modified page buffer to split entries only where necessary -- specifically when handling an I/O request on a metadata entry that has been sub-allocated from a larger file space allocation (i.e. fixed and extensible array), and that crosses at least one page boundary. . This required modifying the metadata cache to provide the type of the metadata cache entry in the current I/O request. For now, this is done with a function call. Once we are sure this works, it may be appropriate to conver...
David YoungDavid Young
a0e3a0370c4MMerge branch 'vswmr-base' into single
David YoungDavid Young
07ad063b4b5Limit the repeat rate for duplicate zoo warnings to once every five seconds.
David YoungDavid Young
8e2053bb3d2Move below_speed_limit() from vfd_swmr_bigset_writer.c to vfd_swmr_common.c, document it, and fix a bug.
David YoungDavid Young
da688311afeDocument some of the functions in here. Update the comment at the top of the file. NFCI.
David YoungDavid Young
5179b68ac65MMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
69f40536926Move the open issues noted in the outdated VFD_SWMR_Guide.md to vfd-swmr-user-guide.md and delete VFD_SWMR_Guide.md.
David YoungDavid Young
df69d7699b9MMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
2b7d87ecbefAdd the U. of California copyright notice from src/H5queue.h.
David YoungDavid Young
422d599d55fMMerge branch 'feature/vfd_swmr' into single
Dana RobinsonDana Robinson
a56e5dc7e4aFixes a leak of the metadata index memory
David YoungDavid Young
07af1459d7eMMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
1acfef57374Rewrap lines.
David YoungDavid Young
2d7c62b6e2aMMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
9bb743136edIndividually track the steps verified on each dataset. Take care not to skip a step.
David YoungDavid Young
68643772e30Mention that creating new objects is not possible with legacy SWMR. Add abbreviation TBD where we need to add a hyperlink.
David YoungDavid Young
101f040b80aAdd Dana's words about MS Windows support.
David YoungDavid Young
a4a969f0fd1Give an overview of the bigsets test in a mega-comment at the top. Also, describe the test pattern. And while I'm here, repair a comment, s/writer/reader/.
David YoungDavid Young
22d10f8412fMMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
135af42c099Describe the command-line options for the bigset reader/writer with a handful of bullets.
David YoungDavid Young
bfc42a18ce8Don't pass CFLAGS to the configure script, that's not in the HDF5 configure idiom and it's just too much detail. Repair a TBD: mention the vfdswmr@hdfgroup.org address for contacting the VFD SWMR developers.
David YoungDavid Young
7b8f6a77d4eMMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
f45bb219795Write a comment about a bit of overflow-avoidance logic. NFCI.
David YoungDavid Young
599be55d973Be less specific about Windows support.
David YoungDavid Young
53fe9189e1eImprove/expand the comments on the file->writer assertions.
David YoungDavid Young
aaeb21bdea8Delete an unhelpful comment. NFCI.
David YoungDavid Young
918d8894a0cAdd some header comments to functions.
David YoungDavid Young
4f833668b09Rename `api_elapsed_nslots` to `api_elapsed_nbuckets`: possibly clarifies things, possibly does not? NFCI.
David YoungDavid Young
349ed1418b7Document vfd_swmr_pageno_to_mdf_idx_entry() and rename its parameter nindices -> nentries.
David YoungDavid Young
96c6a7c8d89Wrap a line in a comment at 80 columns.
David YoungDavid Young
733a02386baAdd/improve some struct/member documentation per John's request.
David YoungDavid Young
fd406a654c1Document vfd_swmr_writer_may_increase_tick_to() and vfd_swmr_reader_did_increase_tick_to(). NFCI.
David YoungDavid Young
5756ac4233dDocument H5HG_trap().
David YoungDavid Young
60787f34e7bDelete unused local variable. NFCI.
David YoungDavid Young
aecd29c2ad7Use the DECODE macro with the correct signedness for the variable.
David YoungDavid Young
656615e071bMMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
0624ed2e480Also accept transitions of the superblock status flags to H5F_SUPER_WRITE_ACCESS|H5F_SUPER_SWMR_WRITE_ACCESS. This should fix the problem Dana's seeing on his test VM.
David YoungDavid Young
0c7c4ba4908Fix a typo in a comment. NFCI.
David YoungDavid Young
2d5ac62e01bMMerge branch 'feature/vfd_swmr' into single
David YoungDavid Young
c97970f7a1dUse the terminology "expected" and "unexpected" errors instead of "soft" and "hard" errors.