index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
H5C.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squash merge of MDC logging changes.
Dana Robinson
2018-12-21
1
-7/+8
*
Normalization with vol_integration (misc internal and datatype)
Dana Robinson
2018-09-20
1
-18/+15
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-12/+12
*
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-420/+249
*
Better segregate clean & dirty LRU lists so that they are only defined when
Quincey Koziol
2017-09-30
1
-0/+8
*
Style cleanups and misc. bugfixes discovered during full SWMR development.
Quincey Koziol
2017-09-23
1
-18/+29
*
Updated H5C__flush_single_entry() in H5C.c to correct
mainzer
2017-08-15
1
-8/+18
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Checkin of additions to cache image parallel test code and
mainzer
2017-03-16
1
-6/+15
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
1
-2/+124
*
Merge in reentrency changes to "make space in cache" from page_buffering branch.
Quincey Koziol
2017-03-13
1
-0/+20
*
Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from
Quincey Koziol
2017-03-12
1
-10/+32
*
Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the
Quincey Koziol
2017-03-10
1
-1/+0
*
Align with incoming page buffering changes: minor cleanups, centralize removing
Quincey Koziol
2017-03-07
1
-30/+35
*
Misc. small cleanups to sync against incoming page buffering changes.
Quincey Koziol
2017-03-02
1
-47/+17
*
Normalize against incoming page buffering changes.
Quincey Koziol
2017-03-01
1
-17/+534
*
Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:
Quincey Koziol
2017-02-28
1
-5/+5
*
Align w/incoming page buffering changes.
Quincey Koziol
2017-02-25
1
-93/+25
*
Misc. style cleanups from the page_buffering branch.
Quincey Koziol
2017-02-18
1
-411/+218
*
Simplify H5C__serialize_single_entry(), using H5C__generate_image()
Quincey Koziol
2017-02-02
1
-20/+27
*
Cache image feature and testing
Quincey Koziol
2017-01-29
1
-34/+231
*
Bring change to use array of metadata cache entry classes for H5C_create
Quincey Koziol
2017-01-28
1
-71/+15
*
Switch list lengths to unsigned integers (to align better w/cache image merge)
Quincey Koziol
2017-01-28
1
-115/+70
*
Commit Vailin's fix for the h5format_convert test failure.
lrknox
2017-01-26
1
-0/+5
*
Bring changes to metadata cache "get entry status" call and new
Quincey Koziol
2017-01-06
1
-16/+262
*
Bring file shutdown code from cache image branch
Quincey Koziol
2017-01-05
1
-0/+181
*
Merge code from cache image branch to split FSM ring into two types: raw data
Quincey Koziol
2017-01-04
1
-7/+5
*
Remove 'const' from cache client pre_serialize callback, to reduce warnings,
Quincey Koziol
2017-01-03
1
-3/+3
*
Align with incoming cache_image branch changes: use the index list (instead of
Quincey Koziol
2017-01-02
1
-102/+133
*
Bring support for doubly-linked list of all entries in cache from incoming
Quincey Koziol
2016-12-30
1
-6/+15
*
More normalizations against incoming cache image branch.
Quincey Koziol
2016-12-29
1
-6/+5
*
Normalize against incoming cache image feature.
Quincey Koziol
2016-12-28
1
-77/+65
*
Bring over changes from revise_chunks that cleanup recent SWMR changes from
Quincey Koziol
2016-12-11
1
-7/+36
*
Bring SWMR support in to the main development branch. (Finally!) More tests
Quincey Koziol
2016-12-02
1
-20/+256
*
Remove "collective write list" parameter from H5C__flush_single_entry() as it
Quincey Koziol
2016-11-28
1
-22/+17
*
Eliminate unnecessary data structure for parallel collective metadata cache I/O
Quincey Koziol
2016-11-28
1
-16/+1
*
Add a flag for H5C__flush_single_entry() to allow the parallel code to request
Quincey Koziol
2016-11-25
1
-27/+31
*
Bring over support for retrying metadata cache entry loads, along with all the
Quincey Koziol
2016-11-20
1
-172/+201
*
Remove 'clear' callback from metadata cache client interface, using the
Quincey Koziol
2016-11-18
1
-17/+4
*
Remove explicit support within the metadata cache for tracked compressed
Quincey Koziol
2016-11-17
1
-197/+40
*
Bring over new 'notify' metadata cache client callback actions for when an
Quincey Koziol
2016-11-12
1
-4/+77
*
Align w/minor cleanups in revise_chunks branch.
Quincey Koziol
2016-11-12
1
-10/+3
*
Clean up cache code to eliminate dead-ends and unify code.
Quincey Koziol
2016-11-10
1
-365/+131
*
Switch to new, more scalable, metadata cache entry tagging.
Quincey Koziol
2016-11-07
1
-104/+109
*
Code style and warning cleanups, from revise_chunks branch.
Quincey Koziol
2016-11-06
1
-296/+161
*
Bring cache logging routines from revise_chunks branch to develop.
Quincey Koziol
2016-11-04
1
-0/+6
*
Move cache debugging routines into separate module.
Quincey Koziol
2016-11-03
1
-921/+0
*
[svn-r30112] Description:
Quincey Koziol
2016-06-28
1
-1071/+780
*
[svn-r30068] Description:
Quincey Koziol
2016-06-13
1
-8/+177
*
[svn-r30035] Description:
Quincey Koziol
2016-06-06
1
-417/+2
[next]