summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-2034-289/+656
* Partial fix for HDFFV-10792Jordan Henderson2020-05-201-4/+45
* In H5FD_vfd_swmr_read(), do not verify checksums on shadow entriesDavid Young2020-05-131-157/+63
* When an entry changes size, remove it from the tick list and add it backDavid Young2020-05-111-0/+10
* In H5MF__xfree_impl(), always invalidate the page-table entriesDavid Young2020-05-111-20/+53
* Split VFD_SWMR_TEST_FOR_END_OF_TICK() into VFD_SWMR_ENTER() andDavid Young2020-05-091-12/+25
* Let the reader-side tick instrumentation know about the first tick readDavid Young2020-04-231-0/+2
* Relax an assertion condition.David Young2020-04-231-1/+1
* Bug fix: in the freespace manager, use a new routine,David Young2020-04-233-5/+55
* Delete an assertion that doesn't hold true for multipage entries.David Young2020-04-211-3/+0
* Prevent a spurious assertion by using the correct index, oops!David Young2020-04-211-1/+1
* Straggler from last: provide stub implementationsDavid Young2020-04-211-0/+27
* Add a second bool argument to H5F_vfd_swmr_writer_end_of_tick() thatDavid Young2020-04-217-17/+31
* Condense H5F_vfd_swmr_close_or_flush() for readability: removeDavid Young2020-04-211-25/+14
* Retire globals vfd_swmr_writer_g and end_of_tick_g.David Young2020-04-202-24/+2
* Stragglers from previous: globally declare some hlog outlets and addDavid Young2020-04-161-1/+4
* Add a log outlet for metadata cache (MDC) invalidations,David Young2020-04-163-39/+82
* Delete unused line, shorten a comment, wrap some lines, add missingDavid Young2020-04-161-12/+13
* Re-enable reclamation of disused shadow-index entries.David Young2020-04-161-6/+4
* Remove unnecessary pointer test: it cannot possibly be NULL.David Young2020-04-161-6/+4
* Remove gratuitous initialization, comment, and assertions.David Young2020-04-161-6/+2
* Extract a subroutine, H5F_vfd_swmr_process_eot_queue(), from theDavid Young2020-04-162-46/+58
* Improve diagnostic logging.David Young2020-04-161-5/+7
* Oops, properly the outlet symbol-name prefix with the rest of the symbolDavid Young2020-04-161-6/+8
* When hlog_set_state() changes the state of an outlet, reset eachDavid Young2020-04-161-0/+11
* Log page-buffer reads and writes no matter what storage type. (Used toDavid Young2020-04-161-8/+4
* Put multiline if-body in curly braces, repair indentation, removeDavid Young2020-04-141-7/+9
* Wrap a line before 80 characters. NFCI.David Young2020-04-141-2/+2
* Change the prefix for hlog_outlet_t's from log_ to hlog_gbl_ to avoidDavid Young2020-04-131-5/+7
* Add a log outlet, `tick`, and log some changes to the tick number there.David Young2020-04-131-5/+14
* `tick_num_g` has been gone for a while, so do not refer to it inDavid Young2020-04-131-6/+6
* Add clean_shadow_index() for removing shadow-index entries that wereDavid Young2020-04-131-4/+51
* Add H5MV split method for alignment.vchoi2020-04-131-24/+57
* Check whether or not the shadow entry size is different from theDavid Young2020-04-131-2/+15
* Be brief: remove commas and equal signs from diagnostic log messages.David Young2020-04-081-18/+19
* Fix spelling in a comment.David Young2020-04-081-1/+1
* Add a new log outlet and change an `fprintf(stderr,` to anDavid Young2020-04-071-1/+2
* Straggler from previous: declare the new shadow_index_reclaim logDavid Young2020-04-071-0/+1
* Simplify H5PB_vfd_swmr__update_index(), which figures inDavid Young2020-04-071-21/+23
* Declutter: remove superfluous comment and assertion. NFCI.David Young2020-04-071-2/+0
* Remove extraneous whitespace. NFCI.David Young2020-04-071-2/+0
* After adding a shadow page to the deferred free list, set the entry'sDavid Young2020-04-071-3/+5
* Add a log outlet and shorten the name of an existing outlet.David Young2020-04-071-2/+7
* Fix the width of an index variable.David Young2020-04-071-1/+1
* Make some changes to conserve filespace and ensure that all filespace isDavid Young2020-04-062-2/+8
* Improve diagnostic logging.David Young2020-04-021-7/+26
* Standardize and shorten diagnostic messages to help my search for theDavid Young2020-04-021-11/+11
* Remove superfluous comment. Remove unnecessary variableDavid Young2020-04-021-3/+3
* Remove superfluous whitespace, insert whitespace around / operator,David Young2020-04-021-5/+3
* Update comments, shorten comments, remove superfluous comments.David Young2020-04-021-14/+5