Whamcloud - gitweb
LU-3750 mdt: fix typo in mdt_txn_stop_cb()
[fs/lustre-release.git] / libsysio / ChangeLog
1 Sat Feb 22 10:32:10 EST 2003
2         Created <lee@sandia.gov>
3 ---
4
5 *Added mount() api call to support sub-mounts.
6
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.
10
11 Think I have it going for simultaneous 32/64 bit support. Together with
12 the nagging build for test_stat.
13
14 *Miscellaneous bugs fixed.
15
16 ---
17 Lee -- Sat Mar 22 15:01:45 EST 2003
18
19 *Added "incore" file system. An in-memory file system solving boot-strap
20 and other annoying little chicken-and-the-egg problems.
21
22 *Added support for devices
23
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).
26
27 ---
28 Lee -- Mon Jan 26 11:26:14 EST 2004
29
30 *Altered the internal interface to pass the xtvec (see .../include/xtio.h) in
31 order to support strided-io.