summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
Commit message (Expand)AuthorAgeFilesLines
...
* Numerous changes supporting a floating shadow index:David Young2020-02-031-2/+2
* Make the first argument to H5PB_vfd_swmr__update_index() and H5F_t instead ofDavid Young2020-02-031-1/+2
* In H5PB_remove_entry(), do not call vfd_swmr_mdf_idx_entry_remove(),David Young2020-01-101-29/+24
* In vfd_swmr_mdf_idx_entry_remove(), give some local variables less wordyDavid Young2020-01-101-14/+12
* Change the unwieldy name vfd_swmr_idx_entry_defer_free() toDavid Young2019-12-191-1/+1
* Use the "tail queue" from queue(3) for the delayed free list of shadow images.David Young2019-12-191-11/+56
* Prepare for some changes I'm committing shortly: pass an `H5F_shared_t *` asDavid Young2019-12-191-10/+10
* Make the first parameter of H5PB_remove_entry() non-const to support someDavid Young2019-12-191-1/+1
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-242/+192
* Modifications for the following items in the punch list:Vailin Choi2019-11-141-2/+2
* 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
* Fix some comments where "read" was written instead of "write." NFCI.David Young2019-10-021-7/+7
* 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
* In H5PB_flush(), skip a page-buffer entry if its write is delayed.David Young2019-09-261-0/+9
* 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
* Quiet compiler warnings about signedness by changing a signedDavid Young2019-09-121-1/+1
* Quiet warnings, especially signed/unsigned casts.dyoung2019-08-221-9/+9
* Tidied up comments and removed some stats code that is un-reachable.mainzer2019-07-061-9/+19
* Checkin of fixes for a number of bugs in reads to page 0, and in filemainzer2019-01-301-0/+17
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-151-6/+4
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-031-3/+18
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-191-1/+6
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-12-071-3/+17
|\
| * (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-021-5/+14
* | interim checkin of VFD SWMR writer EOT code.mainzer2018-12-071-17/+146
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-11-191-84/+5
|\ \ | |/
| * (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-141-84/+5
* | local commit of first cut at vfd swmr writer EOT code.mainzer2018-11-191-96/+625
|/
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-1020/+3127
* Normalize with vol_integration.Dana Robinson2018-05-291-17/+17
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-73/+54
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-2/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Minor code changes to address comments in pull requestmainzer2017-03-171-1/+4
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-3/+6
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+1533