summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_file.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25358] minor edits.Mohamad Chaarawi2014-06-251-2/+4
|
* [svn-r25338] add link count and obj type metadata to the root group.Mohamad Chaarawi2014-06-201-0/+20
|
* [svn-r25281] fix bugs with latest merge.Mohamad Chaarawi2014-06-131-8/+244
|
* [svn-r25271] unlink container on H5Fopen when container is empty (no root ↵Mohamad Chaarawi2014-06-121-4/+27
| | | | group).
* [svn-r25224] add 2 new routines to get an hid_t for a file from an IOD ↵Mohamad Chaarawi2014-05-281-0/+4
| | | | container handle and to release the hid_t.
* [svn-r25165] - avoid memcpy in coresident mode.Mohamad Chaarawi2014-05-051-0/+4
| | | | - fix several bugs in dt conversions.
* [svn-r25150] Add coresident support: Mohamad Chaarawi2014-05-021-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 mercuryMohamad Chaarawi2014-04-301-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 Chaarawi2014-04-101-1/+1
|
* [svn-r24962] - store NULL terminated with String Keys in IOD because they ↵Mohamad Chaarawi2014-04-041-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 Chaarawi2014-04-031-126/+142
|
* [svn-r24949] change the H5E macros at the server.Mohamad Chaarawi2014-04-021-76/+76
|
* [svn-r24946] - cleanup server side code to remove FUNC_ENTER/LEAVE macros as ↵Mohamad Chaarawi2014-04-021-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 Chaarawi2014-04-021-11/+11
|
* [svn-r24873] use num_peers as count for trans_start in fopen.Mohamad Chaarawi2014-03-241-1/+2
|
* [svn-r24858] - bug fix to oidkv access.Mohamad Chaarawi2014-03-211-1/+3
| | | | - comment out some bloatdebugging logs
* [svn-r24840] - fix bug in file openMohamad Chaarawi2014-03-191-1/+14
| | | | - add ifdef in indexing dummy plugin
* [svn-r24815] Skip over TR0 in file_create.Mohamad Chaarawi2014-03-171-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 Chaarawi2014-03-101-0/+11
|
* [svn-r24702] Add prefetch/evict routines. Mohamad Chaarawi2014-02-131-1/+0
| | | | | - Mostly placeholders since IOD does not support much of it yet Other fixes.
* [svn-r24696] update hints name that IOD changed.Mohamad Chaarawi2014-02-071-3/+3
|
* [svn-r24691] avoid consuming a transaction at file_close when file is opened ↵Mohamad Chaarawi2014-02-061-0/+5
| | | | read only.
* [svn-r24671] More Data integrity verification.Mohamad Chaarawi2014-01-311-19/+112
|
* [svn-r24667] more data integrity integration.Mohamad Chaarawi2014-01-301-16/+17
|
* [svn-r24665] more IOD integrity integration.Mohamad Chaarawi2014-01-301-9/+24
| | | | add pkgconfig option for Mchecksum
* [svn-r24660] - update scratch pad data integrity. Works with IOD now.Mohamad Chaarawi2014-01-291-3/+16
| | | | | - add object creation property to enable/disable checksum per object * Still not used yet.
* [svn-r24634] bug fixing.Mohamad Chaarawi2014-01-161-1/+3
|
* [svn-r24603] - capture oid index metadata information on every tr_finish.Mohamad Chaarawi2013-12-311-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 Chaarawi2013-12-171-1/+3
|
* [svn-r24535] - update to new IOD object_open APIMohamad Chaarawi2013-12-121-7/+7
| | | | - change H5Oopen_by_token to take a transaction instead of a read context.
* [svn-r24520] - fix bug in file openMohamad Chaarawi2013-12-101-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 Chaarawi2013-12-091-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 Chaarawi2013-12-041-8/+19
|
* [svn-r24486] IOD integration with transactions.Mohamad Chaarawi2013-12-021-5/+4
|
* [svn-r24417] more real IOD integrationMohamad Chaarawi2013-11-081-2/+2
|
* [svn-r24410] more IOD integration.Mohamad Chaarawi2013-11-071-4/+7
|
* [svn-r24407] more integration with IODMohamad Chaarawi2013-11-051-69/+77
|
* [svn-r24405] - Edit configure magic to pick up IOD, MDHIM, PBL, PLFS, and ↵Mohamad Chaarawi2013-11-051-1/+2
| | | | | | DAOS_POSIX. - fix some warnings detected on Ostrich
* [svn-r24401] remove fakeness in IOD usage.Mohamad Chaarawi2013-11-031-30/+14
|
* [svn-r24388] switch to using Mercury 64 bit CRC algorithm instead of ↵Mohamad Chaarawi2013-10-311-1/+1
| | | | internal checksum algorithm.
* [svn-r24375] update to use new IOD API.Mohamad Chaarawi2013-10-301-51/+46
| | | | | remove native backend. some fixes to remove invalid assumption about IOD.
* [svn-r24361] More analysis shipping infrastructure.Mohamad Chaarawi2013-10-251-2/+0
| | | | Not tested..
* [svn-r24321] - Update FF branch to work with latest Mercury implementation.Mohamad Chaarawi2013-10-171-0/+8
| | | | - some minor fixes.
* [svn-r24300] Change to have 2 iod object handles (1 for read, and 1 for ↵Mohamad Chaarawi2013-10-161-19/+28
| | | | write) for every IOD object.
* [svn-r24292] some fixes..Mohamad Chaarawi2013-10-151-3/+3
|
* [svn-r24181] update file close to store the current indexes for KV, array, ↵Mohamad Chaarawi2013-09-201-21/+64
| | | | and blob object ID generation.
* [svn-r24173] - update checksum verification to check for properties for ↵Mohamad Chaarawi2013-09-191-10/+24
| | | | | | enabling/disabling checksums. - done for raw data, scratch pads. to do KV pairs.
* [svn-r24152] add more data integrity checks.Mohamad Chaarawi2013-09-181-2/+2
|
* [svn-r24151] add data integrity verification for scratch padsMohamad Chaarawi2013-09-171-1/+8
|
* [svn-r24147] revert adding hcs_t type.. does not look good when different ↵Mohamad Chaarawi2013-09-171-1/+1
| | | | checksum alg. are used.