summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_map.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25193] fix bug in Map get with VL dataMohamad Chaarawi2014-05-141-6/+8
* [svn-r25176] - use dxpls instead of access property lists in prefetch and evi...Mohamad Chaarawi2014-05-071-1/+1
* [svn-r25165] - avoid memcpy in coresident mode.Mohamad Chaarawi2014-05-051-65/+93
* [svn-r25160] - fix issue with global variables for Mercury callback IDsMohamad Chaarawi2014-05-051-6/+10
* [svn-r25139] - switch to latest mercuryMohamad Chaarawi2014-04-301-38/+94
* [svn-r25102] make metadata and attribute KV objects data integrity setting to...Mohamad Chaarawi2014-04-251-6/+14
* [svn-r24958] send IOD error codes to clients instead of just FAIL.Mohamad Chaarawi2014-04-031-107/+151
* [svn-r24949] change the H5E macros at the server.Mohamad Chaarawi2014-04-021-80/+80
* [svn-r24946] - cleanup server side code to remove FUNC_ENTER/LEAVE macros as ...Mohamad Chaarawi2014-04-021-29/+5
* [svn-r24944] replace H5VL_IOD_DEBUG with H5_EFF_DEBUG.Mohamad Chaarawi2014-04-021-21/+21
* [svn-r24900] - close opened iod objects when the HDF5 object open fails.Mohamad Chaarawi2014-03-251-0/+14
* [svn-r24896] - add more debugging information to object creates at serverMohamad Chaarawi2014-03-251-1/+2
* [svn-r24817] update 7.2 demo example.Mohamad Chaarawi2014-03-171-0/+1
* [svn-r24784] fix map get bug.Mohamad Chaarawi2014-03-121-1/+1
* [svn-r24751] add replica property to dxpl and check for it when doing dataset...Mohamad Chaarawi2014-02-281-0/+13
* [svn-r24702] Add prefetch/evict routines. Mohamad Chaarawi2014-02-131-1/+0
* [svn-r24696] update hints name that IOD changed.Mohamad Chaarawi2014-02-071-2/+2
* [svn-r24686] switch to use latest Mercury:Mohamad Chaarawi2014-02-041-16/+16
* [svn-r24671] More Data integrity verification.Mohamad Chaarawi2014-01-311-14/+46
* [svn-r24667] more data integrity integration.Mohamad Chaarawi2014-01-301-6/+6
* [svn-r24665] more IOD integrity integration.Mohamad Chaarawi2014-01-301-18/+38
* [svn-r24660] - update scratch pad data integrity. Works with IOD now.Mohamad Chaarawi2014-01-291-1/+1
* [svn-r24647] some code cleanup and revisions to mapls and mcpls.Mohamad Chaarawi2014-01-271-1/+1
* [svn-r24584] Fix abort from all ranks problem (at least for now).Mohamad Chaarawi2013-12-171-0/+2
* [svn-r24554] fixes to creates/deletes as transaction is aborted.Mohamad Chaarawi2013-12-141-9/+31
* [svn-r24535] - update to new IOD object_open APIMohamad Chaarawi2013-12-121-11/+11
* [svn-r24532] more bug fixes.Mohamad Chaarawi2013-12-111-5/+2
* [svn-r24436] more fixes/updates for IOD integration.Mohamad Chaarawi2013-11-131-1/+2
* [svn-r24427] more bug fixes with IOD integration.Mohamad Chaarawi2013-11-121-87/+105
* [svn-r24407] more integration with IODMohamad Chaarawi2013-11-051-4/+4
* [svn-r24405] - Edit configure magic to pick up IOD, MDHIM, PBL, PLFS, and DAO...Mohamad Chaarawi2013-11-051-2/+2
* [svn-r24401] remove fakeness in IOD usage.Mohamad Chaarawi2013-11-031-101/+9
* [svn-r24389] - add key and map value type to MDKV of map objectsMohamad Chaarawi2013-10-311-2/+19
* [svn-r24388] switch to using Mercury 64 bit CRC algorithm instead of internal...Mohamad Chaarawi2013-10-311-7/+7
* [svn-r24375] update to use new IOD API.Mohamad Chaarawi2013-10-301-22/+22
* [svn-r24321] - Update FF branch to work with latest Mercury implementation.Mohamad Chaarawi2013-10-171-1/+9
* [svn-r24300] Change to have 2 iod object handles (1 for read, and 1 for write...Mohamad Chaarawi2013-10-161-100/+106
* [svn-r24292] some fixes..Mohamad Chaarawi2013-10-151-7/+7
* [svn-r24246] - add H5Oopen_by_token implementationMohamad Chaarawi2013-10-011-6/+7
* [svn-r24184] Use bulk data transfer for Values.Mohamad Chaarawi2013-09-211-21/+146
* [svn-r24182] create IDs for metadata and attribute KVs at client instead of s...Mohamad Chaarawi2013-09-211-4/+6
* [svn-r24173] - update checksum verification to check for properties for enabl...Mohamad Chaarawi2013-09-191-4/+19
* [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 che...Mohamad Chaarawi2013-09-171-1/+4
* [svn-r24145] Bug Fix: Mohamad Chaarawi2013-09-171-7/+7
* [svn-r24144] Add support of VL data for maps.Mohamad Chaarawi2013-09-171-18/+128
* [svn-r24141] - remove eq_id from H5Oopen_ffMohamad Chaarawi2013-09-131-133/+46
* [svn-r24123] update server ops to use transaction IDs.Mohamad Chaarawi2013-09-111-18/+18
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-101-1/+11