| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 22 | -318/+579 |
|
|
* | 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 | 3 | -100/+996 |
|
|
* | 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 | 3 | -27/+176 |
|
|
* | 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 | 5 | -12/+415 |
|
|
* | Add support for H5Dget_space, H5Dget_type, H5Dget_access_plist, and | Neil Fortner | 2017-02-08 | 2 | -4/+145 |
|
|
* | Add support for attribute create/open/close. Add examples for attribute | Neil Fortner | 2017-02-08 | 6 | -150/+796 |
|
|
* | Implement H5Lexists. Add h5dsm_link_exists example. Other minor fixes | Neil Fortner | 2017-02-02 | 2 | -9/+173 |
|
|
* | Improve handling of snapshots with multiple processes so any processes | Neil Fortner | 2017-02-02 | 4 | -15/+28 |
|
|
* | 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 | 16 | -461/+606 |
|
|
* | Add support for leading "/" in path names, to denote absolute paths even | Neil Fortner | 2016-12-15 | 1 | -6/+16 |
|
|
* | Fix bugs in h5dsm_dset_r1m.c | Neil Fortner | 2016-12-15 | 2 | -6/+6 |
|
|
* | Merge branch 'hdf5_daosm' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5... | U-hdf\nfortne2 | 2016-12-15 | 2 | -0/+223 |
|\ |
|
| * | Add 1 MB write/read examples. Not tested. | Neil Fortner | 2016-12-14 | 2 | -0/+223 |
|
|
* | | Add support for reading FCPL from file. Other minor fixes. | U-hdf\nfortne2 | 2016-12-15 | 3 | -1/+11 |
|/ |
|
* | Add h5dsm_dset_rpartial.c | Neil Fortner | 2016-12-13 | 1 | -0/+153 |
|
|
* | Split H5VLdaosm.h into public and private headers, to remove the need | Neil Fortner | 2016-12-13 | 8 | -14/+68 |
|
|
* | Add transaction number printing for write examples, optional transaction | Neil Fortner | 2016-12-12 | 8 | -32/+70 |
|
|
* | Implement group traversal. Major refactoring of group/link code. Added | Neil Fortner | 2016-12-09 | 4 | -238/+457 |
|
|
* | Add support for saving/loading max OID in file. Other fixes. | Neil Fortner | 2016-12-09 | 2 | -25/+134 |
|
|
* | Fix memory leak in H5VL_daosm_dataset_write, bug in | Neil Fortner | 2016-12-07 | 2 | -13/+30 |
|
|
* | Add new example for partial I/O write. | Neil Fortner | 2016-12-07 | 1 | -0/+141 |
|
|
* | Add support for partial I/O. Not tested yest, except with H5S_ALL. | Neil Fortner | 2016-12-06 | 1 | -50/+204 |
|
|
* | Change object class names to match new version of DAOS. | Neil Fortner | 2016-12-05 | 1 | -2/+2 |
|
|
* | Add group create/open/close, various fixes. | Neil Fortner | 2016-12-03 | 6 | -102/+769 |
|
|
* | Replace daos_dkey_t with daos_key_t. | Neil Fortner | 2016-11-30 | 1 | -4/+4 |
|
|
* | Fix bugs in read/write implementation. Only seems to read/write the | Neil Fortner | 2016-11-29 | 8 | -42/+62 |
|
|
* | Add autogenerated trace commands. | Neil Fortner | 2016-11-29 | 1 | -0/+11 |
|
|
* | Initial implementation of dataset reads and writes. Untested. Does not | Neil Fortner | 2016-11-29 | 10 | -7/+747 |
|
|
* | Fix Dataset open. | Neil Fortner | 2016-11-23 | 1 | -3/+3 |
|
|
* | Encode/decode datatype/dataspace/DCPL to/from dataset. Decode not | Neil Fortner | 2016-11-23 | 1 | -39/+203 |
|
|
* | Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff. | Neil Fortner | 2016-11-18 | 6 | -97/+436 |
|
|
* | Fix bug in dataset create/open, Transaction terminate. | Neil Fortner | 2016-11-16 | 2 | -10/+11 |
|
|
* | Initial implementation of dataset create/open/close, transactions. Not | Neil Fortner | 2016-11-14 | 17 | -52/+1550 |
|
|
* | Processes with rank greater than 0 should now fail when process 0 fails. | Neil Fortner | 2016-10-28 | 1 | -3/+57 |
|
|
* | Various improvements/fixes. | Neil Fortner | 2016-10-27 | 1 | -8/+27 |
|
|
* | Add daos error code reporting. | Neil Fortner | 2016-10-27 | 1 | -62/+65 |
|
|
* | Query epoch instead of hardcoding it. Also bring fixes from create to close r... | Neil Fortner | 2016-10-27 | 1 | -42/+49 |
|
|
* | Minor fixes. | Neil Fortner | 2016-10-27 | 2 | -3/+5 |
|
|
* | More fixes for new API, fix warnings. | Neil Fortner | 2016-10-27 | 1 | -6/+6 |
|
|
* | More fixes for new DAOS API. | Neil Fortner | 2016-10-27 | 1 | -12/+12 |
|
|
* | Update to use new DAOS API. | Neil Fortner | 2016-10-27 | 2 | -37/+36 |
|
|
* | Initial implementation of file create/open/close on daos-m. Has not been tested. | Neil Fortner | 2016-10-27 | 5 | -0/+980 |
|
|
* | Merge pull request #5 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:vol to vol | Larry Knox | 2016-08-31 | 1 | -3/+3 |
|\ |
|
| * | Tested "make installcheck" on jelly. | lrknox | 2016-08-31 | 1 | -1/+1 |
|
|