Whamcloud - gitweb
Downgrade to ps2pdf until changebars work with pdftex.
[fs/lustre-release.git] / lustre / ChangeLog
1 TBD
2         * version v0_5_15
3         * bug fixes:
4           - in-use dentries weren't being reused properly (617851)
5           - prevent multiple LDLM setup (599178)
6
7 2002-10-10  Phil Schwan  <phil@clusterfs.com>
8         * version v0_5_14
9         * bug fixes:
10           - recovery deadlock fix
11           - rm -rf causes LBUG fix (617817)
12           - file open by multiple tasks fix (618962)
13           - directory permissions bugs (602707 and 620007)
14           - journal_stop fixed with locking (611313)
15           - O_APPEND failures resolved (618273, perhaps 614459)
16           - lconf PATH fix (619770)
17           - IA64 build fix (621450)
18           - RPC buffer sizes scale with amount of memory
19
20 2002-10-01  Phil Schwan  <phil@clusterfs.com>
21         * version v0_5_13
22         * bug fixes:
23           - locks would be cancelled without throwing away data pages,
24             resulting in inconsistent data (605627)
25           - inode attributes were not always being refreshed (605627, 612449)
26           - lconf now continues to cleanup after lctl reports an error
27           - MDS now enforces user permissions (602707)
28           - lprocfs cleanup fixed, but not yet enabled (614157)
29           - fixed infinite server hang, should a client not respond to an AST
30           - avoid going into recovery if user calls readlink() with a buffer
31             that's too small (613941)
32           - AST RPCs no longer require replies (614867) -- this may be changed
33           - don't crash server if client sends an IOV that's too big (611336)
34           - fixed lock conversion deadlock (611892)
35           - fixed the following of symlinks (614622)
36         * recovery: the server can remove locks from a client that dies, other
37           clients can make progress
38         * more extN patch fixes
39         * compile-time configurable ptlrpc buffer allocations
40         * documentation
41           - collaborative read cache document
42           - Lustre Lite Performance CDR document-in-progress
43
44 2002-09-20  Andreas Dilger  <adilger@clusterfs.com>
45         * version v0_5_12
46         * bug fix
47           - fix typo in patch-2.4.18
48
49 2002-09-20  Andreas Dilger  <adilger@clusterfs.com>
50         * version v0_5_11
51         * bug fixes
52           - clear ptlrpc request each time in handle_incoming_request()
53           - unlink of files now destroys the object on the OST
54
55 2002-09-19  Peter Braam  <braam@clusterfs.com>
56         * version 0_5_10
57         * add hard link support
58         * change obdfile creation method
59         * kernel patch changed
60         
61 2002-09-19  Peter Braam  <braam@clusterfs.com>
62         * version 0_5_9
63         * bug fix
64           - stack overflow bug in extN fixed
65
66 2002-09-18  Andreas Dilger  <adilger@clusterfs.com>
67         * version 0_5_8
68         * documentation updates
69           - add man pages for config tools
70           - update tests/README to describe testing with new config tools
71           - finish metadata API descriptions
72         * bug fixes and cleanups
73           - statfs workaround for 16TB limit
74           - LOV stripe allocation improved, can stripe on subset of OSTs
75           - LOV file size/IO offset was wrong for files > 4GB in size
76           - object EA data was being dropped, caused files to be unreadable
77           - memory overflow with non-LOV OST caused memory corruption
78           - fixed regression tests to work with new config tools, obdfilter
79           - fixed bug when directory size became larger than 1 block
80           - fixed bug (for single client case) when PWD was deleted
81           - invalidate local directory pages when doing intent-based ops
82           - avoid LDLM oops when lock callback contained bad data
83
84 2002-09-09  Andreas Dilger  <adilger@clusterfs.com>
85         * version 0_5_7
86         * documentation updates
87         * bug fixes and cleanups
88           - configuration tools
89           - LOV
90           - imports/exports
91           - 64-bit compile warnings
92           - 64-bit internal statfs data
93           - many more
94         * test_brw on persistent OST devices
95         * MDS recovery
96         * lprocfs (disabled)
97
98 2002-09-04  Andreas Dilger  <adilger@clusterfs.com>
99         * version 0_5_6
100         * documentation updates
101         * bug fixes and cleanups
102         * configuration tools
103
104 2002-08-30  Peter J. Braam  <braam@clusterfs.com>
105
106         * version v0_5_5
107         * many small fixes to 0_5_4
108         * io/network handling
109         * thinkos in MDS operations
110
111 2002-08-24  Peter J. Braam  <braam@clusterfs.com>
112
113         * version v0_5_4
114         * crucial basic fixes to 0.5.3
115         * IOR, Iozone work over Elan
116         * EOF locks added
117
118 2002-08-07  Phil Schwan  <phil@clusterfs.com>
119         * version 0_5_3, our first alpha
120         * we use the new Portals iovs
121         * documentation updates
122         * bug fixes and cleanups
123         * small changes in the DLM wire protocol
124
125 2002-07-25  Peter J. Braam  <braam@clusterfs.com>
126         * version 0_5_1 with some initial stability, 
127         * locking on MD and file I/O. 
128         * documentation updates
129         * several bug fixes since 0.5.0
130         * small changes in wire protocol
131
132 2002-07-18  Phil Schwan  <phil@clusterfs.com>
133         * version v0_4_5
134         * delivered as Lustre Light Alpha
135         * fixed a crash after handling invalid MDS requests
136         * fixed directory pages for architectures with non-4k pages sizes
137
138 2002-07-11  Andreas Dilger  <adilger@clusterfs.com>
139         * release version v0_4_4
140         * Moves TCP acceptor to be on port 2432 (unused Coda port) instead
141           of 1234.
142         * Fixes a number of interruption problems with OST operations.
143         * Update documentation for portals header changes
144         * Move all wire protocol structs/defines to lustre_idl.h
145         * Fixes symlink length bug.
146         * Add tcpdump to repository.
147
148 2002-07-05  Andreas Dilger  <adilger@clusterfs.com>
149         * release version v0_4_3
150         * Fixes statfs for inodes on extN.
151         * Fixes bug in runtests which would delete /etc/hosts.
152         * Use 64-bit object IDs wherever possible (not into VFS though)
153           Remove ost_get_info, which is unused by lustre, and out of date.
154
155 2002-07-03  Peter Braam  <braam@clusterfs.com>
156         * release version v0_4_2   Fixes a lookup error (type not passed)
157         * move forward to head of Portals
158         * move forward to latest Lustre kernel
159
160 2002-06-25  Peter Braam  <braam@clusterfs.com>
161         * release version v0_4_1.  Hopefully stable on single node use.