| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix uninitialized return value bugs.inactive/hdf5_daosm | Neil Fortner | 2017-06-12 | 1 | -2/+2 |
|
|
* | Add support for committed datatypes. Add h5dsm_tcommit.c test for this. | Neil Fortner | 2017-06-01 | 2 | -20/+513 |
|
|
* | Initialize "num_out" fields in sg_nr structs. | Neil Fortner | 2017-05-23 | 1 | -1/+40 |
|
|
* | Add support for simple variable length datatypes in datasets (including | Neil Fortner | 2017-05-23 | 1 | -206/+639 |
|
|
* | Add support for variable length types (not within compound or array, with no ... | Neil Fortner | 2017-05-21 | 2 | -119/+418 |
|
|
* | Add maps to h5dsm_test.sh. Fix issues with maps implementation. | Neil Fortner | 2017-05-11 | 2 | -1/+3 |
|
|
* | Add maps implementation (based on a patch supplied by Mohamad | Neil Fortner | 2017-05-11 | 20 | -20/+1763 |
|
|
* | Fix compilation bug when not compiled with memory sanity checks. | Neil Fortner | 2017-05-09 | 1 | -1/+1 |
|
|
* | Add support for H5Aget_name, H5Aget_creatE_plist, H5Aget_space, and | Neil Fortner | 2017-05-09 | 1 | -14/+119 |
|
|
* | Update DAOS plugin to work with new version of DAOS: remove | Neil Fortner | 2017-05-09 | 1 | -20/+13 |
|
|
* | Fix bug where H5Fcreate would ignore H5Pset_all_coll_metadata_ops | Neil Fortner | 2017-05-08 | 1 | -1/+5 |
|
|
* | Fix memory leak in collective group open through soft links. Minor | Neil Fortner | 2017-05-05 | 1 | -11/+14 |
|
|
* | Implement H5Oget_info. Fix bugs in H5Oopen_by_addr and H5Oopen. Add | Neil Fortner | 2017-05-04 | 1 | -24/+154 |
|
|
* | Fix problems with H5Lexists. Other minor cleanup. | Neil Fortner | 2017-05-03 | 1 | -35/+34 |
|
|
* | Make idx parameter optional in H5L/Aiterate* | Neil Fortner | 2017-05-03 | 1 | -4/+6 |
|
|
* | Change datasets to again use DAOS_OC_LARGE_RW object class. They had | Neil Fortner | 2017-05-03 | 1 | -1/+1 |
|
|
* | Add support for H5Literate and H5Literate_by_name. Add | Neil Fortner | 2017-05-03 | 1 | -18/+172 |
|
|
* | Remove unnecessary prefixes from constant key names (thouse used for | Neil Fortner | 2017-05-02 | 1 | -5/+5 |
|
|
* | Change links to be stored with the link name as the dkey. Change | Neil Fortner | 2017-05-02 | 1 | -16/+17 |
|
|
* | Implement H5Oopen, H5Oopen_by_addr, H5Acreate_by_name, H5Aopen_by_name, | Neil Fortner | 2017-05-01 | 1 | -83/+390 |
|
|
* | Fix bug with opening root group in collective mode. Fix performance issue wi... | Neil Fortner | 2017-04-30 | 1 | -2/+18 |
|
|
* | Fix bug in H5Gopen1 where it would pass H5P_DEFAULT instead of | Neil Fortner | 2017-04-28 | 1 | -1/+1 |
|
|
* | Add support for H5Aiterate. Add h5dsm_attr_iter.c example for this. | Neil Fortner | 2017-04-27 | 1 | -2/+232 |
|
|
* | Update DAOS plugin to work with latest version of DAOS, based on work by Moha... | Neil Fortner | 2017-04-27 | 1 | -223/+175 |
|
|
* | Add support for collective dataset open and create, again using | Neil Fortner | 2017-04-25 | 1 | -223/+352 |
|
|
* | Add support for collective group create and open, using | Neil Fortner | 2017-04-24 | 2 | -166/+396 |
|
|
* | Update H5VL_daosm_file_flush to reflect "auto slip" behaviour of daos_epoch_c... | Neil Fortner | 2017-04-10 | 1 | -11/+3 |
|
|
* | Add support for datatype conversion with datasets, including with | Neil Fortner | 2017-03-16 | 1 | -66/+286 |
|
|
* | Modify plugin to use H5VL_daosm_term as the plugin's terminate callback, | Neil Fortner | 2017-03-16 | 1 | -10/+9 |
|
|
* | Merge branch 'vol' into hdf5_daosm | Neil Fortner | 2017-03-16 | 1 | -2/+11 |
|\ |
|
| * | Call terminate callback upon freeing H5VL class | Jordan Henderson | 2017-03-10 | 1 | -2/+11 |
|
|
* | | Modify H5VLdaosm_term to similarly only execute once. Also modify that | Neil Fortner | 2017-03-15 | 1 | -10/+14 |
|
|
* | | Modify H5VL_daosm_init to simply return success if it has already been | Neil Fortner | 2017-03-15 | 1 | -4/+8 |
|
|
* | | Modify DAOS-M plugin to call daos_pool_connect at plugin initialization | Neil Fortner | 2017-03-14 | 3 | -243/+407 |
|
|
* | | Modify plugin to open DAOS container in read only mode when the HDF5 | Neil Fortner | 2017-03-08 | 1 | -1/+1 |
|
|
* | | Fix attribute datatype conversion implementation to always supply | Neil Fortner | 2017-03-08 | 1 | -99/+71 |
|
|
* | | Add draft datatype conversion for attributes. Not tested, though | Neil Fortner | 2017-02-22 | 1 | -37/+398 |
|
|
* | | Add full support for soft links. Add h5dsm_slink_create.c example. Fix | Neil Fortner | 2017-02-15 | 2 | -27/+112 |
|
|
* | | Fix issues with the epoch number when opening read-only, and when | Neil Fortner | 2017-02-14 | 1 | -11/+11 |
|
|
* | | Refactor link/group code in preparation for adding soft link support. | Neil Fortner | 2017-02-14 | 2 | -43/+248 |
|
|
* | | Implement attribute read/write. Added examples for this. Added | Neil Fortner | 2017-02-10 | 1 | -9/+197 |
|
|
* | | Add support for H5Dget_space, H5Dget_type, H5Dget_access_plist, and | Neil Fortner | 2017-02-08 | 1 | -3/+81 |
|
|
* | | Add support for attribute create/open/close. Add examples for attribute | Neil Fortner | 2017-02-08 | 3 | -149/+623 |
|
|
* | | Implement H5Lexists. Add h5dsm_link_exists example. Other minor fixes | Neil Fortner | 2017-02-02 | 1 | -9/+104 |
|
|
* | | Improve handling of snapshots with multiple processes so any processes | Neil Fortner | 2017-02-02 | 2 | -13/+26 |
|
|
* | | H5F_ACC_TRUNC now correctly deletes the file (container) before creating | Neil Fortner | 2017-02-01 | 1 | -13/+9 |
|
|
* | | Implement new transaction model, transactions are now hidden from the | Neil Fortner | 2017-01-31 | 4 | -221/+417 |
|
|
* | | Add support for leading "/" in path names, to denote absolute paths even | Neil Fortner | 2016-12-15 | 1 | -6/+16 |
|
|
* | | Add support for reading FCPL from file. Other minor fixes. | U-hdf\nfortne2 | 2016-12-15 | 2 | -0/+10 |
|
|
* | | Split H5VLdaosm.h into public and private headers, to remove the need | Neil Fortner | 2016-12-13 | 4 | -7/+57 |
|
|