summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the first parameter of H5PB_remove_entry() non-const to support someDavid Young2019-12-192-2/+2
* There's no need to name parameters in a function declaration, and it makes themDavid Young2019-12-181-2/+2
* Allocate regionsin the shadow file of page size or greater size with pageDavid Young2019-12-181-1/+1
* Tell the tick number in diagnostic messages.David Young2019-12-181-2/+3
* Follow the naming convention enforced by FUNC_ENTER_/FUNC_EXIT_* macros (?)David Young2019-12-181-5/+5
* Delete a macro that's not used.David Young2019-12-131-26/+0
* Remove disused duplicate of H5F__idx_entry_cmp(). I probably introduced thatDavid Young2019-12-131-34/+0
* Fix some typos. NFCI.David Young2019-12-132-2/+2
* Wrap some comments at <= 80 characters.David Young2019-12-101-6/+7
* Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`:David Young2019-12-103-86/+46
* Fix typo. NFCI.David Young2019-12-101-1/+1
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-09328-20189/+64326
* Fix the FSM bug when setting the FSM threshold to a non-default value.Vailin Choi2019-12-021-1/+1
* Fix for punch list #28:Vailin Choi2019-11-201-46/+22
* Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-207-175/+430
* Remove the last (?) vestige of gettimeofday alternate implementation ofDavid Young2019-11-191-4/+0
* Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c.vchoi2019-11-155-1770/+1869
* Fix for punch list #13 item #1: Odd behavior in the superblock refresh routine.Vailin Choi2019-11-141-11/+4
* Modifications for the following items in the punch list:Vailin Choi2019-11-147-11/+94
* Good-bye md_open_tries.David Young2019-11-143-7/+1
* Delay for no more than 1/100 second between any retry in H5C_load_entry().David Young2019-10-181-1/+1
* Ntheever skip a read (skip_read is always false). This lets my demos work andDavid Young2019-10-181-10/+2
* Use PRIuHADDR.David Young2019-10-171-2/+2
* Move a disused variable inside of the #if 0 region that needs it.David Young2019-10-171-2/+2
* Repair comments.David Young2019-10-171-3/+3
* Add NetBSD and Berkeley licenses for `struct timespec` helper macros.David Young2019-10-071-0/+64
* Provide the BSD `struct timespec` arithmetic macro, timespecsub().David Young2019-10-072-10/+46
* Fix an off-by-one error in the retries API that made the test "protectDavid Young2019-10-071-3/+16
* Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.David Young2019-10-031-57/+67
* Make some NetBSD compatibility patches.David Young2019-10-031-1/+18
* Fix some comments where "read" was written instead of "write." NFCI.David Young2019-10-021-7/+7
* F ix off-by-one bug affecting metadata-read retries: retries == tries - 1.David Young2019-10-022-6/+6
* Use int64_t instead of uint64_t to avoid some warnings about signDavid Young2019-09-301-4/+4
* Fix a typo: adress -> address.David Young2019-09-271-1/+1
* Skip the metadata accumulator and always perform I/O through the VFD, soDavid Young2019-09-261-61/+6
* If a page entry is delayed *until* tick `t`, and tick `t` has arrived,David Young2019-09-261-3/+2
* Fix a comment: I don't know what `*pbe_ptr` was. Refer to `page`, sinceDavid Young2019-09-261-1/+1
* Rename local variable `delay_write_until` as `until`. ReduceDavid Young2019-09-261-11/+7
* Oops, straggler from last: rename the nanosecond constants. While I amDavid Young2019-09-261-6/+2
* SECOND_TO_NANOSECS is the name of a function, not a constant. Rename toDavid Young2019-09-261-8/+8
* In H5PB_flush(), skip a page-buffer entry if its write is delayed.David Young2019-09-261-0/+9
* Commit to the clock_gettime() versions of VFD SWMR and delete theDavid Young2019-09-251-76/+4
* Add to the page buffer a local printf-like debug function that I canDavid Young2019-09-251-0/+22
* Clean up excessive casting and parenthesization. No functional changeDavid Young2019-09-241-1/+1
* Don't set up raw-data pages for delayed writes. This preventsDavid Young2019-09-191-0/+4
* Make whitespace consistent: no leading tabs!David Young2019-09-161-1/+1
* Update function documentation. NFCI.David Young2019-09-161-3/+3
* Use h5_retry_init/_next to retry loading the SWMR shadow file.David Young2019-09-123-10/+15
* Convert several warnings about const to non-const conversion at H5Tcopy()David Young2019-09-122-2/+2
* Quiet compiler warnings about signedness by changing a signedDavid Young2019-09-121-1/+1