Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25358] minor edits. | Mohamad Chaarawi | 2014-06-25 | 1 | -2/+4 |
| | |||||
* | [svn-r25338] add link count and obj type metadata to the root group. | Mohamad Chaarawi | 2014-06-20 | 1 | -0/+20 |
| | |||||
* | [svn-r25281] fix bugs with latest merge. | Mohamad Chaarawi | 2014-06-13 | 1 | -8/+244 |
| | |||||
* | [svn-r25271] unlink container on H5Fopen when container is empty (no root ↵ | Mohamad Chaarawi | 2014-06-12 | 1 | -4/+27 |
| | | | | group). | ||||
* | [svn-r25224] add 2 new routines to get an hid_t for a file from an IOD ↵ | Mohamad Chaarawi | 2014-05-28 | 1 | -0/+4 |
| | | | | container handle and to release the hid_t. | ||||
* | [svn-r25165] - avoid memcpy in coresident mode. | Mohamad Chaarawi | 2014-05-05 | 1 | -0/+4 |
| | | | | - fix several bugs in dt conversions. | ||||
* | [svn-r25150] Add coresident support: | Mohamad Chaarawi | 2014-05-02 | 1 | -3/+3 |
| | | | | | - need to set H5ENV_CORESIDENT to 1 to use that mode - still doing memcpy for raw data now. | ||||
* | [svn-r25139] - switch to latest mercury | Mohamad Chaarawi | 2014-04-30 | 1 | -1/+12 |
| | | | | | | - evict metadata KVs for objects - add H5Aprefetch/evict - some code refactoring and bug fixing. | ||||
* | [svn-r25011] fix bug in Fclose_ff when persist fails. | Mohamad Chaarawi | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | [svn-r24962] - store NULL terminated with String Keys in IOD because they ↵ | Mohamad Chaarawi | 2014-04-04 | 1 | -9/+9 |
| | | | | | | | | are read as binary. - fix a bug in H5V code - add correct error checking in H5V and H5Q code - outstanding bug with potentially the large number of IDs created in H5Qapply. | ||||
* | [svn-r24958] send IOD error codes to clients instead of just FAIL. | Mohamad Chaarawi | 2014-04-03 | 1 | -126/+142 |
| | |||||
* | [svn-r24949] change the H5E macros at the server. | Mohamad Chaarawi | 2014-04-02 | 1 | -76/+76 |
| | |||||
* | [svn-r24946] - cleanup server side code to remove FUNC_ENTER/LEAVE macros as ↵ | Mohamad Chaarawi | 2014-04-02 | 1 | -35/+27 |
| | | | | | | it is public. - cleanup error reporting macros at server side for future fixes. | ||||
* | [svn-r24944] replace H5VL_IOD_DEBUG with H5_EFF_DEBUG. | Mohamad Chaarawi | 2014-04-02 | 1 | -11/+11 |
| | |||||
* | [svn-r24873] use num_peers as count for trans_start in fopen. | Mohamad Chaarawi | 2014-03-24 | 1 | -1/+2 |
| | |||||
* | [svn-r24858] - bug fix to oidkv access. | Mohamad Chaarawi | 2014-03-21 | 1 | -1/+3 |
| | | | | - comment out some bloatdebugging logs | ||||
* | [svn-r24840] - fix bug in file open | Mohamad Chaarawi | 2014-03-19 | 1 | -1/+14 |
| | | | | - add ifdef in indexing dummy plugin | ||||
* | [svn-r24815] Skip over TR0 in file_create. | Mohamad Chaarawi | 2014-03-17 | 1 | -2/+17 |
| | | | | | Use TR1 to create root group and co. update examples (still missing demo programs). | ||||
* | [svn-r24774] add persist flag to H5Fclose_ff. | Mohamad Chaarawi | 2014-03-10 | 1 | -0/+11 |
| | |||||
* | [svn-r24702] Add prefetch/evict routines. | Mohamad Chaarawi | 2014-02-13 | 1 | -1/+0 |
| | | | | | - Mostly placeholders since IOD does not support much of it yet Other fixes. | ||||
* | [svn-r24696] update hints name that IOD changed. | Mohamad Chaarawi | 2014-02-07 | 1 | -3/+3 |
| | |||||
* | [svn-r24691] avoid consuming a transaction at file_close when file is opened ↵ | Mohamad Chaarawi | 2014-02-06 | 1 | -0/+5 |
| | | | | read only. | ||||
* | [svn-r24671] More Data integrity verification. | Mohamad Chaarawi | 2014-01-31 | 1 | -19/+112 |
| | |||||
* | [svn-r24667] more data integrity integration. | Mohamad Chaarawi | 2014-01-30 | 1 | -16/+17 |
| | |||||
* | [svn-r24665] more IOD integrity integration. | Mohamad Chaarawi | 2014-01-30 | 1 | -9/+24 |
| | | | | add pkgconfig option for Mchecksum | ||||
* | [svn-r24660] - update scratch pad data integrity. Works with IOD now. | Mohamad Chaarawi | 2014-01-29 | 1 | -3/+16 |
| | | | | | - add object creation property to enable/disable checksum per object * Still not used yet. | ||||
* | [svn-r24634] bug fixing. | Mohamad Chaarawi | 2014-01-16 | 1 | -1/+3 |
| | |||||
* | [svn-r24603] - capture oid index metadata information on every tr_finish. | Mohamad Chaarawi | 2013-12-31 | 1 | -86/+209 |
| | | | | | | | - add special bootsrapping option on H5Fopen when file does not shut down with H5Fclose - add fixes to allow library to build properly without EFF third party libs - fix several bugs - fix issues reported by valgrind | ||||
* | [svn-r24584] Fix abort from all ranks problem (at least for now). | Mohamad Chaarawi | 2013-12-17 | 1 | -1/+3 |
| | |||||
* | [svn-r24535] - update to new IOD object_open API | Mohamad Chaarawi | 2013-12-12 | 1 | -7/+7 |
| | | | | - change H5Oopen_by_token to take a transaction instead of a read context. | ||||
* | [svn-r24520] - fix bug in file open | Mohamad Chaarawi | 2013-12-10 | 1 | -1/+4 |
| | | | | | - update latest M6.2 demo code from Ruth and add a minor fix - resolve conflicts with Jerome's changes in H5VLiod_common.h | ||||
* | [svn-r24508] - bug fixes exposed with multiple servers. | Mohamad Chaarawi | 2013-12-09 | 1 | -23/+57 |
| | | | | | - Add Barrier in file_close to have process 0 finish its close before others can proceed. - Add test for string attributes. | ||||
* | [svn-r24498] fix bugs.. | Mohamad Chaarawi | 2013-12-04 | 1 | -8/+19 |
| | |||||
* | [svn-r24486] IOD integration with transactions. | Mohamad Chaarawi | 2013-12-02 | 1 | -5/+4 |
| | |||||
* | [svn-r24417] more real IOD integration | Mohamad Chaarawi | 2013-11-08 | 1 | -2/+2 |
| | |||||
* | [svn-r24410] more IOD integration. | Mohamad Chaarawi | 2013-11-07 | 1 | -4/+7 |
| | |||||
* | [svn-r24407] more integration with IOD | Mohamad Chaarawi | 2013-11-05 | 1 | -69/+77 |
| | |||||
* | [svn-r24405] - Edit configure magic to pick up IOD, MDHIM, PBL, PLFS, and ↵ | Mohamad Chaarawi | 2013-11-05 | 1 | -1/+2 |
| | | | | | | DAOS_POSIX. - fix some warnings detected on Ostrich | ||||
* | [svn-r24401] remove fakeness in IOD usage. | Mohamad Chaarawi | 2013-11-03 | 1 | -30/+14 |
| | |||||
* | [svn-r24388] switch to using Mercury 64 bit CRC algorithm instead of ↵ | Mohamad Chaarawi | 2013-10-31 | 1 | -1/+1 |
| | | | | internal checksum algorithm. | ||||
* | [svn-r24375] update to use new IOD API. | Mohamad Chaarawi | 2013-10-30 | 1 | -51/+46 |
| | | | | | remove native backend. some fixes to remove invalid assumption about IOD. | ||||
* | [svn-r24361] More analysis shipping infrastructure. | Mohamad Chaarawi | 2013-10-25 | 1 | -2/+0 |
| | | | | Not tested.. | ||||
* | [svn-r24321] - Update FF branch to work with latest Mercury implementation. | Mohamad Chaarawi | 2013-10-17 | 1 | -0/+8 |
| | | | | - some minor fixes. | ||||
* | [svn-r24300] Change to have 2 iod object handles (1 for read, and 1 for ↵ | Mohamad Chaarawi | 2013-10-16 | 1 | -19/+28 |
| | | | | write) for every IOD object. | ||||
* | [svn-r24292] some fixes.. | Mohamad Chaarawi | 2013-10-15 | 1 | -3/+3 |
| | |||||
* | [svn-r24181] update file close to store the current indexes for KV, array, ↵ | Mohamad Chaarawi | 2013-09-20 | 1 | -21/+64 |
| | | | | and blob object ID generation. | ||||
* | [svn-r24173] - update checksum verification to check for properties for ↵ | Mohamad Chaarawi | 2013-09-19 | 1 | -10/+24 |
| | | | | | | enabling/disabling checksums. - done for raw data, scratch pads. to do KV pairs. | ||||
* | [svn-r24152] add more data integrity checks. | Mohamad Chaarawi | 2013-09-18 | 1 | -2/+2 |
| | |||||
* | [svn-r24151] add data integrity verification for scratch pads | Mohamad Chaarawi | 2013-09-17 | 1 | -1/+8 |
| | |||||
* | [svn-r24147] revert adding hcs_t type.. does not look good when different ↵ | Mohamad Chaarawi | 2013-09-17 | 1 | -1/+1 |
| | | | | checksum alg. are used. |