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
/
H5Cprivate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better segregate clean & dirty LRU lists so that they are only defined when
Quincey Koziol
2017-09-30
1
-0/+2
*
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 fix for CGNS bug
mainzer
2017-04-06
1
-1/+4
*
Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_co...
Quincey Koziol
2017-03-22
1
-0/+1
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
1
-0/+5
*
Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from
Quincey Koziol
2017-03-12
1
-8/+50
*
Normalize against incoming page buffering changes.
Quincey Koziol
2017-03-01
1
-2/+3
*
Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:
Quincey Koziol
2017-02-28
1
-4/+4
*
Revert "Fix some more signed -> unsigned value issues with cache data structu...
Quincey Koziol
2017-02-28
1
-3/+3
*
Fix some more signed -> unsigned value issues with cache data structures, also
Quincey Koziol
2017-02-23
1
-3/+3
*
Cache image feature and testing
Quincey Koziol
2017-01-29
1
-4/+470
*
Bring change to use array of metadata cache entry classes for H5C_create
Quincey Koziol
2017-01-28
1
-2/+2
*
Switch list lengths to unsigned integers (to align better w/cache image merge)
Quincey Koziol
2017-01-28
1
-1/+1
*
Bring changes to metadata cache "get entry status" call and new
Quincey Koziol
2017-01-06
1
-1/+19
*
Add "image up to date" flag / parameter to metadata cache entry status calls.
Quincey Koziol
2017-01-06
1
-1/+2
*
Bring file shutdown code from cache image branch
Quincey Koziol
2017-01-05
1
-1/+7
*
Merge code from cache image branch to split FSM ring into two types: raw data
Quincey Koziol
2017-01-04
1
-6/+9
*
Remove 'const' from cache client pre_serialize callback, to reduce warnings,
Quincey Koziol
2017-01-03
1
-2/+2
*
Bring support for doubly-linked list of all entries in cache from incoming
Quincey Koziol
2016-12-30
1
-0/+21
*
More normalizations against incoming cache image branch.
Quincey Koziol
2016-12-29
1
-28/+25
*
Updated the H5FS cache code to grab the correct tag and modified
Dana Robinson
2016-12-08
1
-0/+1
*
Bring SWMR support in to the main development branch. (Finally!) More tests
Quincey Koziol
2016-12-02
1
-1/+7
*
Add a flag for H5C__flush_single_entry() to allow the parallel code to request
Quincey Koziol
2016-11-25
1
-0/+2
*
Bring over support for retrying metadata cache entry loads, along with all the
Quincey Koziol
2016-11-20
1
-55/+110
*
Remove 'clear' callback from metadata cache client interface, using the
Quincey Koziol
2016-11-18
1
-62/+1
*
Remove explicit support within the metadata cache for tracked compressed
Quincey Koziol
2016-11-17
1
-304/+49
*
Bring over new 'notify' metadata cache client callback actions for when an
Quincey Koziol
2016-11-12
1
-1/+5
*
Align w/minor cleanups in revise_chunks branch.
Quincey Koziol
2016-11-12
1
-10/+25
*
Clean up cache code to eliminate dead-ends and unify code.
Quincey Koziol
2016-11-10
1
-17/+19
*
Switch to new, more scalable, metadata cache entry tagging.
Quincey Koziol
2016-11-07
1
-25/+6
*
Add logging prototypes and cache struct fields.
Quincey Koziol
2016-11-04
1
-0/+7
*
[svn-r30118] Sync with trunk.
Dana Robinson
2016-06-29
1
-36/+19
|
\
|
*
[svn-r30112] Description:
Quincey Koziol
2016-06-28
1
-36/+19
*
|
[svn-r30104] Fixes evict-on-close feature by propagating global
Dana Robinson
2016-06-24
1
-1/+1
|
/
*
[svn-r30075] Description:
Quincey Koziol
2016-06-14
1
-0/+1
*
[svn-r30068] Description:
Quincey Koziol
2016-06-13
1
-1/+11
*
[svn-r30053] Description:
Quincey Koziol
2016-06-08
1
-1/+1
*
[svn-r29969] Description:
Quincey Koziol
2016-05-29
1
-0/+1
*
[svn-r29850] Description:
Quincey Koziol
2016-05-01
1
-6/+29
*
[svn-r29548] Minor normalization w/ trunk in preparation for big merge.
Dana Robinson
2016-03-24
1
-2/+2
*
[svn-r29077] Description:
Quincey Koziol
2016-02-10
1
-1/+2
*
[svn-r28959] merge from trunk.
Mohamad Chaarawi
2016-01-22
1
-6/+2
|
\
|
*
[svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...
Mohamad Chaarawi
2016-01-21
1
-6/+2
*
|
[svn-r28636] merge from trunk.
Mohamad Chaarawi
2015-12-14
1
-3/+2
|
\
\
|
|
/
|
*
[svn-r28452] Description:
Quincey Koziol
2015-11-23
1
-3/+2
*
|
[svn-r27929] merge from trunk.
Mohamad Chaarawi
2015-10-01
1
-0/+77
|
\
\
|
|
/
|
*
[svn-r27710] Description:
Quincey Koziol
2015-09-09
1
-0/+77
*
|
[svn-r27436] merge from trunk.
Mohamad Chaarawi
2015-07-27
1
-51/+59
|
\
\
|
|
/
|
*
[svn-r27298] Description:
Quincey Koziol
2015-06-29
1
-47/+53
|
*
[svn-r27296] Description:
Quincey Koziol
2015-06-29
1
-2/+2
[next]