Whamcloud - gitweb
add a note for 0.5.9
[fs/lustre-release.git] / lustre / ChangeLog
1 2002-09-19  Peter Braam  <braam@clusterfs.com>
2
3         * version 0_5_9
4         * bug fix
5           - stack overflow bug in extN fixed
6
7 2002-09-18  Andreas Dilger  <adilger@clusterfs.com>
8         * version 0_5_8
9         * documentation updates
10           - add man pages for config tools
11           - update tests/README to describe testing with new config tools
12           - finish metadata API descriptions
13         * bug fixes and cleanups
14           - statfs workaround for 16TB limit
15           - LOV stripe allocation improved, can stripe on subset of OSTs
16           - LOV file size/IO offset was wrong for files > 4GB in size
17           - object EA data was being dropped, caused files to be unreadable
18           - memory overflow with non-LOV OST caused memory corruption
19           - fixed regression tests to work with new config tools, obdfilter
20           - fixed bug when directory size became larger than 1 block
21           - fixed bug (for single client case) when PWD was deleted
22           - invalidate local directory pages when doing intent-based ops
23           - avoid LDLM oops when lock callback contained bad data
24
25 2002-09-09  Andreas Dilger  <adilger@clusterfs.com>
26         * version 0_5_7
27         * documentation updates
28         * bug fixes and cleanups
29           - configuration tools
30           - LOV
31           - imports/exports
32           - 64-bit compile warnings
33           - 64-bit internal statfs data
34           - many more
35         * test_brw on persistent OST devices
36         * MDS recovery
37         * lprocfs (disabled)
38
39 2002-09-04  Andreas Dilger  <adilger@clusterfs.com>
40         * version 0_5_6
41         * documentation updates
42         * bug fixes and cleanups
43         * configuration tools
44
45 2002-08-30  Peter J. Braam  <braam@clusterfs.com>
46
47         * version v0_5_5
48         * many small fixes to 0_5_4
49         * io/network handling
50         * thinkos in MDS operations
51
52 2002-08-24  Peter J. Braam  <braam@clusterfs.com>
53
54         * version v0_5_4
55         * crucial basic fixes to 0.5.3
56         * IOR, Iozone work over Elan
57         * EOF locks added
58
59 2002-08-07  Phil Schwan  <phil@clusterfs.com>
60         * version 0_5_3, our first alpha
61         * we use the new Portals iovs
62         * documentation updates
63         * bug fixes and cleanups
64         * small changes in the DLM wire protocol
65
66 2002-07-25  Peter J. Braam  <braam@clusterfs.com>
67         * version 0_5_1 with some initial stability, 
68         * locking on MD and file I/O. 
69         * documentation updates
70         * several bug fixes since 0.5.0
71         * small changes in wire protocol
72
73 2002-07-18  Phil Schwan  <phil@clusterfs.com>
74         * version v0_4_5
75         * delivered as Lustre Light Alpha
76         * fixed a crash after handling invalid MDS requests
77         * fixed directory pages for architectures with non-4k pages sizes
78
79 2002-07-11  Andreas Dilger  <adilger@clusterfs.com>
80         * release version v0_4_4
81         * Moves TCP acceptor to be on port 2432 (unused Coda port) instead
82           of 1234.
83         * Fixes a number of interruption problems with OST operations.
84         * Update documentation for portals header changes
85         * Move all wire protocol structs/defines to lustre_idl.h
86         * Fixes symlink length bug.
87         * Add tcpdump to repository.
88
89 2002-07-05  Andreas Dilger  <adilger@clusterfs.com>
90         * release version v0_4_3
91         * Fixes statfs for inodes on extN.
92         * Fixes bug in runtests which would delete /etc/hosts.
93         * Use 64-bit object IDs wherever possible (not into VFS though)
94           Remove ost_get_info, which is unused by lustre, and out of date.
95
96 2002-07-03  Peter Braam  <braam@clusterfs.com>
97         * release version v0_4_2   Fixes a lookup error (type not passed)
98         * move forward to head of Portals
99         * move forward to latest Lustre kernel
100
101 2002-06-25  Peter Braam  <braam@clusterfs.com>
102         * release version v0_4_1.  Hopefully stable on single node use.