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