summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
Commit message (Expand)AuthorAgeFilesLines
...
* [svn-r13517] To deal with the situation that compiler supports direct I/O but...Raymond Lu2007-03-151-10/+22
* [svn-r13432] Changed the detection of alignment requirement for Direct I/O fr...Raymond Lu2007-02-281-13/+33
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r13139] Fixed the MULTI problem (Bug #731) that corrupted the data. The...Raymond Lu2007-01-121-4/+10
* [svn-r13068] Ran bin/reconfigure. Some of the scripts have been changed or h...James Laird2006-12-181-2/+2
* [svn-r12885] Refactored the H5FD_direct_open and H5FD_direct_write. The cond...Raymond Lu2006-11-091-79/+23
* [svn-r12870] Add a new macro H5_HAVE_DIRECT_ALIGN in configure.in. Some syst...Raymond Lu2006-11-061-5/+81
* [svn-r12842] Description:Quincey Koziol2006-11-021-1/+1
* [svn-r12841] Bug fix. The mechanism to handle interupted system call or part...Raymond Lu2006-11-011-89/+50
* [svn-r12824] O_DIRECT flag was accidentally commented out in previous checkin...Raymond Lu2006-10-301-1/+1
* [svn-r12822] H5Pset_alignment seems working. Added it in test/vfd.c and made...Raymond Lu2006-10-281-5/+2
* [svn-r12820] Added fragmental copy buffer to H5FD_direct_write. This buffer ...Raymond Lu2006-10-271-87/+131
* [svn-r12792] Fixed a Makefile.am to clean up a test file generated by the Pac...James Laird2006-10-201-1/+2
* [svn-r12788] Enable the algorithm of Direct driver to read data in fragment f...Raymond Lu2006-10-191-36/+76
* [svn-r12783] Took out the function H5FD_direct_alloc that was added yesterday...Raymond Lu2006-10-191-47/+1
* [svn-r12777] Added support to aligned file space allocation. The alignment s...Raymond Lu2006-10-181-1/+47
* [svn-r12776] The internal change is to make the 3 parameters of H5Pset_fapl_d...Raymond Lu2006-10-181-24/+192
* [svn-r12766] Made two changes to Direct I/O VFD: first added 3 parameters to ...Raymond Lu2006-10-161-123/+168
* [svn-r12755] The line "#define _XOPEN_SOURCE 600" is recommended for posix_me...Raymond Lu2006-10-121-2/+3
* [svn-r12739] Added Direct I/O driver to VFD. It's only supported by SGI Alti...Raymond Lu2006-10-101-0/+989