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