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