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
/
H5Cpkg.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
*
Omnibus checkin for several relatively minor modifications:
mainzer
2017-03-28
1
-0/+21
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
1
-1/+2
*
Merge in reentrency changes to "make space in cache" from page_buffering branch.
Quincey Koziol
2017-03-13
1
-0/+18
*
Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from
Quincey Koziol
2017-03-12
1
-0/+12
*
Misc. small cleanups to sync against incoming page buffering changes.
Quincey Koziol
2017-03-02
1
-3/+4
*
Normalize against incoming page buffering changes.
Quincey Koziol
2017-03-01
1
-13/+13
*
Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:
Quincey Koziol
2017-02-28
1
-77/+59
*
Revert "Fix some more signed -> unsigned value issues with cache data structu...
Quincey Koziol
2017-02-28
1
-18/+32
*
Align w/incoming page buffering changes.
Quincey Koziol
2017-02-25
1
-3/+3
*
Fix some more signed -> unsigned value issues with cache data structures, also
Quincey Koziol
2017-02-23
1
-32/+18
*
Simplify H5C__serialize_single_entry(), using H5C__generate_image()
Quincey Koziol
2017-02-02
1
-0/+2
*
Cache image feature and testing
Quincey Koziol
2017-01-29
1
-6/+340
*
Bring change to use array of metadata cache entry classes for H5C_create
Quincey Koziol
2017-01-28
1
-25/+3
*
Switch list lengths to unsigned integers (to align better w/cache image merge)
Quincey Koziol
2017-01-28
1
-21/+16
*
Bring changes to metadata cache "get entry status" call and new
Quincey Koziol
2017-01-06
1
-0/+2
*
Bring file shutdown code from cache image branch
Quincey Koziol
2017-01-05
1
-0/+45
*
Remove 'const' from cache client pre_serialize callback, to reduce warnings,
Quincey Koziol
2017-01-03
1
-1/+1
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2017-01-02
1
-1/+1
|
\
|
*
Fixed a macro in H5Cpkg.h that was only updated in the version that
Dana Robinson
2017-01-02
1
-1/+1
*
|
Align with incoming cache_image branch changes: use the index list (instead of
Quincey Koziol
2017-01-02
1
-1/+16
|
/
*
Bring support for doubly-linked list of all entries in cache from incoming
Quincey Koziol
2016-12-30
1
-116/+324
*
More normalizations against incoming cache image branch.
Quincey Koziol
2016-12-29
1
-6/+3
*
Bring SWMR support in to the main development branch. (Finally!) More tests
Quincey Koziol
2016-12-02
1
-6/+2
*
Remove "collective write list" parameter from H5C__flush_single_entry() as it
Quincey Koziol
2016-11-28
1
-6/+10
*
Eliminate unnecessary data structure for parallel collective metadata cache I/O
Quincey Koziol
2016-11-28
1
-9/+0
*
Align w/minor cleanups in revise_chunks branch.
Quincey Koziol
2016-11-12
1
-24/+51
*
Clean up cache code to eliminate dead-ends and unify code.
Quincey Koziol
2016-11-10
1
-14/+54
*
Switch to new, more scalable, metadata cache entry tagging.
Quincey Koziol
2016-11-07
1
-4/+12
*
Code style and warning cleanups, from revise_chunks branch.
Quincey Koziol
2016-11-06
1
-44/+12
*
Add logging prototypes and cache struct fields.
Quincey Koziol
2016-11-04
1
-0/+26
*
[svn-r30112] Description:
Quincey Koziol
2016-06-28
1
-21/+3
*
[svn-r30068] Description:
Quincey Koziol
2016-06-13
1
-0/+17
*
[svn-r30035] Description:
Quincey Koziol
2016-06-06
1
-0/+9
*
[svn-r30033] Description:
Quincey Koziol
2016-06-06
1
-0/+9
*
[svn-r29077] Description:
Quincey Koziol
2016-02-10
1
-9/+6
*
[svn-r28895] Description:
Quincey Koziol
2016-01-14
1
-2/+2
*
[svn-r28636] merge from trunk.
Mohamad Chaarawi
2015-12-14
1
-1/+1
|
\
|
*
[svn-r28452] Description:
Quincey Koziol
2015-11-23
1
-1/+1
*
|
[svn-r27929] merge from trunk.
Mohamad Chaarawi
2015-10-01
1
-115/+344
|
\
\
|
|
/
|
*
[svn-r27805] Description:
Quincey Koziol
2015-09-16
1
-1/+1
|
*
[svn-r27768] Description:
Quincey Koziol
2015-09-14
1
-1/+1
|
*
[svn-r27710] Description:
Quincey Koziol
2015-09-09
1
-113/+342
*
|
[svn-r27436] merge from trunk.
Mohamad Chaarawi
2015-07-27
1
-6/+19
|
\
\
|
|
/
|
*
[svn-r27298] Description:
Quincey Koziol
2015-06-29
1
-2/+0
|
*
[svn-r27296] Description:
Quincey Koziol
2015-06-29
1
-3/+3
|
*
[svn-r27294] Description:
Quincey Koziol
2015-06-29
1
-2/+1
|
*
[svn-r27293] Description:
Quincey Koziol
2015-06-27
1
-1/+3
*
|
[svn-r27264] some cleanups.
Mohamad Chaarawi
2015-06-22
1
-7/+0
[next]