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