1 Sat Feb 22 10:32:10 EST 2003
2 Created <lee@sandia.gov>
5 *Added mount() api call to support sub-mounts.
7 *Added rudimentary automounts per the namespace chapter in the "Lustre
8 Architecture Reference". Note, full URI support is not implemented. See
9 the README for details.
11 Think I have it going for simultaneous 32/64 bit support. Together with
12 the nagging build for test_stat.
14 *Miscellaneous bugs fixed.
17 Lee -- Sat Mar 22 15:01:45 EST 2003
19 *Added "incore" file system. An in-memory file system solving boot-strap
20 and other annoying little chicken-and-the-egg problems.
22 *Added support for devices
24 *Added support for accessing the pre-opened standard file descriptors 0, 1,
25 and 2 via the stdfd device driver (major number 0, minor 0, 1, and 2).
28 Lee -- Mon Jan 26 11:26:14 EST 2004
30 *Altered the internal interface to pass the xtvec (see .../include/xtio.h) in
31 order to support strided-io.