HDF5VOL
  1. HDF5VOL

DAOS-VOL

Public

Network

 
AuthorCommitMessageCommit Date
Jerome SoumagneJerome Soumagne
3c116f47db1CMake: fix support for HDF5 DAOS VOL connector
Neil FortnerNeil Fortner
de29ec4ec9aUpdate hdf5 submodule
Neil FortnerNeil Fortner
ced77314eaeMMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Jordan HendersonJordan Henderson
863bfbc87a8Add first draft of User's Guide
Jordan HendersonJordan Henderson
040a200a394Adjust testing parameters for the group stress tests
Jordan HendersonJordan Henderson
b2ddb424f21Merge latest development code and update HDF5 submodule
Jordan HendersonJordan Henderson
f41eee4b1adFix some uninitialized variable issues
Jordan HendersonJordan Henderson
df4734e8ae5MMerge latest from develop
Jordan HendersonJordan Henderson
86421cac343Implement retrieval of number of links for group info Move link iteration to its own function
Jordan HendersonJordan Henderson
6e12191a092Update H5Gget_info callback for _by_name and _by_idx variants
Jordan HendersonJordan Henderson
49606373dc7Preliminary implementation of H5Gget_create_plist, H5Gget_info, H5Gflush
Jordan HendersonJordan Henderson
99403b01b3bAmend .gitmodules for branch switch
Jordan HendersonJordan Henderson
2382505edefAdd error code string to error messages Default to d_errstr if error code doesn't match any value
Jordan HendersonJordan Henderson
6386ae17f19Switch to daos_vol_support branch
Jordan HendersonJordan Henderson
0b935cede64Amend group error checking for the root group Only print out debugging information when debug is enabled
Jordan HendersonJordan Henderson
6b1f309b8eaAdd empty skeletons for some missing VOL callbacks Switch to D_FUNC_LEAVE_API macro in places where appropriate Re-enable attribute and link iteration
Jordan HendersonJordan Henderson
8229fb9e5eeAmend error checking for H5Xcreate_anon routines Add more error checking for object type during H5A/H5Dread/write
Jordan HendersonJordan Henderson
5c76831181cMMerging in latest from upstream (HDF5VOL/daos-vol:refs/heads/master) * commit 'cfb0dbf0ab487ea6e107f026d4598045d2f6b499': Initial commit of asynchronous I/O prototype for group creation. Currently only the group creation is asynchronous, and it is waited on before returning to the application.
Jordan HendersonJordan Henderson
5a7c00d933aAmend .gitmodules file
Neil FortnerNeil Fortner
e1a3db3d9fbFix assertion failure in error tracking code that could occur when multiple tasks failed.
Neil FortnerNeil Fortner
a6af94196c8MMerge pull request #5 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit '3a8d41174e4760a802205b1f5b88b35f7b46b7bf': Enable transaction for file create. Also only use transactions on process 0 for collective ops. Remove files unintentionally added with recent commit. Enable transaction for group create. Add asynchronous link writes. Various changes to asynchronous implementation.
Neil FortnerNeil Fortner
3a8d41174e4Enable transaction for file create. Also only use transactions on process 0 for collective ops.
Neil FortnerNeil Fortner
17187fc2f8bRemove files unintentionally added with recent commit.
Neil FortnerNeil Fortner
9592a435340Enable transaction for group create.
Neil FortnerNeil Fortner
b627a66052aMMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Neil FortnerNeil Fortner
470bea8a122MMerge pull request #4 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit 'b40f4ee2c8ea55c21b28fb809df4d0e5438d081b': Move/remove too-strict parameter checks, should allow *create_anon, *open_by_addr, etc. to work.
Neil FortnerNeil Fortner
ee6c293d5f8Add asynchronous link writes. Various changes to asynchronous implementation.
Neil FortnerNeil Fortner
b40f4ee2c8eMMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Neil FortnerNeil Fortner
01abf3e3dd5MMerge pull request #3 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit 'e8b84417c2f5b00574d18d3512b54b756e544b39': Add error handling to asychronous implementation. Add some framework for request tracking, etc.
Neil FortnerNeil Fortner
3fe6654f9d9Move/remove too-strict parameter checks, should allow *create_anon, *open_by_addr, etc. to work.
Neil FortnerNeil Fortner
e8b84417c2fMMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/daos-vol
Neil FortnerNeil Fortner
cfb0dbf0ab4MMerge pull request #2 in HDF5VOL/daos-vol from ~NFORTNE2/daos-vol:master to master * commit 'a3647fb59f1c91a2729e1a44eb304f73280ada9d': Initial commit of asynchronous I/O prototype for group creation. Currently only the group creation is asynchronous, and it is waited on before returning to the application.
Neil FortnerNeil Fortner
ef8705c3691Add error handling to asychronous implementation. Add some framework for request tracking, etc.
Neil FortnerNeil Fortner
a3647fb59f1Initial commit of asynchronous I/O prototype for group creation. Currently only the group creation is asynchronous, and it is waited on before returning to the application.
Jordan HendersonJordan Henderson
1a3eb798e81MUpdate DAOS VOL connector with latest changes
Jordan HendersonJordan Henderson
0bc71a49929Update HDF5 submodule with latest changes
Neil FortnerNeil Fortner
08eab68b9dcFix H5daos_init() to handle H5_DAOS_g set to -1.
Jordan HendersonJordan Henderson
99802c7d4bcImprove error handling throughout the DAOS VOL connector
Jordan HendersonJordan Henderson
484d268b990Add function to convert DAOS errors to readable string Changed all references from 'plugin' to 'connector'
Neil FortnerNeil Fortner
aafcb738422Finish splitting DAOS connector into multiple files.
Neil FortnerNeil Fortner
37e3f8c7d3dSplit history daos_vol.c to daos_vol_map.c
Neil FortnerNeil Fortner
f6783796616MSplit history daos_vol.c to daos_vol_map.c
Neil FortnerNeil Fortner
e7f9dad3d8cSplit history daos_vol.c to daos_vol_map.c
Neil FortnerNeil Fortner
b3294deffd6Split history daos_vol.c to daos_vol_map.c
Neil FortnerNeil Fortner
832cfad00ccSplit history daos_vol.c to daos_vol_attr.c
Neil FortnerNeil Fortner
686cb08102cMSplit history daos_vol.c to daos_vol_attr.c
Neil FortnerNeil Fortner
de389117c94Split history daos_vol.c to daos_vol_attr.c
Neil FortnerNeil Fortner
b426ad4ea1aSplit history daos_vol.c to daos_vol_attr.c
Neil FortnerNeil Fortner
bd77378dd76Split history daos_vol.c to daos_vol_obj.c
Neil FortnerNeil Fortner
1bf87ba2cf7MSplit history daos_vol.c to daos_vol_obj.c