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
*
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
*
[svn-r30033] Description:
Quincey Koziol
2016-06-06
1
-187/+2
*
[svn-r30031] Description:
Quincey Koziol
2016-06-06
1
-2/+1
*
[svn-r30009] Fix for h5format_convert daily test failures when --enable-using...
Vailin Choi
2016-06-04
1
-1/+3
*
[svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warnings
Dana Robinson
2016-06-01
1
-1/+1
*
[svn-r29985] Description:
Quincey Koziol
2016-05-30
1
-424/+0
*
[svn-r29969] Description:
Quincey Koziol
2016-05-29
1
-0/+53
*
[svn-r29850] Description:
Quincey Koziol
2016-05-01
1
-135/+162
*
[svn-r29279] Tidying of H5C_load_entry() before complicated merge.
Dana Robinson
2016-03-05
1
-130/+64
*
[svn-r29150] fix for Jira issue 9670 - HDF5 segfaults on corrupted file.
Mohamad Chaarawi
2016-02-18
1
-7/+3
*
[svn-r29077] Description:
Quincey Koziol
2016-02-10
1
-374/+153
*
[svn-r29059] merge from trunk.
Mohamad Chaarawi
2016-02-07
1
-1/+6
|
\
|
*
[svn-r29032] capture the entry address before the entry is freed to avoid
Mohamad Chaarawi
2016-02-02
1
-1/+6
*
|
[svn-r28959] merge from trunk.
Mohamad Chaarawi
2016-01-22
1
-50/+9
|
\
\
|
|
/
|
*
[svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...
Mohamad Chaarawi
2016-01-21
1
-51/+7
|
*
[svn-r28894] Description:
Quincey Koziol
2016-01-14
1
-109/+36
*
|
[svn-r28915] Description:
Quincey Koziol
2016-01-15
1
-1/+1
[next]