summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop and cleanup (#1559)Dana Robinson2022-03-311-24/+34
* VFD SWMR: Normalization with develop (#1506)Dana Robinson2022-03-231-21/+7
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-27/+4
* VFD SWMR: Aux process changes (#1451)Dana Robinson2022-02-181-1/+0
* Updated VFD SWMR's Akadio licenseDana Robinson2022-02-171-0/+1
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-2/+2
* VFD SWMR: Removes dedup callback + cleanup (#842)Dana Robinson2021-07-171-328/+317
* Brings native H5Fdelete implementation from developDana Robinson2021-05-051-1/+2
* Updates license url and history docsDana Robinson2021-03-251-2/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-392/+311
* Fixes a bug from when the hlog code was removedDana Robinson2021-03-021-1/+2
* Switch to hbool_t and TRUE/FALSE in library codeDana Robinson2021-03-021-5/+5
* Removed the rest of the hlog codeDana Robinson2021-03-021-40/+3
* Switches H5FDvfd_swmr.c memory calls to use H5MMDana Robinson2021-03-021-4/+4
* Adds HD prefix to POSIX calls in srcDana Robinson2021-03-021-10/+10
* Improve/expand the comments on the file->writer assertions.David Young2020-08-311-6/+5
* Delete an unhelpful comment. NFCI.David Young2020-08-311-1/+1
* Add some header comments to functions.David Young2020-08-311-0/+8
* Rename `api_elapsed_nslots` to `api_elapsed_nbuckets`: possibly clarifiesDavid Young2020-08-311-5/+9
* Add/improve some struct/member documentation per John's request.David Young2020-08-311-1/+9
* Fix a typo in a comment. NFCI.David Young2020-08-281-1/+1
* Describe the behavior of H5FD_vfd_swmr_dedup() in excruciating detail.David Young2020-08-251-0/+32
* Change H5F_open to perform deduplication of open VFDs in a more flexible way,David Young2020-07-301-27/+89
* Update comment.David Young2020-07-151-10/+3
* When H5FD_vfd_swmr_read() reads a page from the shadow file whose checksumDavid Young2020-07-141-0/+10
* Avoid some casts, change some parameters from H5FD_t to H5FD_vfd_swmr_t whenDavid Young2020-07-141-17/+12
* Delete some dead code.David Young2020-07-141-46/+0
* Bug fix: avoid leaking memory and other resources, perform the reader-onlyDavid Young2020-07-141-63/+78
* If the function-enter macro fails, return FAIL. Now the compiler can see thatDavid Young2020-07-141-1/+3
* Take care to initialize the metadata file descriptor to -1 so that we don't tryDavid Young2020-07-141-0/+1
* Delete whitespace at EOL. Join consecutive line. NFCI.David Young2020-07-131-77/+76
* Delete whitespace at EOL.David Young2020-07-131-1/+1
* Be brief: remove gratuitous cast of _xfree(). Use reference to member `pub`David Young2020-07-101-2/+2
* Make a VFD SWMR writer use the SWMR VFD, to facilitate avoiding conflictingDavid Young2020-07-101-30/+23
* Straggler from previous commit: when closing the VFD SWMR virtual file, clearDavid Young2020-07-101-8/+12
* Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`)David Young2020-07-101-0/+2
* On each SWMR VFD open for reading, keep a histogram for the number ofDavid Young2020-06-161-1/+32
* Delete superfluous casts. Remove superfluous backslashes andDavid Young2020-06-161-19/+17
* In H5FD_vfd_swmr_read(), log on outlet `swmr_read` whether the read isDavid Young2020-05-291-3/+4
* In H5FD_vfd_swmr_read(), do not verify checksums on shadow entriesDavid Young2020-05-131-157/+63
* Delete an assertion that doesn't hold true for multipage entries.David Young2020-04-211-3/+0
* Add a second bool argument to H5F_vfd_swmr_writer_end_of_tick() thatDavid Young2020-04-211-0/+2
* Fix spelling in a comment.David Young2020-04-081-1/+1
* Move the `swmr` log-outlet declaration to H5FDvfd_swmr_private.h and use `swmr`David Young2020-02-281-1/+3
* On the reader, zero the shadow-index entries before filling fields from theDavid Young2020-02-261-1/+1
* Where n is the number of page-table/shadow-index entries, avoid spending O(n^2)David Young2020-02-261-1/+2
* Delete misleading "Programmer:" field and excessive decoration from theDavid Young2020-02-121-22/+17
* Use an early exit to lower a staircase.David Young2020-02-061-132/+130
* Reduce code duplication by using vfd_swmr_pageno_to_mdf_idx_entry() to look upDavid Young2020-02-061-98/+61
* Delete unused code.David Young2020-02-061-36/+0