Whamcloud - gitweb
LU-6722 ldiskfs: fix credits at ldiskfs_delete_inode
[fs/lustre-release.git] / lustre / ChangeLog
1 TBD Intel Corporation
2        * version 2.9.0
3        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
4          for currently supported client and server kernel versions.
5        * Server known to build on patched kernels:
6          2.6.32-431.29.2.el6 (RHEL6.5)
7          2.6.32-504.30.3.el6 (RHEL6.6)
8          2.6.32-573.22.1.el6 (RHEL6.7)
9          3.10.0-327.13.1.el7 (RHEL7.2)
10          3.0.101-0.47.71     (SLES11 SP3)
11          3.0.101-68          (SLES11 SP4)
12          3.12.57-60.35       (SLES12 SP1)
13          vanilla linux 4.2.1 (ZFS only)
14        * Client known to build on unpatched kernels:
15          2.6.32-431.29.2.el6 (RHEL6.5)
16          2.6.32-504.30.3.el6 (RHEL6.6)
17          2.6.32-573.22.1.el6 (RHEL6.7)
18          3.10.0-327.13.1.el7 (RHEL7.2)
19          3.0.101-0.47.71     (SLES11 SP3)
20          3.0.101-68          (SLES11 SP4)
21          3.12.57-60.35       (SLES12 SP1)
22          vanilla linux 4.2.1
23        * Recommended e2fsprogs version: 1.42.13.wc4 or newer
24        * Recommended ZFS / SPL version: 0.6.4.2
25        * Tested with ZFS / SPL version: 0.6.4.2
26        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
27          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
28          stack overflow. For more information, please refer to bugzilla 17630.
29        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
30          the re-exporting nodes to be mounted with "32bitapi" mount option
31
32 --------------------------------------------------------------------------------
33
34 02-29-2016 Intel Corporation
35        * version 2.8.0
36        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
37          for currently supported client and server kernel versions.
38        * Server known to build on patched kernels:
39          2.6.32-431.29.2.el6 (RHEL6.5)
40          2.6.32-504.30.3.el6 (RHEL6.6)
41          2.6.32-573.12.1.el6 (RHEL6.7)
42          3.10.0-327.3.1.el7  (RHEL7.2)
43          3.0.101-0.47.71     (SLES11 SP3)
44          3.0.101-68          (SLES11 SP4)
45          vanilla linux 4.2.1 (ZFS only)
46        * Client known to build on unpatched kernels:
47          2.6.32-431.29.2.el6 (RHEL6.5)
48          2.6.32-504.30.3.el6 (RHEL6.6)
49          2.6.32-573.12.1.el6 (RHEL6.7)
50          3.10.0-327.3.1.el7  (RHEL7.2)
51          3.0.101-0.47.71     (SLES11 SP3)
52          3.0.101-68          (SLES11 SP4)
53          3.12.39-47          (SLES12)
54          vanilla linux 4.2.1
55        * Recommended e2fsprogs version: 1.42.13.wc4 or newer
56        * Recommended ZFS / SPL version: 0.6.4.2
57        * Tested with ZFS / SPL version: 0.6.4.2
58        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
59          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
60          stack overflow. For more information, please refer to bugzilla 17630.
61        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
62          the re-exporting nodes to be mounted with "32bitapi" mount option
63
64 --------------------------------------------------------------------------------
65
66 03-10-2015 Intel Corporation
67        * version 2.7.0
68        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
69          for currently supported client and server kernel versions.
70        * Server known to build on patched kernels:
71          2.6.32-431.29.2.el6 (RHEL6.5)
72          2.6.32-504.8.1.el6  (RHEL6.6)
73          3.0.101-0.46        (SLES11 SP3)
74        * Client known to build on unpatched kernels:
75          2.6.32-431.29.2.el6 (RHEL6.5)
76          2.6.32-504.8.1.el6  (RHEL6.6)
77          3.10.0-123.20.1.el7 (RHEL7)
78          3.0.101-0.46        (SLES11 SP3)
79        * Recommended e2fsprogs version: 1.42.9.wc1 or newer
80        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
81          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
82          stack overflow. For more information, please refer to bugzilla 17630.
83        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
84          the re-exporting nodes to be mounted with "32bitapi" mount option
85
86 Severity   : enhancement
87 Jira       : LU-6050
88 Description: control OST-index in IDIF via  ROCOMPAT flag.
89 Details    : Introduce new flag OBD_ROCOMPAT_IDX_IN_IDIF that is stored in the
90              last_rcvd file. For new formatted OST device, it will be auto set;
91              for the case of upgrading from old OST device, you can enable it
92              via the lproc interface osd-ldiskfs.index_in_idif. With such flag
93              enabled, for new created OST-object, its IDIF-in-LMA will contain
94              the OST-index; for the existing OST-object, the OSD will convert
95              old format IDIF as new format IDIF with OST-index stored in the
96              LMA EA when accessing such OST-object or via OI scrub. Once such
97              flag is enabled, it cannot be reverted back, so the system cannot
98              be downgraded to the orignal incompatible version.
99
100 --------------------------------------------------------------------------------
101
102 07-30-2014 Intel Corporation
103        * version 2.6.0
104        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
105          for currently supported client and server kernel versions.
106        * Server known to build on patched kernels:
107          2.6.32-431.20.3.el6 (RHEL6.5)
108          3.0.101-0.31        (SLES11 SP3)
109        * Client known to build on unpatched kernels:
110          2.6.32-431.20.3.el6 (RHEL6.5)
111          3.0.101-0.31        (SLES11 SP3)
112          3.6.10-4.fc18       (FC18)
113          3.10                (kernel.org)
114        * Recommended e2fsprogs version: 1.42.9.wc1 or newer
115        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
116          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
117          stack overflow. For more information, please refer to bugzilla 17630.
118        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
119          the re-exporting nodes to be mounted with "32bitapi" mount option
120
121 --------------------------------------------------------------------------------
122
123 10-31-2013 Intel Corporation
124        * version 2.5.0
125        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
126        * Server builds for kernels:
127          2.6.32-358.18.1.el6  (RHEL6.4)
128        * Client builds for unpatched kernels:
129          2.6.32-358.18.1.el6  (RHEL6.4)
130          3.0.92-0.8           (SLES11 SP3)
131          3.6.10-4.fc18        (FC18)
132        * Recommended e2fsprogs version: 1.42.7.wc2 or newer
133        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
134          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
135          stack overflow. For more information, please refer to bugzilla 17630.
136        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
137          the re-exporting nodes to be mounted with "32bitapi" mount option
138
139 --------------------------------------------------------------------------------
140
141 05-30-2013 Intel Corporation
142        * version 2.4.0
143        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
144        * Server builds for kernels:
145          2.6.32-358.6.2.el6  (RHEL6.4)
146        * Client builds for unpatched kernels:
147          2.6.32-358.6.2.el6  (RHEL6.4)
148          3.0.74-0.6.6        (SLES11 SP2)
149          3.6.10-2.fc17       (FC17)
150        * Recommended e2fsprogs version: 1.42.7.wc1 or newer
151        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
152          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
153          stack overflow. For more information, please refer to bugzilla 17630.
154        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
155          the re-exporting nodes to be mounted with "32bitapi" mount option
156
157 --------------------------------------------------------------------------------
158
159 9-30-2012 Whamcloud, Inc.
160        * version 2.3.0
161        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
162        * Server support for kernels:
163          2.6.32-279.5.1.el6 (RHEL6)
164        * Client support for unpatched kernels:
165          2.6.32-279.5.1.el6  (RHEL6)
166          2.6.27.19-5         (SLES11)
167          2.6.18-238.19.1.el5 (RHEL5)
168          2.6.16.60-0.69.1    (SLES10)
169        * Recommended e2fsprogs version: 1.41.90.wc4
170        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
171          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
172          stack overflow. For more information, please refer to bugzilla 17630.
173        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
174          the re-exporting nodes to be mounted with "32bitapi" mount option
175
176 Severity   : enhancement
177 Jira       : LU-1754
178 Description: Update RHEL6.3 kernel to 2.6.32-279.5.1.el6.
179
180 Severity   : enhancement
181 Jira       : LU-1477
182 Description: Update RHEL6.3 kernel to 2.6.32-279.2.1.el6.
183
184 Severity   : enhancement
185 Jira       : LU-1424
186 Description: Update RHEL6.2 kernel to 2.6.32-220.17.1.el6
187
188 Severity   : enhancement
189 Jira       : LU-1358
190 Description: Update RHEL6.2 kernel to 2.6.32-220.13.1.el6
191
192 Severity   : enhancement
193 Jira       : LU-1241
194 Description: Update RHEL6.2 kernel to 2.6.32-220.7.1.el6
195
196 --------------------------------------------------------------------------------
197
198 04-30-2012 Whamcloud, Inc.
199        * version 2.2.0
200        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
201        * Server support for kernels:
202          2.6.32-220.4.2.el6  (RHEL6)
203        * Client support for unpatched kernels:
204          2.6.32-220.4.2.el6  (RHEL6)
205          2.6.27.19-5         (SLES11)
206          2.6.18-238.19.1.el5 (RHEL5)
207          2.6.16.60-0.69.1    (SLES10)
208        * Recommended e2fsprogs version: 1.41.90.wc4
209        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),
210          since the NFSv4 export of Lustre filesystem with 4K stack may cause a
211          stack overflow. For more information, please refer to bugzilla 17630.
212        * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
213          the re-exporting nodes to be mounted with "32bitapi" mount option
214
215 Severity   : enhancement
216 Jira       : LU-1120
217 Description: Update RHEL6.2 kernel to 2.6.32-220.4.2.el6
218
219 Severity   : enhancement
220 Jira       : LU-1054
221 Description: Update RHEL6.2 kernel to 2.6.32-220.4.1.el6
222
223 Severity   : enhancement
224 Jira       : LU-751
225 Description: Update RHEL6.2 kernel to 2.6.32-220.el6
226
227 Severity   : enhancement
228 Jira       : LU-624
229 Description: Update RHEL6.1 kernel to 2.6.32-131.17.1.el6
230
231 --------------------------------------------------------------------------------
232
233 09-30-2011 Whamcloud, Inc.
234        * version 2.1.0
235        * Server support for kernels:
236          2.6.18-238.19.1.el5 (RHEL5)
237          2.6.32-131.6.1.el6 (RHEL6)
238        * Client support for unpatched kernels:
239          (see http://wiki.lustre.org/index.php?title=Patchless_Client)
240          2.6.18-238.19.1.el5 (RHEL5)
241          2.6.32-131.6.1.el6 (RHEL6)
242          2.6.29.4-167.fc11  (FC11)
243          2.6.16.60-0.69.1 (SLES10)
244          2.6.27.19-5      (SLES11)
245        * Recommended e2fsprogs version: 1.41.90.wc3
246        * NFS export disabled when stack size < 8192. Since the NFSv4 export of
247          Lustre filesystem with 4K stack may cause a stack overflow. For more
248          information, please refer to bugzilla 17630.
249        * NFSv4 reexport requires Lustre client on the re-exporting nodes to be
250          mounted with "32bitapi" mount option
251
252 Severity   : enhancement
253 Description: Update RHEL6.1 kernel to 2.6.32-131.6.1.el6
254
255 Severity   : enhancement
256 Description: Update RHEL5.6 kernel to 2.6.18-238.19.1.el5
257
258 Severity   : enhancement
259 Description: Update RHEL5.6 kernel to 2.6.18-238.9.1.el5
260
261 Severity   : normal
262 Frequency  : only with SLES10
263 Bugzilla   : 20744
264 Description: Use OFED "KMP" provided by Novell
265 Details    : SLES10 SP3 ships with OFED in a separate "KMP" package.
266              Lustre is now built against this package. That means you need to
267              install the ofed-kmp package from Novell for the patchless client.
268              Note that the ofed-kmp that Novell ships may not exactly match the
269              kernel version but should still be compatible.
270
271 Severity   : enhancement
272 Bugzilla   : 22514
273 Description: Update RHEL5.5 kernel to 2.6.18-194.17.1.el5
274              Update OEL5.5  kernel to 2.6.18-194.17.1.0.1.el5.
275
276 --------------------------------------------------------------------------------
277
278 2010-07-15  Oracle, Inc.
279        * version 2.0.0
280        * Server support for kernels:
281          2.6.18-164.11.1.el5 (RHEL 5)
282          2.6.18-164.11.1.0.1.el5 (OEL 5)
283        * Client support for unpatched kernels:
284          (see http://wiki.lustre.org/index.php?title=Patchless_Client)
285          2.6.18-164.11.1.el5 (RHEL 5),
286          2.6.18-164.11.1.0.1.el5 (OEL 5)
287          2.6.16.60-0.42.8 (SLES 10),
288          2.6.27.19-5 (SLES11)
289          2.6.29.4-167.fc11 (FC11)
290        * Recommended e2fsprogs version: 1.41.10-sun2
291
292 Severity   : enhancement
293 Bugzilla   : 22481
294 Description: Distribute lfs_migrate script with lustre
295 Details    : The lfs_migrate mentioned in the manual is now included in the
296              lustre tree in lustre/scripts and will distributed in lustre RPMs.
297
298 Severity   : enhancement
299 Bugzilla   : 15253
300 Description: Failover nid list added to import proc file.
301
302 Severity   : enhancement
303 Bugzilla   : 22864
304 Description: "som_preview" mount option required to use SOM
305 Details    : The clients will need to use som_preview mount option
306              in order to use SOM. 
307
308 Bugzilla   : 22850
309 Description: Lustre does not do 1MB IOs to HW RAID
310 Details    : Bump MAX_PHYS/HW_SEGMENTS and SG_ALL to 256 in the RHEL5 kernel.
311
312 Severity   : enhancement
313 Bugzilla   : 22194
314 Description: lfs quota output is not very convenient for awk/sed-parsing
315 Details    : Some positions in lfs quota output table could be empty or
316              non-empty which made it hard to parse it with scripts, now
317              a dash is put instead of space where there is not supposed
318              to be any data.
319
320 Severity   : normal
321 Bugzilla   : 22787
322 Description: Update to OFED 1.5.1
323 Details    : OFED 1.5.1 will be  used in environments that don't use
324              vendor supplied OFED.
325
326 Severity   : normal
327 Bugzilla   : 22455
328 Description: Remove lnet. prefix from lctl params display
329 Details    : Also renamed lnet.memused to lnet_memused to
330              avoid name conflict.
331
332 Severity   : normal
333 Bugzilla   : 15253
334 Description: Use conf_param -d to remove permanant settings.
335
336 Severity   : normal
337 Bugzilla   : 22455
338 Description: Add list_param -R
339 Details    : lctl list_param now supports recursive mode.
340
341 Severity   : normal
342 Bugzilla   : 21829, 22312
343 Description: Fix llobdstat.
344 Details    : 1. Now updating the write_bytes counter
345              2. Port script fixes from 1.8.
346
347 Severity   : normal
348 Bugzilla   : 20433
349 Description: decrease the usage of memory on clients.
350 Details    : 1. On clients, recycle dentries and inodes unused.
351              2. Delete the code related to ll_deathrow(att 6215 in bug 1443). It
352                 is useless now.
353
354 Severity   : normal
355 Bugzilla   : 21829
356 Description: llobdstat fix and enhancement
357 Details    : add a counter to set a limit to how many samples will be returned
358              fix a wildcard in the path to limit to obdfilter stats only
359
360 Severity   : normal
361 Bugzilla   : 21259
362 Description: lfs check only allowed for root
363 Details    : Code cleanups and added a regresion test of non-root use of
364              lfs check.
365
366 Severity   : normal
367 Bugzilla   : 21879
368 Description: MDS Oopses in ptlrpc_dispatch_difficult_reply()/__list_add()
369 Details    : Fix hr->hr_index overload.
370
371 Severity   : normal
372 Bugzilla   : 19742
373 Description: Fix FIEMAP functionality.
374
375 Severity   : normal
376 Bugzilla   : 19808
377 Description: FC11 patchless client support added
378
379 Severity   : normal
380 Bugzilla   : 21632
381 Description: Update RHEL5.4 kernel to 2.6.18-164.11.1.el5 and
382              OEL5.4 kernel to 2.6.18-164.11.1.0.1.el5.
383
384 Severity   : normal
385 Bugzilla   : 20057
386 Description: New acc-sm script and various test-framework enhancments.
387
388 Severity   : normal
389 Bugzilla   : 15962
390 Description: Previously landed patch was reverted.
391
392 Severity   : normal
393 Bugzilla   : 20758
394 Description: Update SLES10 kernel to 2.6.16.60-0.42.8 (patchless)
395
396 Severity   : normal
397 Bugzilla   : 19673
398 Description: Add ldiskfs maxdirsize mount option.
399
400 Severity   : normal
401 Bugzilla   : 20301
402 Description: Fix mkfs.lustre support for 16TB LUNs.
403
404 Severity   : normal
405 Bugzilla   : 21564
406 Description: Print mmp_check_interval
407 Details    : print mmp_check_interval and make it possible to abort
408              mount operation in case it takes too long.
409
410 Severity   : normal
411 Bugzilla   : 21547
412 Description: Add cascading_rw to lustre mpi tests.
413
414 Severity   : normal
415 Bugzilla   : 19964
416 Description: Store SOM data in EA.
417 Details    : Also several SOM related cleanups.
418
419 Severity   : normal
420 Bugzilla   : 20098
421 Description: Add refcount to md_open_data
422
423 Severity   : normal
424 Bugzilla   : 20607
425 Description: Use refcount on lov_request_set to prevent memory corruption.
426
427 Severity   : normal
428 Bugzilla   : 15692
429 Description: Statahead: use parent dir's i_mutex for synchronization.
430
431 Severity   : normal
432 Bugzilla   : 21571
433 Description: loadgen improvements.
434
435 Severity   : normal
436 Bugzilla   : 16186
437 Description: Enable peer health detection in ksocklnd and ko2iblnd.
438
439 Severity   : normal
440 Bugzilla   : 17545
441 Description: Control DCACHE_LUSTRE_INVALID flag with MDS_INODE_LOOKCUP lock
442
443 Severity   : normal
444 Bugzilla   : 21591
445 Description: Fix race on obd_devcie:md_stats
446
447 Severity   : normal
448 Bugzilla   : 21600
449 Description: Fix SLES 11 client builds.
450 Details    : Resolved uninitalized pointer gcc warnings.
451
452 Severity   : normal
453 Bugzilla   : 21259
454 Description: Allow non-root access for "lfs check".
455 Details    : Added a check in obd_class_ioctl() for OBD_IOC_PING_TARGET.
456
457 Severity   : normal
458 Bugzilla   : 21513
459 Description: Clear imp_force_reconnect correctly in ptlrpc_connect_interpret()
460
461 Severity   : enhancement
462 Bugzilla   : 20773
463 Description: Update kernel to RHEL5.4 2.6.18-164.6.1.el5 and
464              OEL5 2.6.18-164.6.1.0.1.el5(Both in-kernel OFED enabled).
465
466 Severity   : normal
467 Bugzilla   : 21049
468 Description: Sanity test_27p fails.
469 Details    : OBD_FAIL_OST_ENOSPC has been moved to filter_statfs().
470              Sanity tests 27 were cleaned up and improved.
471
472 Severity   : normal$
473 Bugzilla   : 18631
474 Description: Unify req format on client/servers
475 Details    : Use new req_capsule API [almost] everywhere instead of old PTLRPC
476              buffers and swabbers approach..
477
478 Severity   : normal
479 Frequency  : cleanup
480 Bugzilla   : 19200
481 Description: drop join file stuff.
482
483 Severity   : enhancement
484 Bugzilla   : 14250
485 Description: Add 2.6.27 and SLES11 (patchless client) support
486
487 Severity   : normal
488 Bugzilla   : 20302
489 Description: Fix in ptlrpc_expire_one_request() to print the signed time
490              difference.
491
492 Severity   : enhancement
493 Bugzilla   : 16312
494 Description: Build kernels (RHEL5, OEL5 and SLES10/11) using the vendor's own
495              kernel spec file.
496
497 Severity   : enhancement
498 Bugzilla   : 19662
499 Description: Remove set_info(KEY_UNLINKED) from MDS/OSC
500
501 Severity   : enhancement
502 Bugzilla   : 19526
503 Description: correctly handle big reply message.
504 Details    : send LNet event if reply is bigger than buffer and adjust this buffer
505              correctly.
506
507 Severity   : normal
508 Bugzilla   : 19917
509 Description: Drop unnecessary __GFP_NOMEMALLOC flag from filter_get_page()
510
511 Severity   : enhancement
512 Bugzilla   : 20539
513 Description: Add support for OEL5.
514
515 Severity   : normal
516 Bugzilla   : 20482
517 Description: Conf-sanity.sh 50g test - deactivated OST should not cause a panic.
518
519 Severity   : enhancement
520 Bugzilla   : 21452
521 Description: "weak-modules" support
522 Details    : Implement "weak-modules" support which enables kernel modules
523              to be used with any kernel that implements the same kABI.  In
524              order to achieve this modules are now installed in
525              /lib/modules/$(uname -r)/updates/kernel on all distributions.
526
527 Severity   : normal
528 Bugzilla   : 18674
529 Description: client could not reconnect to OST because of an active request.
530 Details    : The client now retries to reconnect to the same server, if a
531              connect request failed with EBUSY or -EAGAIN. Test case 35b
532              conf-sanity.sh has been created.
533
534 Severity   : normal
535 Bugzilla   : 19557
536 Description: Don't allow make backward step on assignin osc next id.
537 Details    : race between allocation next id and ll_sync thread can be cause
538              of set wrong osc next id and can be kill valid ost objects.
539
540 Severity   : normal
541 Bugzilla   : 20533
542 Description: Changes in raid5-large-io-rhel5.patch to calculate sectors properly
543
544 Severity   : normal
545 Bugzilla   : 20533
546 Description: Increase the default BLK_DEF_MAX_SECTORS value for RHEL5 and SLES11
547
548 Severity   : normal
549 Bugzilla   : 20482
550 Description: Error handling in osc_statfs_interpret() has been improved.
551 Details    : Check in osc_statfs_interpret() for EBADR.
552
553 Severity   : normal
554 Bugzilla   : 20482
555 Description: Do not send statfs() requests to OSTs disabled by administrator.
556 Details    : Check in lov_prep_statfs_set() for non-NULL ltd_exp.
557
558 Severity   : enhancement
559 Bugzilla   : 20200
560 Description: Added sanity-quota test to for lfs(1) to work with numeric uid/gid.
561
562 Severity   : enhancement
563 Bugzilla   : 20400
564 Description: Update kernel to RHEL5 2.6.18-128.7.1.el5.
565
566 Severity   : enhancement
567 Bugzilla   : 20200
568 Description: Enhancement for lfs(1) command to use numeric uid/gid.
569
570 Severity   : normal
571 Bugzilla   : 14951
572 Description: Improved cleanup procedure for conf-sanity test_46a.
573
574 Severity   : normal
575 Bugzilla   : 18674
576 Description: Do not start bulk transfer, if client tried to reconnect.
577 Details    : Do not start bulk transfer, if client tried to reconnect,
578              but failed due to active rpcs. Check for exp_abort_active_req
579              has been implemented.
580
581 Severity   : normal
582 Bugzilla   : 19566
583 Description: Prevent inconsistences between linux and lustre mount structures.
584 Details    : Wait indefinitely in server_wait_finished() until mnt_count drops.
585              Make the sleep interruptible.
586
587 Severity   : enhancement
588 Bugzilla   : 19955
589 Description: provide server to client comms path
590 Details    : server to client communications path via new LDLM_SET_INFO rpc
591
592 Severity   : normal
593 Bugzilla   : 20008
594 Description: truncate starts GFP_FS allocation under transaction causing deadlock
595 Details    : ldiskfs_truncate calls grab_cache_page which may start page
596              allocation under an open transaction. This may lead to
597              calling prune_icache with consequent lustre reentrance.
598
599 Severity   : normal
600 Bugzilla   : 19934
601 Description: send correctly lsm on open replay
602 Details    : MDS is trust to LSM size on replay open, but client can set wrong size
603              to lsm buffer.
604
605 Severity   : normal
606 Bugzilla   : 19854
607 Description: enable client interface failover
608 Details    : When a child reconnects from another NID, properly update export
609              nid hash position and ldlm reverse import.
610
611 Severity   : enhancement
612 Bugzilla   : 18539
613 Description: Communicate OST degraded/readonly state via statfs to MDS
614 Details    : Flags in the statfs returned from OSTs indicate whether the
615              OST is in a degraded RAID state, or if the filesystem has
616              turned read-only after a filesystem error is detected.
617
618 Severity   : normal
619 Bugzilla   : 20122
620 Frequency  : rare
621 Description: don't panic if EPROTO was hit when reading symlink
622 Details    : correctly handling request reference in error cases.
623
624 Severity   : enhancement
625 Bugzilla   : 19856
626 Description: Add LustreNetLink, a kernel-userspace communcation path.
627
628 Severity   : enhancement
629 Bugzilla   : 19847
630 Description: Update kernel to SLES10 SP2 2.6.16.60-0.39.3.
631
632 Severity   : normal
633 Frequency  : rare
634 Bugzilla   : 18800
635 Description: access to llog context before init.
636 Details    : move handling CATALOGS file at osc layer and forbid access to llog
637              context before init.
638
639 Severity   : normal
640 Frequency  : rare, only when client is writing to OST on local node
641 Bugzilla   : 19529
642 Description: Avoid deadlock for local client writes
643 Details    : Use new OBD_BRW_MEMALLOC flag to notify OST about writes in the
644              memory freeing context. This allows OST threads to set the
645              PF_MEMALLOC flag on task structures in order to allocate memory
646              from reserved pools and complete IO.
647              Use GFP_HIGHUSER for OST allocations for non-local client writes,
648              so that the OST threads generate memory pressure and allow
649              inactive pages to be reclaimed.
650
651 Severity   : enhancement
652 Bugzilla   : 19846
653 Description: Update kernel to RHEL5.3 2.6.18-128.1.14.el5.
654
655 Severity   : normal
656 Frequency  : rare
657 Bugzilla   : 18380
658 Description: lock ordering violation between &cli->cl_sem and _lprocfs_lock
659 Details    : move ldlm namespace creation in setup phase to avoid grab
660              _lprocfs_lock with cli_sem held.
661
662 Severity   : normal
663 Bugzilla   : 19507
664 Description: Temporarily disable grant shrink.
665 Details    : Disable the feature for debugging.
666
667 Severity   : normal
668 Frequency  : only when formatting test filesystems
669 Bugzilla   : 18624
670 Description: Unable to run several mkfs.lustre on loop devices at the same time
671 Details    : mkfs.lustre returns error 256 on the concurrent loop devices
672              formatting. The solution is to proper handle the error.
673
674 Severity   : enhancement
675 Bugzilla   : 19024
676 Description: Update kernel to RHEL5.3 2.6.18-128.1.6.el5.
677
678 Severity   : enhancement
679 Bugzilla   : 19212
680 Description: Update kernel to SLES10 SP2 2.6.16.60-0.37.
681
682 Severity   : normal
683 Frequency  : rare
684 Bugzilla   : 19528
685 Description: resolve race between obd_disconnect and class_disconnect_exports
686 Details    : if obd_disconnect will be called to already disconnected export he
687              forget release one reference and osc module can't unloaded.
688
689 Severity   : enhancement
690 Bugzilla   : 18688
691 Description: Allow tuning service thread via /proc
692 Details    : For each service a new
693              /proc/fs/lustre/{service}/*/thread_{min,max,started} entry is
694              created that can be used to set min/max thread counts, and get the
695              current number of running threads.
696
697 Severity   : normal
698 Frequency  : rare
699 Bugzilla   : 18382
700 Descriptoin: don't return error if have partially created objects for file.
701 Details    : lov_update_create_set uses set->set_success as index for created
702              objects, so if some requests will be failed, they will have hole
703              at end of array and qos_shrink_lsm for allocate correct lsm.
704
705 Severity   : enhancement
706 Bugzilla   : 17671
707 Description: Update OFED support to 1.4.1
708
709 Severity   : normal
710 Frequency  : common
711 Bugzilla   : 18645
712 Description: Reduce small size read RPC
713 Details    : Set read-ahead limit for every file and only do read-ahead when
714              available read-ahead pages are bigger than 1M to avoid small size
715              read RPC.
716
717 Severity   : enhancement
718 Bugzilla   : 19293
719 Description: move AT tunable parameters for more consistent usage
720 Details    : add AT tunables under /proc/sys/lustre, add to conf_param parsing
721
722 Severity   : enhancement
723 Bugzilla   : 17974
724 Description: add lazystatfs mount option to allow statfs(2) to skip down OSTs
725 Details    : allow skip disconnected ost for send statfs request and hide error
726              in this case.
727
728 Severity   : major
729 Frequency  : rare
730 Bugzilla   : 18810
731 Description: fix racy locking of mballoc block bitmaps causing BUG
732 Details    : The locking of the mballoc buddy bitmap and the in-memory
733              block bitmap was using two different spin locks in some
734              cases.  This made it possible to incorrectly access the
735              mballoc bitmap while another process was modifying it,
736              causing a sanity assertion to fail.  While no on-disk corruption
737              was reported, there was some risk of this happening.
738
739 Severity   : normal
740 Frequency  : rare, on llog test 6
741 Bugzilla   : 16839
742 Descriptoin: don't allow connect to already connected import
743 Details    : allowing connect to already connected import is hide connecting problem.
744
745 Severity   : normal
746 Frequency  : rare
747 Bugzilla   : 18902
748 Descriptoin: allow kill process which wait statahead result
749 Details    : for some reasons 'ls' can stick in waiting result from statahead,
750              in this case need way for kill this process.
751
752 Severity   : enhancement
753 Bugzilla   : 18798
754 Description: Add state history info file, enhance import info file
755 Details    : Track import connection state changes in a new osc/mdc proc file;
756              add overview-type data to the osc/mdc import proc file.
757
758 Severity   : enhancement
759 Bugzilla   : 17536
760 Description: MDS create should not wait for statfs RPC while holding DLM lock.
761
762 Severity   : enhancement
763 Bugzilla   : 18289
764 Description: Update to RHEL5U3 kernel-2.6.18-128.1.1.el5.
765
766 Severity   : normal
767 Frequency  : normal
768 Bugzilla   : 12069
769 Descriptoin: OST grant too much space to client even there are not enough space.
770 Details    : Client will shrink its grant cache to OST if there are no write
771              activity over 6 mins (GRANT_SHRINK_INTERVAL), and OST will retrieve
772              this grant cache if there are already not enough avaible space
773              (left_space < total_clients * 32M).
774
775 Severity   : normal
776 Frequency  : start MDS on uncleanly shutdowned MDS device
777 Bugzilla   : 16839
778 Descriptoin: ll_sync thread stay in waiting mds<>ost recovery finished
779 Details    : stay in waiting mds<>ost recovery finished produce random bugs
780              due race between two ll_sync thread for one lov target. send
781              ACTIVATE event only if connect realy finished and import have
782              FULL state.
783
784 Severity   : normal
785 Frequency  : rare, connect and disconnect target at same time
786 Bugzilla   : 17310
787 Descriptoin: ASSERTION(atomic_read(&imp->imp_inflight) == 0
788 Details    : don't call obd_disconnect under lov_lock. this long time
789              operation and can block ptlrpcd which answer to connect request.
790
791 Severity   : normal
792 Frequency  : rare
793 Bugzilla   : 18154
794 Descriptoin: don't lose wakeup for imp_recovery_waitq
795 Details    : recover_import_no_retry or invalidate_import and import_close can
796              both sleep on imp_recovery_waitq, but we was send only one wakeup
797              to sleep queue.
798
799 Severity   : normal
800 Frequency  : always with long access acl
801 Bugzilla   : 17636
802 Descriptoin: mds can't pack reply with long acl.
803 Details    : mds don't control size of acl but they limited by reint/getattr
804              reply buffer.
805
806 Severity   : enhancement
807 Bugzilla   : 18061
808 Description: Update to SLES10 kernel-2.6.16.60-0.33.
809
810 Severity   : enhancement
811 Bugzilla   : 18060
812 Description: Update to RHEL5 kernel-2.6.18-92.1.22.el5.
813
814 Severity   : normal
815 Frequency  : start MDS on uncleanly shutdowned MDS device
816 Bugzilla   : 18049
817 Descriptoin: aborting recovery hang on MDS
818 Details    : don't throttle destroy RPCs for the MDT.
819
820 Severity   : major
821 Frequency  : on remount
822 Bugzilla   : 18018
823 Description: external journal device not working after the remount
824 Details    : clear dev_rdonly flag for external journal devices in
825              blkdev_put()
826
827 Severity   : minor
828 Frequency  : rare
829 Bugzilla   : 17802
830 Description: shutdown vs evict race
831 Details    : client_disconnect_export vs connect request race.
832              if client will evicted at this time - we start invalidate
833              thread without referece to import and import can be freed
834              at same time.
835
836 Severity   : normal
837 Frequency  : rare, need acl's on inode.
838 Bugzilla   : 16492
839 Description: client can't handle ost additional correctly
840 Details    : if ost was added after client connected to mds client can have
841              hit lnet_try_match_md ... to big messages to wide striped files.
842              in this case need teach client to handle config events about add
843              lov target and update client max ea size at that event.
844
845 Severity   : enhancement
846 Bugzilla   : 15699
847 Description: Changelogs
848 Details    : Changelogs are a lightweight mechanism to track filesystem
849              metadata and namespace changes.  The changelog is recorded
850              permanently on the MDTs, and is periodically "consumed" / purged
851              when records are no longer needed.
852
853 Severity   : enhancement
854 Bugzilla   : 15957
855 Description: compact fld format with extents
856 Details    : Store range of seq rather than every seq in FLD. Seq
857              controller update FLD rather than clients. In Case of CMD, mdt0
858              has FLD, all other metadata server act as non persistent proxy
859              for FLD queries and cache fld entries in fld cache.
860
861 Severity   : normal
862 Frequency  : rare
863 Bugzilla   : 16081
864 Description: don't skip ost target if they assigned to file
865 Details    : Drop slow OSCs if we can, but not for requested start idx.
866              This means "if OSC is slow and it is not the requested
867              start OST, then it can be skipped, otherwise skip it only
868              if it is inactive/recovering/out-of-space.
869
870 Severity   : normal
871 Bugzilla   : 16080
872 Description: more cleanup in mds_lov
873 Details    : not send LOV EA under replay, we can't know about they size at this
874              time. Don't allow client connect to mds before any ost connected,
875              for avoid problems with LOV EA size and returning EIO to client.
876
877 Severity   : enhancement
878 Bugzilla   : 11826
879 Description: Interoperability at server side (Disk interoperability)
880
881 Severity   : enhancement
882 Bugzilla   : 17201
883 Description: Update to RHEL5 kernel-2.6.18-92.1.17.el5.
884
885 Severity   : enhancement
886 Bugzilla   : 17458
887 Description: Update to SLES10 SP2 kernel-2.6.16.60-0.31.
888
889 Severity   : enhancement
890 Bugzilla   : 14166
891 Description: New client IO stack (CLIO).
892
893 Severity   : enhancement
894 Bugzilla   : 15393
895 Description: Commit on sharing. Eliminate inter-client dependencies between
896              uncommitted transactions by doing transaction commits.
897              Thereby clients may recovery independently.
898
899 Severity   : normal
900 Frequency  : Create a symlink file with a very long name
901 Bugzilla   : 16578
902 Description: ldlm_cancel_pack()) ASSERTION(max >= dlm->lock_count + count)
903 Details    : If there is no extra space in the request for early cancels,
904              ldlm_req_handles_avail() returns 0 instead of a negative value.
905
906 Severity   : enhancement
907 Bugzilla   : 1819
908 Description: Add /proc entry for import status
909 Details    : The mdc, osc, and mgc import directories now have
910              an import directory that contains useful import data for debugging
911              connection problems.
912
913 Severity   : enhancement
914 Bugzilla   : 15966
915 Description: Re-disable certain /proc logging
916 Details    : Enable and disable client's offset_stats, extents_stats and
917              extents_stats_per_process stats logging on the fly.
918
919 Severity   : major
920 Frequency  : Only on FC kernels 2.6.22+
921 Bugzilla   : 16303
922 Description: oops in statahead
923 Details    : Do not drop reference count for the dentry from VFS when lookup,
924              VFS will do that by itself.
925
926 Severity   : enhancement
927 Bugzilla   : 16643
928 Description: Generic /proc file permissions
929 Details    : Set /Proc file permissions in a more generic way to enable non-
930              root users operate on some /proc files.
931
932 Severity   : major
933 Bugzilla   : 16561
934 Description: Hitting mdc_commit_close() ASSERTION
935 Details    : Properly handle request reference release in
936              ll_release_openhandle().
937
938 Severity   : major
939 Bugzilla   : 14840
940 Description: quota recovery deadlock during mds failover
941 Details    : This patch includes att18982, att18236, att18237 in bz14840.
942              Slove the problems:
943              1. fix osts hang when mds does failover with quotaon
944              2. prevent watchdog storm when osts threads wait for the
945                 recovery of mds
946
947 Severity   : normal
948 Bugzilla   : 15975
949 Frequency  : only patchless client
950 Description: add workaround for race between add/remove dentry from hash
951
952 Severity   : enhancement
953 Bugzilla   : 16845
954 Description: Allow OST glimpses to return PW locks
955
956 Severity   : minor
957 Bugzilla   : 16717
958 Description: LBUG when llog conf file is full
959 Details    : When llog bitmap is full, ENOSPC should be returned for plain log.
960
961 Severity   : normal
962 Bugzilla   : 16907
963 Description: Prevent import from entering FULL state when server in recovery
964
965 Severity   : major
966 Bugzilla   : 16750
967 Description: service mount cannot take device name with ":"
968 Details    : Only when device name contains ":/" will mount treat it as
969              client mount.
970
971 Severity   : normal
972 Bugzilla   : 15927
973 Frequency  : rare
974 Description: replace ptlrpcd with the statahead thread to interpret the async
975              statahead RPC callback
976
977 Severity   : normal
978 Bugzilla   : 16611
979 Frequency  : on recovery
980 Description: I/O failures after umount during fail back
981 Details    : if client reconnected to restarted server we need join to recovery
982              instead of find server handler is changed and process self
983              eviction with cancel all locks.
984
985 Severity   : enhancement
986 Bugzilla   : 16633
987 Description: Update to RHEL5 kernel-2.6.18-92.1.10.el5.
988
989 Severity   : enhancement
990 Bugzilla   : 16547
991 Description: Update to SLES10 SP2 kernel-2.6.16.60-0.27.
992
993 Severity   : enhancement
994 Bugzilla   : 16566
995 Description: Upcall on Lustre log has been dumped
996 Details    : Allow for a user mode script to be called once a Lustre log has
997              been dumped. It passes the filename of the dumped log to the
998              script, the location of the script can be specified via
999              /proc/sys/lnet/debug_log_upcall.
1000
1001 Severity   : minor
1002 Bugzilla   : 16583
1003 Frequency  : rare
1004 Description: avoid idr_remove called for id which is not allocated.
1005 Details    : Move assigment s_dev for clustered nfs to end of initialization,
1006              to avoid problem with error handling.
1007
1008 Severity   : minor
1009 Bugzilla   : 16109
1010 Frequency  : rare
1011 Description: avoid Already found the key in hash [CONN_UNUSED_HASH] messages
1012 Details    : When connection is reused this not moved from CONN_UNUSED_HASH
1013              into CONN_USED_HASH and this prodice warning when put connection
1014              again in unused hash.
1015
1016
1017 Severity   : enhancement
1018 Bugzilla   : 15899
1019 Description: File striping can now be set to use an arbitrary pool of OSTs.
1020
1021 Severity   : enhancement
1022 Bugzilla   : 16573
1023 Description: Export bytes_read/bytes_write count on OSC/OST.
1024
1025 Severity   : normal
1026 Bugzilla   : 16237
1027 Description: Early reply size mismatch, MGC loses connection
1028 Details    : Apply the MGS_CONNECT_SUPPORTED mask at reconnect time so
1029              the connect flags are properly negotiated.
1030
1031 Severity   : normal
1032 Frequency  : often
1033 Bugzilla   : 16125
1034 Description: quotas are not honored with O_DIRECT
1035 Details    : all writes with the flag O_DIRECT will use grants which leads to
1036              this problem. Now using OBD_BRW_SYNC to guard this.
1037
1038 Severity   : normal
1039 Bugzilla   : 15058
1040 Description: add quota statistics
1041 Details    : 1. sort out quota proc entries and proc code.
1042              2. add quota statistics
1043
1044 Severity   : enhancement
1045 Bugzilla   : 13058
1046 Description: enable quota support for HEAD.
1047
1048 Severity   : normal
1049 Bugzilla   : 16006
1050 Description: Properly propagate oinfo flags from lov to osc for statfs
1051 Details    : restore missing copy oi_flags to lov requests.
1052
1053 Severity   : enhancement
1054 Bugzilla   : 16581
1055 Description: Add man pages for llobdstat(8), llstat(8), plot-llstat(8),
1056            : l_getgroups(8), lst(8), routerstat(8)
1057 Details    : included man pages for llobdstat(8), llstat(8),
1058            : plot-llstat(8), l_getgroups(8), lst(8), routerstat(8)
1059
1060 Severity   : enhancement
1061 Bugzilla   : 16091
1062 Description: configure's --enable-quota should check the
1063            : kernel .config for CONFIG_QUOTA
1064 Details    : configure is terminated if --enable-quota is passed but
1065            : no quota support is in kernel
1066
1067 Severity   : normal
1068 Bugzilla   : 13139
1069 Description: Remove portals compatibility
1070 Details    : Remove portals compatibility, not interoperable with releases
1071              before 1.4.6
1072
1073 Severity   : normal
1074 Bugzilla   : 15576
1075 Description: Resolve device initialization race
1076 Details    : Prevent proc handler from accessing devices added to the
1077              obd_devs array but yet be intialized.
1078
1079 Severity   : enhancement
1080 Bugzilla   : 15308
1081 Description: Update to SLES10 SP2 kernel-2.6.16.60-0.23.
1082
1083 Severity   : enhancement
1084 Bugzilla   : 16190
1085 Description: Update to RHEL5 kernel-2.6.18-92.1.6.el5.
1086
1087 Severity   : normal
1088 Bugzilla   : 12975
1089 Frequency  : rare
1090 Description: Using wrong pointer in osc_brw_prep_request
1091 Details    : Access to array[-1] can produce panic if kernel compiled with
1092              CONFIG_PAGE_ALLOC enabled
1093
1094 Severity   : normal
1095 Bugzilla   : 16037
1096 Description: Client runs out of low memory
1097 Details    : Consider only lowmem when counting initial number of llap pages
1098
1099 Severity   : normal
1100 Bugzilla   : 15625
1101 Description: *optional* service tags registration
1102 Details    : if the "service tags" package is installed on a Lustre node
1103              When the filesystem is mounted, a local-node service tag will
1104              be created.  See http://inventory.sun.com/ for more information
1105              about the Service Tags asset management system.
1106
1107 Severity   : normal
1108 Bugzilla   : 15825
1109 Description: Kernel BUG tries to release flock
1110 Details    : Lustre does not destroy flock lock before last reference goes
1111              away. So always drop flock locks when client is evicted and
1112              perform unlock regardless of successfulness of speaking to MDS.
1113
1114 Severity   : normal
1115 Bugzilla   : 15210
1116 Description: add refcount protection for osc callbacks, avoid panic on shutdown
1117
1118 Severity   : normal
1119 Bugzilla   : 12653
1120 Description: sanity test 65a fails if stripecount of -1 is set
1121 Details    : handle -1 striping on filesystem in ll_dirstripe_verify
1122
1123 Severity   : normal
1124 Bugzilla   : 14742
1125 Frequency  : rare
1126 Description: ASSERTION(CheckWriteback(page,cmd)) failed
1127 Details    : badly clear PG_Writeback bit in ll_ap_completion can produce false
1128              positive assertion.
1129
1130 Severity   : enhancement
1131 Bugzilla   : 15865
1132 Description: Update to RHEL5 kernel-2.6.18-53.1.21.el5.
1133
1134 Severity   : major
1135 Bugzilla   : 15924
1136 Description: do not process already freed flock
1137 Details    : flock can possibly be freed by another thread before it reaches
1138              to ldlm_flock_completion_ast.
1139
1140 Severity   : normal
1141 Bugzilla   : 14480
1142 Description: LBUG during stress test
1143 Details    : Need properly lock accesses the flock deadlock detection list.
1144
1145 Severity   : minor
1146 Bugzilla   : 15837
1147 Description: oops in page fault handler
1148 Details    : kernel page fault handler can return two special 'pages' in error
1149              case, don't try dereference NOPAGE_SIGBUS and NOPAGE_OMM.
1150
1151 Severity   : minor
1152 Bugzilla   : 15716
1153 Description: timeout with invalidate import.
1154 Details    : ptlrpcd_check call obd_zombie_impexp_cull and wait request which
1155              should be handled by ptlrpcd. This produce long age waiting and
1156              -ETIMEOUT ptlrpc_invalidate_import and as result LASSERT.
1157
1158 Severity   : enhancement
1159 Bugzilla   : 15741
1160 Description: Update to RHEL5 kernel-2.6.18-53.1.19.el5.
1161
1162 Severity   : major
1163 Bugzilla   : 14134
1164 Description: enable MGS and MDT services start separately
1165 Details    : add a 'nomgs' option in mount.lustre to enable start a MDT with
1166              a co-located MGS without starting the MGS, which is a complement
1167              to 'nosvc' mount option.
1168
1169 Severity   : normal
1170 Bugzilla   : 14835
1171 Frequency  : after recovery
1172 Description: precreate to many object's after del orphan.
1173 Details    : del orphan st in oscc last_id == next_id and this triger growing
1174              count of precreated objects. Set flag LOW to skip increase count
1175              of precreated objects.
1176
1177 Severity   : normal
1178 Bugzilla   : 15139
1179 Frequency  : rare, on clear nid stats
1180 Description: ASSERTION(client_stat->nid_exp_ref_count == 0)
1181 Details    : when clean nid stats sometimes try destroy live entry,
1182              and this produce panic in free.
1183
1184 Severity   : major
1185 Bugzilla   : 15575
1186 Description: Stack overflow during MDS log replay
1187              ease stack pressure by using a thread dealing llog_process.
1188
1189 Severity   : normal
1190 Bugzilla   : 15443
1191 Description: wait until IO finished before start new when do lock cancel.
1192 Details    : VM protocol want old IO finished before start new, in this case
1193              need wait until PG_writeback is cleared until check dirty flag and
1194              call writepages in lock cancel callback.
1195
1196 Severity   : enhancement
1197 Bugzilla   : 14929
1198 Description: using special macro for print time and cleanup in includes.
1199
1200 Severity   : normal
1201 Bugzilla   : 12888
1202 Description: mds_mfd_close() ASSERTION(rc == 0)
1203 Details    : In mds_mfd_close(), we need protect inode's writecount change
1204              within its orphan write semaphore to prevent possible races.
1205
1206 Severity   : minor
1207 Bugzilla   : 14929
1208 Description: Obsolete CURRENT_SECONDS and use cfs_time_current_sec() instead.
1209
1210 Severity   : minor
1211 Bugzilla   : 14645
1212 Frequency  : rare, on shutdown ost
1213 Description: don't hit live lock with umount ost.
1214 Details    : shrink_dcache_parent can be in long loop with destroy dentries,
1215              use shrink_dcache_sb instead.
1216
1217 Severity   : minor
1218 Bugzilla   : 14949
1219 Description: don't panic with use echo client
1220 Details    : echo client pass NULL as client nid pointer and this produce null
1221              pointer dereference.
1222
1223 Severity   : normal
1224 Bugzilla   : 15278
1225 Description: fix build on ppc32
1226 Details    : compile code with -m64 flag produce wrong object file for ppc32.
1227
1228 Severity   : normal
1229 Bugzilla   : 12191
1230 Description: add message levels for liblustreapi
1231
1232 Severity   : normal
1233 Bugzilla   : 13380
1234 Description: fix for occasional failure case of -ENOSPC in recovery-small tests
1235 Details    : Move the 'good_osts' check before the 'total_bavail' check.  This
1236              will result in an -EAGAIN and in the exit call path we call
1237              alloc_rr() which will with increasing aggressiveness attempt to
1238              aquire precreated objects on the minimum number of required OSCs.
1239
1240 Severity   : major
1241 Bugzilla   : 14326
1242 Description: Use old size assignment to avoid deadlock
1243 Details    : Reverts the changes in bugs 2369 and bug 14138 that introduced
1244              the scheduling while holding a spinlock.  We do not need locking
1245              for size in ll_update_inode() because size is only updated from
1246              the MDS for directories or files without objects, so there is no
1247              other place to do the update, and concurrent access to such inodes
1248              are protected by the inode lock.
1249
1250 Severity   : normal
1251 Bugzilla   : 14746
1252 Description: resolve "_IOWR redefined" build error on SLES10
1253
1254 Severity   : normal
1255 Bugzilla   : 14763
1256 Description: dump the memory debugging after all modules are unloaded to
1257              suppress false negative in conf_sanity test 39
1258
1259 Severity   : enhancement
1260 Bugzilla   : 15316
1261 Description: build kernel-ib packages for OFED 1.3 in our release cycle
1262
1263 Severity   : minor
1264 Bugzilla   : 13969
1265 Frequency  : always
1266 Description: fix SLES kernel versioning
1267 Details    : the kernel version for our SLES 10 kernel did not include a "-"
1268              before the "smp" at the end.  while this was not a problem in
1269              general, it did mean that software trying to use the kernel
1270              version to try to detect a vendor specific kernel would fail.
1271              this was most evident by the OFED build scripts.
1272
1273 Severity   : normal
1274 Bugzilla   : 14803
1275 Description: Don't update lov_desc members until making sure they are valid
1276 Details    : When updating lov_desc members via proc fs, need fix their
1277              validities before doing the real update.
1278
1279 Severity   : normal
1280 Bugzilla   : 15069
1281 Description: don't put request into delay list while invalidate in flight.
1282 Details    : ptlrpc_delay_request sometimes put in delay list while invalidate
1283              import in flight. this produce timeout for invalidate and sometimes
1284              can cause stale data.
1285
1286 Severity   : minor
1287 Bugzilla   : 14856
1288 Frequency  : on ppc only
1289 Description: not convert ost objects for directory because it's not exist.
1290 Details    : ll_dir_getstripe assume dirrectory has ost objects but this wrong.
1291
1292 Severity   : normal
1293 Bugzilla   : 12652
1294 Description: Add FMODE_EXEC file flag for SLES10 SP1 kernel.
1295
1296 Severity   : enhancement
1297 Bugzilla   : 13397
1298 Description: Update to support 2.6.22.14 vanilla kernel.
1299
1300 Severity   : normal
1301 Bugzilla   : 14533
1302 Frequency  : rare, on recovery
1303 Description: read procfs can produce deadlock in some situation
1304 Details    : Holding lprocfs lock which send rpc can produce block for destroy
1305              obd objects and this also block reconnect with -EALREADY. This
1306              isn't fix all lprocfs bugs - but make it rare.
1307
1308 Severity   : enhancement
1309 Bugzilla   : 15152
1310 Description: Update kernel to RHEL5 2.6.18-53.1.14.el5.
1311
1312 Severity   : major
1313 Frequency  : frequent on X2 node
1314 Bugzilla   : 15010
1315 Description: mdc_set_open_replay_data LBUG
1316 Details    : Set replay data for requests that are eligible for replay.
1317
1318 Severity   : normal
1319 Bugzilla   : 14321
1320 Description: lustre_mgs: operation 101 on unconnected MGS
1321 Details    : When MGC is disconnected from MGS long enough, MGS will evict the
1322              MGC, and late on MGC cannot successfully connect to MGS and a lot
1323              of the error messages complaining that MGS is not connected.
1324
1325 Severity   : major
1326 Bugzilla   : 15027
1327 Frequency  : on network error
1328 Description: panic with double free request if network error
1329 Details    : mdc_finish_enqueue is finish request if any network error ocuring,
1330              but it's true only for synchronus enqueue, for async enqueue
1331              (via ptlrpcd) this incorrect and ptlrpcd want finish request
1332              himself.
1333
1334 Severity   : enhancement
1335 Bugzilla   : 11401
1336 Description: client-side metadata stat-ahead during readdir(directory readahead)
1337 Details    : perform client-side metadata stat-ahead when the client detects
1338              readdir and sequential stat of dir entries therein
1339
1340 Severity   : major
1341 Frequency  : on start mds
1342 Bugzilla   : 14884
1343 Description: Implement get_info(last_id) in obdfilter.
1344
1345 Severity   : normal
1346 Frequency  : occasional
1347 Bugzilla   : 13537
1348 Description: Correctly check stale fid, not start epoch if ost not support SOM
1349 Details    : open with flag O_CREATE need set old fid in op_fid3 because
1350              op_fid2 was overwritten with new generated fid, but mds can answer
1351              with one of these two fids and both is not stale.  Setattr
1352              incorrectly started an epoch and assume will be called
1353              done_writing, but without SOM done_writing ever being called.
1354
1355 Severity   : major
1356 Frequency  : rare, depends on device drivers and load
1357 Bugzilla   : 14529
1358 Description: MDS or OSS nodes crash due to stack overflow
1359 Details    : Code changes in 1.8.0 increased the stack usage of some functions.
1360              In some cases, in conjunction with device drivers that use a lot
1361              of stack the MDS (or possibly OSS) service threads could overflow
1362              the stack.  One change which was identified to consume additional
1363              stack has been reworked to avoid the extra stack usage.
1364
1365 Severity   : normal
1366 Frequency  : occasional
1367 Bugzilla   : 13730
1368 Description: Do not fail import if osc_interpret_create gets -EAGAIN
1369 Details    : If osc_interpret_create got -EAGAIN it immediately exits and
1370              wakeup oscc_waitq.  After wakeup oscc_wait_for_objects call
1371              oscc_has_objects and see OSC has no objests and call
1372              oscc_internal_create to resend create request.
1373
1374 Severity   : enhancement
1375 Bugzilla   : 14858
1376 Description: Update to SLES10 SP1 latest kernel-2.6.16.54-0.2.5.
1377
1378 Severity   : enhancement
1379 Bugzilla   : 14876
1380 Description: Update to RHEL5 latest kernel-2.6.18-53.1.13.el5.
1381
1382 Severity   : normal
1383 Frequency  : very rare
1384 Bugzilla   : 3462
1385 Description: Fix replay if there is an un-replied request and open
1386 Details    : In some cases, older replay request will revert the
1387              mcd->mcd_last_xid on MDS which is used to record the client's
1388              latest sent request.
1389
1390 Severity   : enhancement
1391 Bugzilla   : 14720
1392 Description: Update to RHEL5 latest kernel-2.6.18-53.1.6.el5.
1393
1394 Severity   : enhancement
1395 Bugzilla   : 14482
1396 Description: Add rhel5 support to HEAD.
1397
1398 Serverity  : enhancement
1399 Bugzilla   : 14793
1400 Description: Update RHEL4 kernel to 2.6.9-67.0.4.
1401
1402 Severity   : minor
1403 Frequency  : rare
1404 Bugzilla   : 13196
1405 Description: Don't allow skipping OSTs if index has been specified.
1406 Details    : Don't allow skipping OSTs if index has been specified, make
1407              locking in internal create lots better.
1408
1409 Severity   : normal
1410 Bugzilla   : 12228
1411 Description: LBUG in ptlrpc_check_set() bad phase ebc0de00
1412 Details    : access to bitfield in structure is always rounded to long
1413              and this produce problem with not atomic change any bit.
1414
1415 Severity   : normal
1416 Bugzilla   : 13647
1417 Description: Lustre make rpms failed.
1418 Details    : Remove ldiskfs spec file to avoids rpmbuild be confused when
1419              builds Lustre rpms from tarball.
1420
1421 Severity   : normal
1422 Frequency  : rare on shutdown ost
1423 Bugzilla   : 14608
1424 Description: If llog cancel was not send before clean_exports phase, this can
1425              produce deadlock in llog code.
1426 Details    : If llog thread has last reference to obd and call class_import_put
1427              this produce deadlock because llog_cleanup_commit_master wait when
1428              last llog_commit_thread exited, but this never success because was
1429              called from llog_commit_thread.
1430
1431 Severity   : normal
1432 Bugzilla   : 9977
1433 Description: allow userland application know is lost one of stripes.
1434 Details    : fill lvb_blocks with error code on ost and return it to
1435              application if error flag found.
1436
1437 Severity   : normal
1438 Bugzilla   : 14607
1439 Description: NULL lov_tgts causing MDS oops
1440 Details    : more safe checks for NULL lov_tgts for avoid oops.
1441
1442 Severity   : enhancement
1443 Bugzilla   : 14531
1444 Description: Update to RHEL4 latest kernel-2.6.9-67.0.1.EL.
1445
1446 Severity   : normal
1447 Bugzilla   : 13375
1448 Descriptoin: make lov_create() will not stuck in obd_statfs_rqset()
1449 Details    : If an OST is down the MDS will hang indefinitely in
1450              obd_statfs_rqset() waiting for the statfs data. While for
1451              MDS QOS usage of statfs, it should not stuck in waiting.
1452
1453 Severity   : enhancement
1454 Bugzilla   : 11842
1455 Description: remote_acl support
1456 Details    : Support ACL-based permission check for remote user.
1457              Support setfacl/getfacl for remote user with the utils
1458              "lfs {l,r}{s,g}etfacl" which follow the same parameter format as
1459              the system "{s,g}etfacl" utils.
1460
1461 Severity   : enhancement
1462 Bugzilla   : 14288
1463 Description: Update to RHEL4 U6 kernel-2.6.9-67.EL.
1464
1465 Severity   : enhancement
1466 Bugzilla   : 14368
1467 Description: Update to RHEL5 latest kernel-2.6.18-53.1.4.el5.
1468
1469 Severity   : normal
1470 Bugzilla   : 14136
1471 Description: make mgs_setparam() handle fsname containing dash
1472 Details    : fsname containing a dash does not work with lctl conf_param
1473
1474 Severity   : enhancement
1475 Bugzilla   : 14388
1476 Description: Update to SLES10 SP1 latest kernel-2.6.16.54-0.2.3.
1477
1478 Severity   : enhancement
1479 Bugzilla   : 14289
1480 Description: Update to RHEL5 Update-1 kernel 2.6.18-53.el5.
1481
1482 Severity   : major
1483 Bugzilla   : 14260
1484 Frequency  : rare, at shutdown
1485 Description: access already free / zero obd_namespace.
1486 Details    : if client_disconnect_export was called without force flag set,
1487              and exist connect request in flight, this can produce access to
1488              NULL pointer (or already free pointer) when connect_interpret
1489              store ocd flags in obd_namespace.
1490
1491 Severity   : minor
1492 Bugzilla   : 14418
1493 Frequency  : only at startup
1494 Description: not alloc memory with spinlock held.
1495 Details    : allocation memory with GFP_KERNEL can produce sleep deadlock,
1496              if any spinlock held.
1497
1498 Severity   : enhancement
1499 Bugzilla   : 12211
1500 Description: make lustre randomly fail allocating memory
1501 Details    : Make lustre randomly failed allocating memory for testing purpose.
1502
1503 Severity   : enhancement
1504 Bugzilla   : 12702
1505 Description: lost problems with lov objid file
1506 Details    : Fixes some scability and access to not inited memory problems
1507              in work with lov objdid file.
1508
1509 Severity   : major
1510 Frequency  : always
1511 Bugzilla   : 14270
1512 Description: lfs find does not continue on file error
1513 Details    : Continue other files processing when a file/dir is absent.
1514
1515 Severity   : normal
1516 Bugzilla   : 11791
1517 Description: Inconsistent usage of lustre_pack_reply()
1518 Details    : Standardize the usage of lustre_pack_reply() such that it
1519              always generate a CERROR on failure.
1520
1521 Severity   : major
1522 Frequency  : occasional
1523 Bugzilla   : 13917
1524 Description: MDS hang or stay in waiting lock
1525 Details    : If client receive lock with CBPENDING flag ldlm need send lock
1526              cancel as separate rpc, to avoid situation when cancel request
1527              can't processed due all i/o threads stay in wait lock.
1528
1529 Severity   : normal
1530 Bugzilla   : 13969
1531 Description: Update to RHEL5 kernel 2.6.18-8.1.15.el5.
1532
1533 Severity   : normal
1534 Bugzilla   : 13874
1535 Description: Update to SLES10 SP1 kernel 2.6.16.53-0.16
1536
1537 Severity   : normal
1538 Bugzilla   : 13889
1539 Description: Update to SLES9 kernel-2.6.5-7.287.3.
1540
1541 Severity   : normal
1542 Bugzilla   : 14041
1543 Description: Update to RHEL4 latest kernel.
1544
1545 Severity   : enhancement
1546 Bugzilla   : 13690
1547 Description: Build SLES10 patchless client fails
1548 Details    : The configure was broken by run ./configure with
1549              --with-linux-obj=.... argument for patchless client. When the
1550              configure use --with-linux-obj, the LINUXINCLUDE= -Iinclude
1551              can't search header adequately. Use absolute path such as
1552              -I($LINUX)/include instead.
1553
1554 Severity   : normal
1555 Bugzilla   : 13888
1556 Description: interrupt oig_wait produce painc on resend.
1557 Details    : brw_redo_request can be used for resend requests from ptlrpcd and
1558              private set, and this produce situation when rq_ptlrpcd_data not
1559              copyed to new allocated request and triggered LBUG on assert
1560              req->rq_ptlrpcd_data != NULL. But this member used only for wakeup
1561              ptlrpcd set if request is changed and can be safety changed to use
1562              rq_set directly.
1563
1564 Severity   : normal
1565 Bugzilla   : 13497
1566 Description: LASSERT_{REQ,REP}SWAB macros are buggy
1567 Details    : If SWAB_PARANOIA is disabled, the LASSERT_REQSWAB and
1568              LASSERT_REPSWAB macros become no-ops, which is incorrect. Drop
1569              these macros and replace them with their difinitions instead.
1570
1571 Severity   : normal
1572 Bugzilla   : 13521
1573 Description: Update kernel patches for SLES10 2.6.16.53-0.8.
1574 Details    : Update which_patch & target file for SLES10 latest kernel.
1575
1576 Bugzilla   : 12411
1577 Description: Remove client patches from SLES 10 kernel.
1578 Details    : This causes SLES 10 clients to behave as patchless clients
1579              even on a Lustre-patched (server) kernel.
1580
1581 Severity   : enhancement
1582 Bugzilla   : 2262
1583 Description: self-adjustable client's lru lists
1584 Details    : use adaptive algorithm for managing client cached locks lru
1585              lists according to current server load, other client's work
1586              pattern, memory activities, etc. Both, server and client
1587              side namespaces provide number of proc tunables for controlling
1588              things
1589
1590 Severity   : enhancement
1591 Bugzilla   : 13641
1592 Description: light-weight GSS support
1593 Details    : Support krb5n and krb5a mode, which keep Kerberos 5 authentication
1594              and reduce performance overhead.
1595
1596 Severity   : enhancement
1597 Bugzilla   : 11832
1598 Description: Linux keyring support
1599 Details    : Support using service of Linux keyring for Lustre GSS internal
1600              context refresh/cache mechanism.
1601
1602 Severity   : normal
1603 Bugzilla   : 12186
1604 Description: Fix errors in lfs documentation
1605 Details    : Fixes man pages
1606
1607 Severity   : normal
1608 Bugzilla   : 12606
1609 Description: don't use GFP_* in generic Lustre code.
1610 Details    : Use cfs_alloc_* functions and CFS_* flags for code portability.
1611
1612 Severity   : normal
1613 Bugzilla   : 12333
1614 Description: obdclass is limited by single OBD_ALLOC(idarray)
1615 Details    : replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE
1616
1617 Severity   : normal
1618 Bugzilla   : 13006
1619 Description: warnings with build patchless client with vanila 2.6.19 and up
1620 Details    : change old ctl_table style and replace ctl_table/ctl_table_header
1621              with cfs_sysctl_table_t/cfs_sysctl_table_header_t
1622
1623 Severity   : normal
1624 Bugzilla   : 13177
1625 Frequency  : Only for SLES
1626 Description: sanity_quota fail test_1
1627 Details    : There are multiple occurences of $TSTUSR in SLES's /etc/group
1628              file, which makes TSTID[2] inunique.
1629
1630 Severity   : normal
1631 Bugzilla   : 13249
1632 Frequency  : Only for SLES9
1633 Description: Kernel patches for SLES9 2.6.5-7.286 kernel
1634 Details    : Update target/ChangeLog/which_patch .
1635
1636 Severity   : normal
1637 Bugzilla   : 13170
1638 Frequency  : Only for test_10 in sanity-quota.sh
1639 Description: a bug in quota test code
1640 Details    : checking a test flag in a wrong place
1641
1642 Severity   : normal
1643 Bugzilla   : 13171
1644 Frequency  : Only for test_13 in sanity-quota.sh
1645 Description: a bug in quota test script
1646 Details    : shouldn't check overfull allocated quota
1647
1648 Severity   : normal
1649 Bugzilla   : 12955
1650 Description: jbd statistics
1651 Details    : Port older jbd statistics patch for sles10
1652
1653 Severity   : enhancement
1654 Bugzilla   : 11721
1655 Description: Add printing inode info into message about error in writepage.
1656
1657 Severity   : normal
1658 Bugzilla   : 11974
1659 Frequency  : Rare
1660 Description: reply_lock_interpret crash due to race with it and lock cancel.
1661 Details    : Do not replay locks that are being cancelled. Do not reference
1662              locks by their address during replay, just by their handle.
1663
1664 Severity   : normal
1665 Bugzilla   : 13103
1666 Frequency  : When flocks are used.
1667 Description: assertion failure in ldlm_cli_enquque_fini for non NULL lock.
1668 Details    : Flock locks might destroy just granted lock if it could be merged
1669              with another existing flock, this is done in completion handler,
1670              so teach ldlm_cli_enquque_fini that this is a valid case for
1671              flock locks.
1672
1673 Severity   : minor
1674 Bugzilla   : 13276
1675 Frequency  : rare
1676 Description: Oops in read and write path when failing to allocate lock.
1677 Details    : Check if lock allocation failed and return error back.
1678
1679 Severity   : normal
1680 Bugzilla   : 11679
1681 Description: lstripe command fails for valid OST index
1682 Details    : The stripe offset is compared to lov->desc.ld_tgt_count
1683              instead of lov->desc.ld_active_tgt_count.
1684
1685 Severity   : normal
1686 Bugzilla   : 12584
1687 Description: sanity.sh failed test 103
1688 Details    : RHEL mis-interpret setfacl "-X" param, so we won't test setfacl
1689              with param "-X".
1690
1691 Severity   : normal
1692 Bugzilla   : 12743
1693 Description: df doesn't work properly if diskfs blocksize != 4K
1694 Details    : Choose biggest blocksize of OST's as the LOV's blocksize.
1695
1696 Severity   : normal
1697 Bugzilla   : 12836
1698 Description: lfs find on -1 stripe looping in lsm_lmm_verify_common()
1699 Details    : Avoid lov_verify_lmm_common() on directory with -1 stripe count.
1700
1701 Severity   : enhancement
1702 Bugzilla   : 3055
1703 Description: Adaptive timeouts
1704 Details    : RPC timeouts adapt to changing server load and network
1705              conditions to reduce resend attempts and improve recovery time.
1706
1707 Severity   : normal
1708 Bugzilla   : 12192
1709 Description: llapi_file_create() does not allow some changes
1710 Details    : add llapi_file_open() that allows specifying the mode and
1711              open flags, and also returns an open file handle.
1712
1713 Severity   : normal
1714 Bugzilla   : 11248
1715 Description: merge and cleanup kernel patches.
1716 Details    : Remove mnt_lustre_list in vfs_intent-2.6-rhel4.patch.
1717
1718 Severity   : normal
1719 Bugzilla   : 10657
1720 Description: Add journal checksum support.(Kernel part)
1721 Details    : The journal checksum feature adds two new flags i.e
1722              JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT and
1723              JBD2_FEATURE_COMPAT_CHECKSUM. JBD2_FEATURE_CHECKSUM flag
1724              indicates that the commit block contains the checksum for
1725              the blocks described by the descriptor blocks. Now commit
1726              record can be sent to disk without waiting for descriptor
1727              blocks to be written to disk. This behavior is controlled
1728              using JBD2_FEATURE_ASYNC_COMMIT flag.
1729
1730 Severity   : minor
1731 Bugzilla   : 12446
1732 Description: OSS needs mutliple precreate threads
1733 Details    : Add ability to start more than one create thread per OSS.
1734
1735 Severity   : normal
1736 Bugzilla   : 13362
1737 Description: Sanity.sh test_65k failed: setstripe should have succeeded
1738 Details    : execute lfs setstripe on client
1739
1740 Severity   : major
1741 Bugzilla   : 12223
1742 Description: mds_obd_create error creating tmp object
1743 Details    : When the user sets quota on root, llog will be affected and can't
1744              create files and write files.
1745
1746 Severity   : normal
1747 Frequency  : Always on ia64 patchless client, and possibly others.
1748 Bugzilla   : 12826
1749 Description: Add EXPORT_SYMBOL check for node_to_cpumask symbol.
1750 Details    : This allows the patchless client to be loaded on architectures
1751              without this export.
1752
1753 Severity   : normal
1754 Bugzilla   : 13039
1755 Description: RedHat Update kernel for RHEL5
1756 Details    : Add the kernel config file for RHEL5.
1757
1758 Severity   : normal
1759 Bugzilla   : 13039
1760 Description: RedHat Update kernel for RHEL5
1761 Details    : Modify the kernel config file more closer RHEL5.
1762
1763 Severity   : normal
1764 Bugzilla   : 13360
1765 Description: Build failure against Centos5 (RHEL5)
1766 Details    : Define PAGE_SIZE when it isn't present.
1767
1768 Severity   : minor
1769 Bugzilla   : 13363
1770 Description: test_7 on sanity-quota.sh can't be used on separate machines
1771 Details    : add facet to handle it
1772
1773 Severity   : normal
1774 Bugzilla   : 13030
1775 Description: "ll_intent_file_open()) lock enqueue: err: -13" with nfs
1776 Details    : with NFS, the anon dentry's parent was set to itself in
1777              d_alloc_anon(), so in MDS, we use rec->ur_fid1 to find the
1778              corresponding dentry other than use rec->ur_name.
1779
1780 Severity   : enhancement
1781 Bugzilla   : 12786
1782 Description: lfs setstripe enhancement
1783 Details    : Make lfs setstripe understand 'k', 'm' and 'g' for stripe size.
1784
1785 Severity   : normal
1786 Bugzilla   : 12398
1787 Description: enable data checksumming by default
1788 Details    : enable checksum by default, allow --disable-checksum
1789              configure option and "-o nochecksum" mount option.  Checksums
1790              can also be disabled at runtime via $LPROC/osc/*/checksum_pages.
1791
1792 Severity   : normal
1793 Bugzilla   : 11802
1794 Description: lustre support for RHEL5
1795 Details    : Add support for RHEL5.
1796
1797 Severity   : normal
1798 Bugzilla   : 12459
1799 Description: Client eviction due to failover config
1800 Details    : after a connection loss, the lustre client should attempt to
1801              reconnect to the last active server first before trying the
1802              other potential connections.
1803
1804 Severity   : minor
1805 Bugzilla   : 12588
1806 Description: when mds and osts use different quota unit(32bit and 64bit),
1807              quota will be released repeatly.
1808 Details    : void sending multiple quota reqs to mds, which will keep the
1809              status between the reqs.
1810
1811 Severity   : normal
1812 Bugzilla   : 13125
1813 Description: osts not allocated evenly to files
1814 Details    : change the condition to increase offset_idx
1815
1816 Severity   : critical
1817 Frequency  : Always for filesystems larger than 2TB on 32-bit systems.
1818 Bugzilla   : 13547
1819 Description: Data corruption for OSTs that are formatted larger than 2TB
1820              on 32-bit servers.
1821 Details    : When generating the bio request for lustre file writes the
1822              sector number would overflow a temporary variable before being
1823              used for the IO.  The data reads correctly from Lustre (which
1824              will overflow in a similar manner) but other file data or
1825              filesystem metadata may be corrupted in some cases.
1826
1827 Severity   : normal
1828 Bugzilla   : 11230
1829 Description: Tune the kernel for good SCSI performance.
1830 Details    : Set the value of /sys/block/{dev}/queue/max_sectors_kb
1831              to the value of /sys/block/{dev}/queue/max_hw_sectors_kb
1832              in mount_lustre.
1833
1834 Severity   : cleanup
1835 Bugzilla   : 13532
1836 Description: rewrite ext2-derived code in obdclass/uuid.c
1837 Details    : rewrite inherited code (uuid parsing code from ext2 utils)
1838              from scratch preserving functionality.
1839
1840 Severity   : normal
1841 Bugzilla   : 13600
1842 Description: "lfs find -obd UUID" prints directories
1843 Details    : "lfs find -obd UUID" will return all directory names instead
1844              of just file names. It is incorrect because the directories
1845              do not reside on the OSTs.
1846
1847 Severity   : minor
1848 Bugzilla   : 2369
1849 Description: use i_size_read and i_size_write in 2.6 port
1850 Details    : replace inode->i_size access with i_size_read/write()
1851
1852 Severity   : normal
1853 Frequency  : when removing large files
1854 Bugzilla   : 13181
1855 Description: scheduling issue during removal of large Lustre files
1856 Details    : Don't take the BKL in fsfilt_ext3_setattr() for 2.6 kernels.
1857              It causes scheduling issues when removing large files (17TB in the
1858              present case).
1859
1860 Severity   : normal
1861 Frequency  : only with liblustre clients on XT3
1862 Bugzilla   : 12418
1863 Description: evictions taking too long
1864 Details    : allow llrd to evict clients directly on OSTs
1865
1866 Severity   : normal
1867 Frequency  : only on ppc
1868 Bugzilla   : 12234
1869 Description: /proc/fs/lustre/devices broken on ppc
1870 Details    : The patch as applied to 1.6.2 doesn't look correct for all arches.
1871              We should make sure the type of 'index' is loff_t and then cast
1872              explicitly as needed below.  Do not assign an explicitly cast
1873              loff_t to an int.
1874
1875 Severity   : normal
1876 Frequency  : only for rhel5
1877 Bugzilla   : 13616
1878 Description: Kernel patches update for RHEL5 2.6.18-8.1.10.el5.
1879 Details    : Modify the target file & which_kernel.
1880
1881 Severity   : enhancement
1882 Bugzilla   : 10786
1883 Description: omit set fsid for export NFS
1884 Details    : fix set/restore device id for avoid EMFILE error and mark lustre
1885              fs as FS_REQUIRES_DEV for avoid problems with generate fsid.
1886
1887 Severity   : normal
1888 Bugzilla   : 13304
1889 Frequency  : Always, for kernels after 2.6.16
1890 Description: Fix warning idr_remove called for id=.. which is not allocated.
1891 Details    : Last kernels save old s_dev before kill super and not allow
1892              to restore from callback - restore it before call kill_anon_super.
1893
1894 Severity   : minor
1895 Bugzilla   : 12948
1896 Description: buffer overruns could theoretically occur
1897 Details    : llapi_semantic_traverse() modifies the "path" argument by
1898              appending values to the end of the origin string, and a
1899              overrun may occur. Adding buffer overrun check in liblustreapi.
1900
1901 Severity   : normal
1902 Bugzilla   : 13334
1903 Description: Fix error on 'ls .' at the top of the Lustre mount.
1904 Details    : Don't revalidate dentry if it is a root dentry.
1905
1906 Severity   : normal
1907 Bugzilla   : 13518
1908 Description: Kernel patches update for RHEL4 2.6.9-55.0.6.
1909 Details    : Modify vm-tunables-rhel4.patch.
1910
1911 Severity   : normal
1912 Bugzilla   : 13452
1913 Description: Kernel config for 2.6.18-vanilla.
1914 Details    : Modify targets/2.6-vanilla.target.in.
1915              Add config file kernel-2.6.18-2.6-vanilla-i686.config.
1916              Add config file kernel-2.6.18-2.6-vanilla-i686-smp.config.
1917              Add config file kernel-2.6.18-2.6-vanilla-x86_64.config.
1918              Add config file kernel-2.6.18-2.6-vanilla-x86_64-smp.config.
1919
1920 Severity   : major
1921 Bugzilla   : 11710
1922 Description: improve handling recoverable errors
1923 Details    : if request processig with error which can be recoverable on server
1924              request should be resend, otherwise page released from cache and
1925              marked as error.
1926
1927 Severity   : critical
1928 Bugzilla   : 13751
1929 Description: Kernel patches update for RHEL5 2.6.18-8.1.14.el5.
1930 Details    : Modify target file & which_patch.
1931              A flaw was found in the IA32 system call emulation provided
1932              on AMD64 and Intel 64 platforms. An improperly validated 64-bit
1933              value could be stored in the %RAX register, which could trigger an
1934              out-of-bounds system call table access. An untrusted local user
1935              could exploit this flaw to run code in the kernel
1936              (ie a root privilege escalation). (CVE-2007-4573).
1937
1938 Severity   : major
1939 Bugzilla   : 13093
1940 Description: O_DIRECT bypasses client statistics.
1941 Details    : When running with O_DIRECT I/O, neither the client rpc_stats nor
1942              read_ahead_stats were updated. copied the stats section from
1943              osc_send_oap_rpc() into async_internal().
1944
1945 Severity   : normal
1946 Bugzilla   : 13454
1947 Description: Add jbd statistics patch for RHEL5 and 2.6.18-vanilla
1948
1949 Severity   : minor
1950 Bugzilla   : 13732
1951 Description: change order of libsysio includes
1952 Details    : '#include sysio.h' should always come before '#include xtio.h'
1953
1954 Severity   : normal
1955 Bugzilla   : 11673
1956 Description: handle "serious error: objid * already exists" more gracefully
1957 Details    : If LAST_ID value on disk is smaller than the objects existing in
1958              the O/0/d* directories, it indicates disk corruption and causes an
1959              LBUG(). If the object is 0-length, then we should use the existing
1960              object. This will help to avoid a full fsck in most cases.
1961
1962 Severity   : enhancement
1963 Bugzilla   : 13207
1964 Description: adapt the lustre_config script to support the upgrade case
1965 Details    : Add "-u" option for lustre_config script to support upgrading 1.4
1966              server targets to 1.6 in parallel.
1967
1968 Severity   : normal
1969 Bugzilla   : 13570
1970 Description: To avoid grant space > avaible space when the disk is almost
1971              full. Without this patch you might see the error "grant XXXX >
1972              available" or some LBUG about grant, when the disk is almost
1973              full.
1974 Details    : In filter_check_grant, for non_grant cache write, we should
1975              check the left space by  if (*left > ungranted + bytes), instead
1976              of (*left > ungranted), because only we are sure the left space
1977              is enough for another "bytes", then the ungrant space should be
1978              increase. In client, we should update cl_avail_grant only there
1979              is OBD_MD_FLGRANT in the reply.
1980
1981 Severity   : critical
1982 Bugzilla   : 13748
1983 Description: Update RHEL 4 kernel to fix local root privilege escalation.
1984 Details    : Update to the latest RHEL 4 kernel to fix the vulnerability
1985              described in CVE-2007-4573.  This problem could allow untrusted
1986              local users to gain root access.
1987
1988 Severity   : normal
1989 Frequency  : when using O_DIRECT and quotas
1990 Bugzilla   : 13930
1991 Description: Incorrect file ownership on O_DIRECT output files
1992 Details    : block usage reported by 'lfs quota' does not take into account
1993              files that have been written with O_DIRECT.
1994
1995 Severity   : normal
1996 Frequency  : always
1997 Bugzilla   : 13976
1998 Description: touch file failed when fs is not full
1999 Details    : OST in recovery should not be discarded by MDS in alloc_qos(),
2000              otherwise we can get ENOSP while fs is not full.
2001
2002 Severity   : normal
2003 Bugzilla   : 11301
2004 Description: parallel lock callbacks
2005 Details    : Instead of sending blocking and completion callbacks as separated
2006              requests, adding them to a set and sending in parallel.
2007
2008 Severity   : normal
2009 Frequency  : only for Cray XT3
2010 Bugzilla   : 12829/13455
2011 Description: Changing primary group doesn't change the group lustre assigns to
2012              a file
2013 Details    : When CRAY_XT3 is defined, the fsgid supplied by the client is
2014              overridden with the primary group provided by the group upcall,
2015              whereas the supplied fsgid can be trusted if it is in the list of
2016              supplementary groups returned by the group upcall.
2017
2018 Severity   : enhancement
2019 Bugzilla   : 14398
2020 Description: Allow masking D_WARNING, D_ERROR messages from console
2021 Details    : Console messages can now be disabled via lnet.printk.
2022
2023 Severity   : normal
2024 Bugzilla   : 14614
2025 Description: User code with malformed file open parameter crashes client node
2026 Details    : Before packing join_file req, all the related reference should be
2027              checked carefully in case some malformed flags cause fake
2028              join_file req on client.
2029
2030 Severity   : normal
2031 Bugzilla   : 14225
2032 Description: LDLM_ENQUEUE races with LDLM_CP_CALLBACK
2033 Details    : ldlm_completion_ast() assumes that a lock is granted when the req
2034              mode is equal to the granted mode. However, it should also check
2035              that LDLM_FL_CP_REQD is not set.
2036
2037 Severity   : normal
2038 Bugzilla   : 14360
2039 Description: Heavy nfs access might result in deadlocks
2040 Details    : After ELC code landed, it is now improper to enqueue any mds
2041              locks under och_sem, because enqueue might want to decide to
2042              cancel open locks for same inode we are holding och_sem for.
2043
2044 Severity   : normal
2045 Bugzilla   : 13843
2046 Description: Client eviction while running blogbench
2047 Details    : A lot of unlink operations with concurrent I/O can lead to a
2048              deadlock causing evictions. To address the problem, the number of
2049              oustanding OST_DESTROY requests is now throttled to
2050              max_rpcs_in_flight per OSC and LDLM_FL_DISCARD_DATA blocking
2051              callbacks are processed in priority.
2052
2053 Severity   : normal
2054 Bugzilla   : 13829
2055 Description: enable ACLs on MDS by default
2056 Details    : ACLs must be enabled on MDS by default.
2057
2058 Severity   : normal
2059 Frequency  : PPC/PPC64 only
2060 Bugzilla   : 14845
2061 Description: conflicts between asm-ppc64/types.h and lustre_types.h
2062 Details    : fix duplicated definitions between asm-ppc64/types.h and
2063              lustre_types.h on PPC.
2064
2065 Severity   : normal
2066 Frequency  : PPC/PPC64 only
2067 Bugzilla   : 14844
2068 Description: asm-ppc/segment.h does not exist
2069 Details    : fix compile issue on PPC.
2070
2071 Severity   : normal
2072 Bugzilla   : 14864
2073 Description: better handle error messages in extents code
2074
2075 Severity   : normal
2076 Frequency  : RHEL4 only
2077 Bugzilla   : 14618
2078 Description: mkfs is very slow on IA64/RHEL4
2079 Details    : A performance regression has been discovered in the MPT Fusion
2080              driver between versions 3.02.73rh and 3.02.99.00rh. As a
2081              consequence, we have downgraded the MPT Fusion driver in the RHEL4
2082              kernel from 3.02.99.00 to 3.02.73 until this problem is fixed.
2083
2084 Severity   : enhancement
2085 Bugzilla   : 14729
2086 Description: SNMP support enhancement
2087 Details    : Adding total number of sampled request for an MDS node in snmp
2088              support.
2089
2090 Severity   : enhancement
2091 Bugzilla   : 14748
2092 Description: Optimize ldlm waiting list processing for PR extent locks
2093 Details    : When processing waiting list for read extent lock and meeting read
2094              lock that is same or wider to it that is not contended, skip
2095              processing rest of the list and immediatelly return current
2096              status of conflictness, since we are guaranteed there are no
2097              conflicting locks in the rest of the list.
2098
2099 Severity   : normal
2100 Bugzilla   : 14774
2101 Description: Time out and refuse to reconnect
2102 Details    : When the failover node is the primary node, it is possible
2103              to have two identical connections in imp_conn_list. We must
2104              compare not conn's pointers but NIDs, otherwise we can defeat
2105              connection throttling.
2106
2107 Severity   : normal
2108 Bugzilla   : 13821
2109 Description: port llog fixes from b1_6 into HEAD
2110 Details    : Port llog reference couting and some llog cleanups from b1_6
2111              (bug 10800) into HEAD, for protect from panic and access to already
2112              free llog structures.
2113
2114 Severity   : normal
2115 Bugzilla   : 14483
2116 Description: Detect stride IO mode in read-ahead
2117 Details    : When a client does stride read, read-ahead should detect that and
2118              read-ahead pages according to the detected stride pattern.
2119
2120 Severity   : normal
2121 Bugzilla   : 13805
2122 Description: data checksumming impacts single node performance
2123 Details    : add support for several checksum algorithm. Currently, only CRC32
2124              and Adler-32 are supported. The checksum type can be changed on
2125              the fly via /proc/fs/lustre/osc/*/checksum_type.
2126
2127 Severity   : normal
2128 Bugzilla   : 14648
2129 Description: use adler32 for page checksums
2130 Details    : when available, use the Adler-32 algorithm instead of CRC32 for
2131              page checksums.
2132
2133 Severity   : normal
2134 Bugzilla   : 15033
2135 Description: build for x2 fails
2136 Details    : fix compile issue on Cray systems.
2137
2138 Severity   : normal
2139 Bugzilla   : 14379
2140 Description: Properly match for duplicate locks
2141 Details    : Due to different lock order from skiplists code, we need to
2142              traverse entire list for now
2143
2144 Severity   : normal
2145 Frequency  : only on PPC/SLES10
2146 Bugzilla   : 14855
2147 Description: "BITS_PER_LONG is not 32 or 64" in linux/idr.h
2148 Details    : On SLES10/PPC, fs.h includes idr.h which requires BITS_PER_LONG to
2149              be defined. Add a hack in mkfs_lustre.c to work around this compile
2150              issue.
2151
2152 Severity   : normal
2153 Bugzilla   : 14257
2154 Description: LASSERT on MDS when client holding flock lock dies
2155 Details    : ldlm pool logic depends on number of granted locks equal to
2156              number of released locks which is not true for flock locks, so
2157              just exclude such locks from consideration.
2158
2159 Severity   : normal
2160 Bugzilla   : 15188
2161 Description: MDS deadlock with many ll_sync_lov threads and I/O stalled
2162 Details    : Use fsfilt_sync() for both the whole filesystem sync and
2163              individual file sync to eliminate dangerous inode locking
2164              with I_LOCK that can lead to a deadlock.
2165
2166 Severity   : normal
2167 Bugzilla   : 14410
2168 Description: performance in 1.6.3
2169 Details    : Force q->max_phys_segments to MAX_PHYS_SEGMENTS on SLES10 to be
2170              sure that 1MB requests are not fragmented by the block layer.
2171
2172 Severity   : enhancement
2173 Bugzilla   : 11089
2174 Description: organize the server-side client stats on per-nid basis
2175 Details    : Change the structure of stats under obdfilter and mds to
2176              New structure:
2177                 +- exports
2178                         +- nid#1
2179                         |   + stats
2180                         |   + uuids
2181                         +- nid#2...
2182                         +- clear
2183              The "uuid"s file would list the uuids of _active_ exports.
2184              And the clear entry is to clear all stats and stale nids.
2185
2186 Severity   : enhancement
2187 Bugzilla   : 11270
2188 Description: eliminate client locks in face of contention
2189 Details    : file contention detection and lockless i/o implementation
2190              for contended files.
2191
2192 Severity   : normal
2193 Bugzilla   : 15212
2194 Description: Reinitialize optind to 0 so that interactive lfs works in all cases
2195
2196 Severity   : critical
2197 Frequency  : very rare, if additional xattrs are used on kernels >= 2.6.12
2198 Bugzilla   : 15777
2199 Description: MDS may lose file striping (and hence file data) in some cases
2200 Details    : If there are additional extended attributes stored on the MDS,
2201              in particular ACLs, SELinux, or user attributes (if user_xattr
2202              is specified for the client mount options) then there is a risk
2203              of attribute loss.  Additionally, the Lustre file striping
2204              needs to be larger than default (e.g. striped over all OSTs),
2205              and an additional attribute must be stored initially in the
2206              inode and then increase in size enough to be moved to the
2207              external attribute block (e.g. ACL growing in size) for file
2208              data to be lost.
2209
2210 Severity   : normal
2211 Bugzilla   : 15346
2212 Description: skiplist implementation simplification
2213 Details    : skiplists are used to group compatible locks on granted list
2214              that was implemented as tracking first and last lock of each
2215              lock group the patch changes that to using doubly linked lists
2216
2217 Severity   : normal
2218 Bugzilla   : 15574
2219 Description: MDS LBUG: ASSERTION(!IS_ERR(dchild))
2220 Details    : Change LASSERTs to client eviction (i.e. abort client's recovery)
2221              because LASSERT on both the data supplied by a client, and the
2222              data on disk is dangerous and incorrect.
2223
2224 Severity   : enhancement
2225 Bugzilla   : 10718
2226 Description: Slow truncate/writes to huge files at high offsets.
2227 Details    : Directly associate cached pages to lock that protect those pages,
2228              this allows us to quickly find what pages to write and remove
2229              once lock callback is received.
2230
2231 Severity   : normal
2232 Bugzilla   : 15953
2233 Description: more ldlm soft lockups
2234 Details    : In ldlm_resource_add_lock(), call to ldlm_resource_dump()
2235              starve other threads from the resource lock for a long time in
2236              case of long waiting queue, so change the debug level from
2237              D_OTHER to the less frequently used D_INFO.
2238
2239 Severity   : enhancement
2240 Bugzilla   : 13128
2241 Description: add -gid, -group, -uid, -user options to lfs find
2242
2243 Severity   : normal
2244 Bugzilla   : 15950
2245 Description: Hung threads in invalidate_inode_pages2_range
2246 Details    : The direct IO path doesn't call check_rpcs to submit a new RPC
2247              once one is completed. As a result, some RPCs are stuck in the
2248              queue and are never sent.
2249
2250 Severity   : normal
2251 Bugzilla   : 14629
2252 Description: filter threads hungs on waiting journal commit
2253 Details    : Cleanup filter group llog code, then only filter group llog will
2254              be only created in the MDS/OST syncing process.
2255
2256 Severity   : normal
2257 Bugzilla   : 15684
2258 Description: Procfs and llog threads access destoryed import sometimes.
2259 Details    : Sync the import destoryed process with procfs and llog threads by
2260              the import refcount and semaphore.
2261
2262 Severity   : enhancement
2263 Bugzilla   : 14975
2264 Description: openlock cache of b1_6 port to HEAD
2265
2266 Severity   : major
2267 Frequncy   : rare
2268 Bugzilla   : 16226
2269 Description: kernel BUG at ldiskfs2_ext_new_extent_cb
2270 Details    : If insertion of an extent fails, then discard the inode
2271              preallocation and free data blocks else it can lead to duplicate
2272              blocks.
2273
2274 Severity   : normal
2275 Bugzilla   : 16199
2276 Description: don't always update ctime in ext3_xattr_set_handle()
2277 Details    : Current xattr code updates inode ctime in ext3_xattr_set_handle.
2278              In some cases the ctime should not be updated, for example for
2279              2.0->1.8 compatibility it is necessary to delete an xattr and it
2280              should not update the ctime.
2281
2282 Severity   : major
2283 Frequency  : rare
2284 Bugzilla   : 15713/16362
2285 Description: Assertion in iopen_connect_dentry in 1.6.3
2286 Details    : looking up an inode via iopen with the wrong generation number can
2287              populate the dcache with a disconneced dentry while the inode
2288              number is in the process of being reallocated. This causes an
2289              assertion failure in iopen since the inode's dentry list contains
2290              both a connected and disconnected dentry.
2291
2292 Severity   : normal
2293 Bugzilla   : 16496
2294 Description: assertion failure in ldlm_handle2lock()
2295 Details    : fix a race between class_handle_unhash() and class_handle2object()
2296              introduced in lustre 1.6.5 by bug 13622.
2297
2298 Severity   : minor
2299 Frequency  : rare
2300 Bugzilla   : 12755
2301 Description: Kernel BUG: sd_iostats_bump: unexpected disk index
2302 Details    : remove the limit of 256 scsi disks in the sd_iostat patch
2303
2304 Severity   : minor
2305 Frequency  : rare
2306 Bugzilla   : 16494
2307 Description: oops in sd_iostats_seq_show()
2308 Details    : unloading/reloading the scsi low level driver triggers a kernel
2309              bug when trying to access the sd iostat file.
2310
2311 Severity   : major
2312 Frequency  : rare
2313 Bugzilla   : 16404
2314 Description: Kernel panics during QLogic driver reload
2315 Details    : REQ_BLOCK_PC requests are not handled properly in the sd iostat
2316              patch, causing memory corruption.
2317
2318 Severity   : minor
2319 Frequency  : rare
2320 Bugzilla   : 16140
2321 Description: journal_dev option does not work in b1_6
2322 Details    : pass mount option during pre-mount.
2323
2324 Severity   : enhancement
2325 Bugzilla   : 10555
2326 Description: Add a FIEMAP(FIle Extent MAP) ioctl
2327 Details    : FIEMAP ioctl will allow an application to efficiently fetch the
2328              extent information of a file. It can be used to map logical blocks
2329              in a file to physical blocks in the block device.
2330
2331 Severity   : normal
2332 Bugzilla   : 15198
2333 Description: LDLM soft lockups - improvement
2334 Details    : It is be possible to send the lock handle along with each read
2335              or write request because the client is already doing a lock match
2336              itself so there isn't any reason the OST should have to re-do that
2337              search.
2338
2339 Severity   : normal
2340 Frequency  : only on Cray X2
2341 Bugzilla   : 16813
2342 Description: X2 build failures
2343 Details    : fix build failures on Cray X2.
2344
2345 Severity   : normal
2346 Bugzilla   : 2066
2347 Description: xid & resent requests
2348 Details    : Initialize RPC XID from clock at startup (randomly if clock is
2349              bad).
2350
2351 Severity   : enhancement
2352 Bugzilla   : 14095
2353 Description: Add lustre_start utility to start or stop multiple Lustre servers
2354              from a CSV file.
2355
2356 Severity   : major
2357 Bugzilla   : 17024
2358 Description: Lustre GPF in {:ptlrpc:ptlrpc_server_free_request+373}
2359 Details    : In case of memory pressure, list_del() can be called twice on
2360              req->rq_history_list, causing a kernel oops.
2361
2362 Severity   : normal
2363 Bugzilla   : 17026
2364 Description: kptllnd_peer_check_sends()) ASSERTION(!in_interrupt()) failed
2365 Details    : fix stack overflow in the distributed lock manager by defering
2366              export eviction after a failed AST to the elt thread instead of
2367              handling it in the dlm interpret routine.
2368
2369 Severity   : normal
2370 Bugzilla   : 16450
2371 Description: Convert some comments to new format.
2372 Details    : Update documenting comments to match doxygen conventions.
2373
2374 Severity   : normal
2375 Bugzilla   : 16450
2376 Description: Grammar fixes.
2377 Details    : A couple of trivial spelling fixes.
2378
2379 Severity   : normal
2380 Bugzilla   : 16450
2381 Description: OSD_COUNTERS-mandatory
2382 Details    : Make previously optional ->oti_{w,r}_locks sanity checks mandatory
2383              to simplify the code.
2384
2385 Severity   : normal
2386 Bugzilla   : 16450
2387 Description: simplify cmm_device freeing logic.
2388 Details    : Call cmm_device_free() in the failure path of cmm_device_alloc().
2389
2390 Severity   : normal
2391 Bugzilla   : 16450
2392 Description: Add lockdep support to dt_object_operations locking interface.
2393 Details    : Augment ->do_{read,write}_lock() prototypes with a `role'
2394              parameter indicating lock ordering. Update mdd code to use new
2395              locking interface.
2396
2397 Severity   : normal
2398 Bugzilla   : 16450
2399 Description: Introduce failloc constants for lockless IO tests.
2400 Details    : Add two new failloc constants to test lockless IO. Only one of
2401              them in implemented---another is checked in yet to be landed
2402              core CLIO code.
2403
2404 Severity   : normal
2405 Bugzilla   : 16450
2406 Description: Add lockdep support for inode mutex.
2407 Details    : Introduce and use new LOCK_INODE_MUTEX_PARENT() macro to be used
2408              in the situations where Lustre has to lock more than one inode
2409              mutex at a time.
2410
2411 Severity   : normal
2412 Bugzilla   : 16450
2413 Description: Add optional invariants checking support.
2414 Details    : Add new LINVRNT() macro, optional on new --enable-invariants
2415              configure switch. This macro is to be used for consistency and
2416              sanity checks that are too expensive to be left in `production'
2417              mode.
2418
2419 Severity   : minor
2420 Bugzilla   : 16450
2421 Description: Zap lock->l_granted_mode with explicit LCK_MINMODE.
2422 Details    : Use LCK_MINMODE rather than 0 to reset lock->l_granted_mode to
2423              its initial state.
2424
2425 Severity   : normal
2426 Bugzilla   : 16450
2427 Description: Add lockdep support for ldlm_lock and ldlm_resource.
2428 Details    : Use spin_lock_nested() in (the only) situation where more than
2429              one ldlm_lock is locked simultaneously. Also, fix possible
2430              dead-lock in ldlm_lock_change_resource() by enforcing particular
2431              lock ordering.
2432
2433 Severity   : normal
2434 Bugzilla   : 16450
2435 Description: Use struct ldlm_callback_suite in ldlm_lock_create().
2436 Details    : Instead of specifying each ldlm_lock call-back through separate
2437              parameter, wrap them into struct ldlm_callback_suite.
2438
2439 Severity   : normal
2440 Bugzilla   : 16450
2441 Description: Kill join_lru obd method and its callers.
2442 Details    : CLIO uses lock weighting policy to keep locks over mmapped regions
2443              in memory---a requirement implemented through ->o_join_lru() obd
2444              method in HEAD. Remove this method and its users.
2445
2446 Severity   : normal
2447 Bugzilla   : 16450
2448 Description: Add asynchronous ldlm ENQUEUE completion handler.
2449 Details    : CLIO posts ENQUEUE requests asynchronously through ptlrpcd---a
2450              case that stock ldlm_completion_ast() cannot handle as it waits
2451              until lock is granted. Introduce new ldlm_completion_ast_async()
2452              for this. Also comment ldlm_completion_ast().
2453
2454 Severity   : normal
2455 Bugzilla   : 16450
2456 Description: ldlm_error <-> errno conversion.
2457 Details    : Add functions to map (rather arbitrary) between LDLM error codes
2458              and standard errno values. CLIO needs this to prevent LDLM specific
2459              constants from escaping ldlm and osc.
2460
2461 Severity   : minor
2462 Bugzilla   : 16450
2463 Description: Kill unused ldlm_handle2lock_ns() function.
2464 Details    : Kill unused ldlm_handle2lock_ns() function.
2465
2466 Severity   : normal
2467 Bugzilla   : 16450
2468 Description: Add lu_ref support to ldlm_lock
2469 Details    : lu_ref support for ldlm_lock and ldlm_resource. See lu_ref patch.
2470         lu_ref fields ->l_reference and ->lr_reference are added to ldlm_lock
2471         and ldlm_resource. LDLM interface has to be changed, because code that
2472         releases a reference on a lock, has to "know" what reference this is.
2473         In the most frequent case
2474
2475                 lock = ldlm_handle2lock(handle);
2476                 ...
2477                 LDLM_LOCK_PUT(lock);
2478
2479         no changes are required. When any other reference (received _not_ from
2480         ldlm_handle2lock()) is released, LDLM_LOCK_RELEASE() has to be called
2481         instead of LDLM_LOCK_PUT().
2482
2483         Arguably, changes are pervasive, and interface requires some discipline
2484         for proper use. On the other hand, it was very instrumental in finding
2485         a few leaked lock references.
2486
2487 Severity   : normal
2488 Bugzilla   : 16450
2489 Description: Add ldlm_lock_addref_try().
2490 Details    : Introduce ldlm_lock_addref_try() function (used by CLIO) that
2491              attempts to addref a lock that might be being canceled
2492              concurrently.
2493
2494 Severity   : normal
2495 Bugzilla   : 16450
2496 Description: Add ldlm_weigh_callback().
2497 Details    : Add new ->l_weigh_ast() call-back to ldlm_lock. It is called
2498         by ldlm_cancel_shrink_policy() to estimate lock "value", instead of
2499         hard-coded `number of pages' logic.
2500
2501 Severity   : normal
2502 Bugzilla   : 16450
2503 Description: Add lockdep annotations to llog code.
2504 Details    : Use appropriately tagged _nested() locking calls in the places
2505              where llog takes more than one ->lgh_lock lock.
2506
2507 Severity   : minor
2508 Bugzilla   : 16450
2509 Description: Add loi_kms_set().
2510 Details    : Wrap kms updates into a helper function.
2511
2512 Severity   : minor
2513 Bugzilla   : 16450
2514 Description: Constify instances of struct lsm_operations.
2515 Details    : Constify instances of struct lsm_operations.
2516
2517 Severity   : normal
2518 Bugzilla   : 16450
2519 Description: lu_conf support.
2520 Details    : On a server, a file system object is uniquely identified
2521              by a fid, which is sufficient to locate and load all object
2522              state (inode). On a client, on the other hand, more data are
2523              necessary instantiate an object. Change lu_object_find() and
2524              friends to take additional `lu_conf' argument describing object.
2525              Typically this includes layout information.
2526
2527 Severity   : normal
2528 Bugzilla   : 16450
2529 Description: lu_context fixes.
2530 Details    : Introduce new lu_context functions that are needed on the client
2531              side, where some system threads (ptlrpcd) are shared by multiple
2532              modules, and so cannot be stopped during module shutdown.
2533
2534 Severity   : normal
2535 Bugzilla   : 16450
2536 Description: Add start and stop methods to lu_device_type_operations.
2537 Details    : Introduce two new methods in lu_device_type_operations, that are
2538         invoked  when first instance of a given type is created and last one
2539         is destroyed respectively. This is need by CLIO.
2540
2541 Severity   : normal
2542 Bugzilla   : 16450
2543 Description: Add lu_ref support to struct lu_device.
2544 Details    : Add lu_ref support to lu_object and lu_device. lu_ref is used to
2545              track leaked references.
2546
2547 Severity   : normal
2548 Bugzilla   : 16450
2549 Description: Introduce lu_kmem_descr.
2550 Details    : lu_kmem_descr and its companion interface allow to create
2551              and destroy a number of kmem caches at once.
2552
2553 Severity   : normal
2554 Bugzilla   : 16450
2555 Description: Fix lu_object finalization race.
2556 Details    : Fix a race between lu_object_find() finding an object and its
2557              concurrent finalization. This race is (most likely) not possible
2558              on the server, but might happen on the client.
2559
2560 Severity   : normal
2561 Bugzilla   : 16450
2562 Description: Introduce lu_ref interface.
2563 Details    : lu_ref is a debugging module allowing to track references to
2564              a given object. It is quite cpu expensive, and has to be
2565              explicitly enabled with --enable-lu_ref. See usage description
2566              within the patch.
2567
2568 Severity   : minor
2569 Bugzilla   : 16450
2570 Description: Factor lu_site procfs stats into a separate function.
2571 Details    : Separate lu_site stats printing code into a separate function
2572              that can be reused on a client.
2573
2574 Severity   : minor
2575 Bugzilla   : 16450
2576 Description: Constify instances of struct {lu,dt,md}_device_operations.
2577 Details    : Constify instances of struct {lu,dt,md}_device_operations.
2578
2579 Severity   : normal
2580 Bugzilla   : 16450
2581 Description: Introduce struct md_site and move meta-data specific parts of
2582              struct lu_site here.
2583 Details    : Move md-specific fields out of struct lu_site into special struct
2584         md_site, so that lu_site can be used on a client.
2585
2586 Severity   : minor
2587 Bugzilla   : 16450
2588 Description: Kill mdd_lov_destroy().
2589 Details    : Remove unused mdd code.
2590
2591 Severity   : minor
2592 Bugzilla   : 16450
2593 Description: Add st_block checking to multistat.c.
2594 Details    : Add st_block checking to multistat.c.
2595
2596 Severity   : normal
2597 Bugzilla   : 16450
2598 Description: Add lu_ref support to struct obd_device.
2599 Details    : Add lu_ref tracking to obd_device.
2600
2601 Severity   : minor
2602 Bugzilla   : 16450
2603 Description: Kill obd_set_fail_loc().
2604 Details    : Remove unused code.
2605
2606 Severity   : normal
2607 Bugzilla   : 16450
2608 Description: Add special type for ptlrpc_request interpret functions.
2609 Details    : Add lu_env parameter to ->rq_interpreter call-back. NULL is passed
2610              there. Actual usage will be in CLIO.
2611
2612 Severity   : normal
2613 Bugzilla   : 16450
2614 Description: Replace RW_LOCK_UNLOCKED() macro with rwlock_init().
2615 Details    : Replace RW_LOCK_UNLOCKED() with rwlock_init() as the former
2616              doesn't work with lockdep.
2617
2618 Severity   : normal
2619 Bugzilla   : 16450
2620 Description: Add rwv.c test program.
2621 Details    : New testing program exercising readv(2) and writev(2) (Qian).
2622
2623 Severity   : normal
2624 Bugzilla   : 16450
2625 Description: Add sendfile.c test program.
2626 Details    : New testing program exercising sendfile(2) (Jay).
2627
2628 Severity   : minor
2629 Bugzilla   : 16450
2630 Description: Ratelimit a message that can be very frequent.
2631 Details    : Ratelimit a memory allocation failure message that can
2632              be too chatty.
2633
2634 Severity   : minor
2635 Bugzilla   : 16450
2636 Description: Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
2637 Details    : Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
2638
2639 Severity   : normal
2640 Bugzilla   : 16450
2641 Description: Liblustre build fixes.
2642 Details    : Liblustre build fixes.
2643
2644 Severity   : normal
2645 Bugzilla   : 16450
2646 Description: libcfs: add cfs_{need,cond}_resched() interface.
2647 Details    : libcfs: add cfs_{need,cond}_resched() definition and
2648              implementations for Linux, NT, and liblustre.
2649
2650 Severity   : enhancement
2651 Bugzilla   : 12800
2652 Description: More exported tunables for mballoc
2653 Details    : Add support for tunable preallocation window and new tunables for
2654              large/small requests
2655
2656 Severity   : normal
2657 Bugzilla   : 16680
2658 Description: Detect corruption of block bitmap and checking for preallocations
2659 Details    : Checks validity of on-disk block bitmap. Also it does better
2660              checking of number of applied preallocations. When corruption is
2661              found, it turns filesystem readonly to prevent further corruptions.
2662
2663 Severity   : normal
2664 Bugzilla   : 17197
2665 Description: (rw.c:1323:ll_read_ahead_pages()) ASSERTION(page_idx > ria->ria_stoff) failed
2666 Details    : Once the unmatched stride IO mode is detected, shrink the stride-ahead
2667              window to 0. If it does hit cache miss, and read-pattern is still
2668              stride-io mode, does not reset the stride window, but also does not
2669              increase the stride window length in this case.
2670
2671 Severity   : normal
2672 Bugzilla   : 16438
2673 Frequency  : only for big-endian servers
2674 Description: Check if system is big-endian while mounting fs with extents feature
2675 Details    : Mounting a filesystem with extents feature will fail on big-endian
2676              systems since ext3-based ldiskfs is not supported on big-endian
2677              systems. This can be over-riden with "bigendian_extents" mount option.
2678
2679 Severity   : enhancement
2680 Bugzilla   : 12749
2681 Description: The root squash functionality
2682 Details    : A security feature, which is to prevent users from being able
2683              to mount lustre on their desktop, run as root, and delete
2684              all of the files in the filesystem. The goal is accomplished by
2685              remapping user id (UID) and group id (GID) of the root user to
2686              a UID and GID specified by the system administartor via Lustre
2687              configuration management server (MGS). The functionality also
2688              allows to specify sets of clients for which the remapping does
2689              not apply.
2690
2691 Severity   : normal
2692 Bugzilla   : 16860
2693 Description: Excessive recovery window
2694 Details    : With AT enabled, the recovery window can be excessively long (6000+
2695              seconds). To address this problem, we no longer use
2696              OBD_RECOVERY_FACTOR when extending the recovery window (the connect
2697              timeout no longer depends on the service time, it is set to
2698              INITIAL_CONNECT_TIMEOUT now) and clients report the old service
2699              time via pb_service_time.
2700
2701 Severity   : normal
2702 Bugzilla   : 16522
2703 Description: Watchdog triggered on MDS failover
2704 Details    : enable OBD_CONNECT_MDT flag when connecting from the MDS so that
2705              the OSTs know that the MDS "UUID" can be reused for the same export
2706              from a different NID, so we do not need to wait for the export to be
2707              evicted
2708
2709 Severity   : major
2710 Frequency  : rare, only if using MMP with Linux RAID
2711 Bugzilla   : 17895
2712 Description: MMP doesn't work with Linux RAID
2713 Details    : While using HA for Lustre servers with Linux RAID, it is possible
2714              that MMP will not detect multiple mounts. To make this work we
2715              need to unplug the device queue in RAID when the MMP block is being
2716              written. Also while reading the MMP block, we should read it from
2717              disk and not the cached one.
2718
2719 Severity   : enhancement
2720 Bugzilla   : 17187
2721 Description: open file using fid
2722 Details    : A file can be opened using just its fid, like
2723              <mntpt>/.lustre/fid/SEQ:OID:VER - this is needed for HSM and replication
2724
2725 Severity   : normal
2726 Frequency  : Only in RHEL5 when mounting multiple ext3 filesystems
2727              simultaneously
2728 Bugzilla   : 19184
2729 Description: "kmem_cache_create: duplicate cache jbd_4k" error message
2730 Details    : add proper locking for creation of jbd_4k slab cache
2731
2732 Severity   : normal
2733 Bugzilla   : 19058
2734 Description: MMP check in ext3_remount() fails without displaying any error
2735 Details    : When multiple mount protection fails during remount, proper error
2736              should be returned
2737
2738 Severity   : enhancement
2739 Bugzilla   : 16823
2740 Description: Allow stripe size to be up to 4G-64k
2741 Details    : Fix math logic to allow large stripe sizes.
2742
2743 Severity   : high
2744 Bugzilla   : 17569
2745 Description: add check for >8TB ldiskfs filesystems
2746 Details    : ext3-based ldiskfs does not support greater than 8TB LUNs.
2747              Don't allow >8TB ldiskfs filesystems to be mounted without
2748              force_over_8tb mount option
2749
2750 Severity   : normal
2751 Frequency  : rare
2752 Bugzilla   : 18793
2753 Descriptoin: OSS complains "too many blocks" and crashes
2754 Details    : In filter_commitrw_write():
2755              1. lquota_chkquota();
2756              2. obdo_from_inode();
2757              3. lquota_pending_commit();
2758              "2." has changed uid and gid in this case, then caused
2759              lquota_chkquota() and lquota_pending_commit() to use
2760              different uid and gid. That is the root of the bug.
2761
2762 Severity   : normal
2763 Bugzilla   : 20463
2764 Descriptoin: getstripe doesn't report stripe count = -1 sanely
2765 Details    : Detect and print out the 'stripe count = -1' case properly.
2766
2767 Severity   : normal
2768 Bugzilla   : 19128
2769 Description: Out or order replies might be lost on replay
2770 Details    : In ptlrpc_retain_replayable_request if we cannot find retained
2771              request with tid smaller than one currently being added, add it
2772              to the start, not end of the list.
2773
2774 --------------------------------------------------------------------------------
2775
2776 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
2777        * version 1.6.1
2778        * Support for kernels:
2779         2.6.5-7.283 (SLES 9),
2780         2.6.9-55.EL (RHEL 4),
2781         2.6.16.46-0.14 (SLES 10),
2782         2.6.18.8 vanilla (kernel.org)
2783        * Client support for unpatched kernels:
2784         (see http://wiki.lustre.org/index.php?title=Patchless_Client)
2785         2.6.16 - 2.6.22 vanilla (kernel.org)
2786        * Due to recently discovered recovery problems, we do not recommend
2787         using patchless RHEL 4 clients with this or any earlier release.
2788        * Recommended e2fsprogs version: 1.39.cfs8
2789        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
2790        * Starting with this release, the ldiskfs backing filesystem required
2791         by Lustre is now in its own package, lustre-ldiskfs.  This package
2792         should be installed.  It is versioned separately from Lustre and
2793         may be released separately in future.
2794
2795 Severity   : minor
2796 Bugzilla   : 13147
2797 Description: block reactivating mgc import until all deactivates complete
2798 Details    : Fix race when failing back MDT/MGS to itself (testing)
2799
2800 Severity   : minor
2801 Frequency  : at statup only
2802 Bugzilla   : 12860
2803 Description: mds_lov_synchronize race leads to various problems
2804 Details    : simultaneous MDT->OST connections at startup can cause the
2805              sync to abort, leaving the OSC in a bad state.
2806
2807 Severity   : enhancement
2808 Bugzilla   : 12194
2809 Description: add optional extra BUILD_VERSION info
2810 Details    : add a new environment variable (namely LUSTRE_VERS) which allows
2811              to override the lustre version.
2812
2813 Severity   : normal
2814 Frequency  : 2.6.18 servers only
2815 Bugzilla   : 12546
2816 Description: ll_kern_mount() doesn't release the module reference
2817 Details    : The ldiskfs module reference count never drops down to 0
2818              because ll_kern_mount() doesn't release the module reference.
2819
2820 Severity   : normal
2821 Frequency  : rare
2822 Bugzilla   : 12470
2823 Description: server LBUG when using old ost_num_threads parameter
2824 Details    : Accept the old ost_num_threads parameter but warn that it
2825              is deprecated, and fix an off-by-one error that caused an LBUG.
2826
2827 Severity   : normal
2828 Frequency  : rare
2829 Bugzilla   : 11722
2830 Description: Transient SCSI error results in persistent IO issue
2831 Details    : iobuf->dr_error is not reinitialized to 0 between two
2832              uses.
2833
2834 Severity   : normal
2835 Frequency  : sometimes when underlying device returns I/O errors
2836 Bugzilla   : 11743
2837 Description: OSTs not going read-only during write failures
2838 Details    : OSTs are not remounted read-only when the journal commit threads
2839              get I/O errors because fsfilt_ext3 calls journal_start/stop()
2840              instead of the ext3 wrappers.
2841
2842 Severity   : minor
2843 Bugzilla   : 12364
2844 Description: poor connect scaling with increasing client count
2845 Details    : Don't run filter_grant_sanity_check for more than 100 exports
2846              to improve scaling for large numbers of clients.
2847
2848 Severity   : normal
2849 Frequency  : SLES10 only
2850 Bugzilla   : 12538
2851 Description: sanity-quota.sh quotacheck failed: rc = -22
2852 Details    : Quotas cannot be enabled on SLES10.
2853
2854 Severity   : normal
2855 Frequency  : liblustre clients only
2856 Bugzilla   : 12229
2857 Description: getdirentries does not give error when run on compute nodes
2858 Details    : getdirentries does not fail when the size specified as an argument
2859              is too small to contain at least one entry
2860
2861 Severity   : enhancement
2862 Bugzilla   : 11548
2863 Description: Add LNET router traceability for debug purposes
2864 Details    : If a checksum failure occurs with a router as part of the
2865              IO path, the NID of the last router that forwarded the bulk data
2866              is printed so it can be identified.
2867
2868 Severity   : normal
2869 Frequency  : rare
2870 Bugzilla   : 11315
2871 Description: OST "spontaneously" evicts client; client has imp_pingable == 0
2872 Details    : Due to a race condition, liblustre clients were occasionally
2873              evicted incorrectly.
2874
2875 Severity   : enhancement
2876 Bugzilla   : 10997
2877 Description: lfs setstripe use optional parameters instead of postional
2878              parameters.
2879
2880 Severity   : enhancement
2881 Bugzilla   : 10651
2882 Description: Nanosecond timestamp support for ldiskfs
2883 Details    : The on-disk ldiskfs filesystem has added support for nanosecond
2884              resolution timestamps.  There is not yet support for this at
2885              the Lustre filesystem level.
2886
2887 Severity   : normal
2888 Frequency  : during server recovery
2889 Bugzilla   : 11203
2890 Description: MDS failing to send precreate requests due to OSCC_FLAG_RECOVERING
2891 Details    : request with rq_no_resend flag not awake l_wait_event if they get
2892              a timeout.
2893
2894 Severity   : minor
2895 Frequency  : nfs export on patchless client
2896 Bugzilla   : 11970
2897 Description: connectathon hang when test nfs export over patchless client
2898 Details    : Disconnected dentry cannot be found with lookup, so we do not need
2899              to unhash it or make it invalid
2900
2901 Bugzilla   : 11757
2902 Description: fix llapi_lov_get_uuids() to allow many OSTs to be returned
2903 Details:   : Change llapi_lov_get_uuids() to read the UUIDs from /proc instead
2904              of using an ioctl. This allows lfsck for > 160 OSTs to succeed.
2905
2906 Severity   : minor
2907 Frequency  : rare
2908 Bugzilla   : 11546
2909 Description: open req refcounting wrong on reconnect
2910 Details    : If reconnect happened between getting open reply from server and
2911              call to mdc_set_replay_data in ll_file_open, we will schedule
2912              replay for unreferenced request that we are about to free.
2913              Subsequent close will crash in variety of ways.
2914              Check that request is still eligible for replay in
2915              mdc_set_replay_data().
2916
2917 Severity   : minor
2918 Frequency  : rare
2919 Bugzilla   : 11512
2920 Description: disable writes to filesystem when reading health_check file
2921 Details    : the default for reading the health_check proc file has changed
2922              to NOT do a journal transaction and write to disk, because this
2923              can cause reads of the /proc file to hang and block HA state
2924              checking on a healthy but otherwise heavily loaded system.  It
2925              is possible to return to the previous behaviour during configure
2926              with --enable-health-write.
2927
2928 Severity   : enhancement
2929 Bugzilla   : 10768
2930 Description: 64-bit inode version
2931 Details:   : Add a on-disk 64-bit inode version for ext3 to track changes made
2932              to the inode. This will be required for version-based recovery.
2933
2934 Severity   : normal
2935 Frequency  : rare
2936 Bugzilla   : 11818
2937 Description: MDS fails to start if a duplicate client export is detected
2938 Details    : in some rare cases it was possible for a client to connect to
2939              an MDS multiple times.  Upon recovery the MDS would detect this
2940              and fail during startup.  Handle this more gracefully.
2941
2942 Severity   : enhancement
2943 Bugzilla   : 11563
2944 Description: Add -o localflock option to simulate  old noflock
2945 behaviour.
2946 Details    : This will achieve local-only flock/fcntl locks
2947              coherentness.
2948
2949 Severity   : minor
2950 Frequency  : rare
2951 Bugzilla   : 11658
2952 Description: log_commit_thread vs filter_destroy race leads to crash
2953 Details    : Take import reference before releasing llog record semaphore
2954
2955 Severity   : normal
2956 Frequency  : rare
2957 Bugzilla   : 12477
2958 Description: Wrong request locking in request set processing
2959 Details    : ptlrpc_check_set wrongly uses req->rq_lock for proctect add to
2960              imp_delayed_list, in this place should be used imp_lock.
2961
2962 Severity   : normal
2963 Frequency  : when reconnection
2964 Bugzilla   : 11662
2965 Description: Grant Leak when osc reconnect to OST
2966 Details    : When osc reconnect ost, OST(filter) should check whether it
2967              should grant more space to client by comparing fed_grant and
2968              cl_avail_grant, and return the granted space to client instead
2969              of "new granted" space, because client will call osc_init_grant
2970              to update the client grant space info.
2971
2972 Severity   : normal
2973 Frequency  : when client reconnect to OST
2974 Bugzilla   : 11662
2975 Description: Grant Leak when osc do resend and replay bulk write
2976 Details    : When osc reconnect to OST, OST(filter)should clear grant info of
2977              bulk write request, because the grant info while be sync between
2978              OSC and OST when reconnect, and we should ignore the grant info
2979              these of resend/replay write req.
2980
2981 Severity   : normal
2982 Frequency  : rare
2983 Bugzilla   : 11662
2984 Description: Grant space more than available left space sometimes.
2985 Details    : When then OST is about to be full, if two bulk writing from
2986              different clients came to OST. Accord the avaliable space of the
2987              OST, the first req should be permitted, and the second one
2988              should be denied by ENOSPC. But if the seconde arrived before
2989              the first one is committed. The OST might wrongly permit second
2990              writing, which will cause grant space > available space.
2991
2992 Severity   : normal
2993 Frequency  : when client is evicted
2994 Bugzilla   : 12371
2995 Description: Grant might be wrongly erased when osc is evicted by OST
2996 Details    : when the import is evicted by server, it will fork another
2997              thread ptlrpc_invalidate_import_thread to invalidate the
2998              import, where the grant will be set to 0.  While the original
2999              thread will update the grant it got when connecting. So if
3000              the former happened latter, the grant will be wrongly errased
3001              because of this race.
3002
3003 Severity   : normal
3004 Frequency  : rare
3005 Bugzilla   : 12401
3006 Description: Checking Stale with correct fid
3007 Details    : ll_revalidate_it should uses de_inode instead of op_data.fid2
3008              to check whether it is stale, because sometimes, we want the
3009              enqueue happened anyway, and op_data.fid2 will not be initialized.
3010
3011 Severity   : enhancement
3012 Bugzilla   : 11647
3013 Description: update patchless client
3014 Details    : Add support for patchless client with 2.6.20, 2.6.21 and RHEL 5
3015
3016 Severity   : normal
3017 Frequency  : only with 2.4 kernel
3018 Bugzilla   : 12134
3019 Description: random memory corruption
3020 Details    : size of struct ll_inode_info is to big for union inode.u and this
3021              can be cause of random memory corruption.
3022
3023 Severity   : normal
3024 Frequency  : rare
3025 Bugzilla   : 10818
3026 Description: Memory leak in recovery
3027 Details    : Lov_mds_md was not free in an error handler in mds_create_object.
3028              It should also check obd_fail before fsfilt_start, otherwise if
3029              fsfilt_start return -EROFS,(failover mds during mds recovery).
3030              then the req will return with repmsg->transno = 0 and rc = EROFS.
3031              and we met hit the assert LASSERT(req->rq_reqmsg->transno ==
3032              req->rq_repmsg->transno) in ptlrpc_replay_interpret.  Fcc should
3033              be freed no matter whether fsfilt_commit success or not.
3034
3035 Severity   : minor
3036 Frequency  : only with huge count clients
3037 Bugzilla   : 11817
3038 Description: Prevents from taking the superblock lock in llap_from_page for
3039              a soon died page.
3040 Details    : using LL_ORIGIN_REMOVEPAGE origin flag instead of LL_ORIGIN_UNKNOW
3041              for llap_from_page call in ll_removepage prevents from taking the
3042              superblock lock for a soon died page.
3043
3044 Severity   : normal
3045 Frequency  : rare
3046 Bugzilla   : 11935
3047 Description: Not check open intent error before release open handle
3048 Details    : in some rare cases, the open intent error is not checked before
3049              release open handle, which may cause
3050              ASSERTION(open_req->rq_transno != 0), because it tries to release
3051              the failed open handle.
3052
3053 Severity   : normal
3054 Frequency  : rare
3055 Bugzilla   : 12556
3056 Description: Set cat log bitmap only after create log success.
3057 Details    : in some rare cases, the cat log bitmap is set too early. and it
3058              should be set only after create log success.
3059
3060 Severity   : major
3061 Bugzilla   : 11971
3062 Description: Accessing a block bevice can re-enable I/O when Lustre is
3063              tearing down a device.
3064 Details    : dev_clear_rdonly(bdev) must be called in kill_bdev() instead of
3065              blkdev_put().
3066
3067 Severity   : minor
3068 Bugzilla   : 11706
3069 Description: service threads may hog cpus when there are a lot of requests
3070 Details    : Insert cond_resched to give other threads a chance to use some CPU
3071
3072 Severity   : normal
3073 Frequency  : rare
3074 Bugzilla   : 12086
3075 Description: the cat log was not initialized in recovery
3076 Details    : When mds(mgs) do recovery, the tgt_count might be zero, so the
3077              unlink log on mds will not be initialized until mds post
3078              recovery. And also in mds post recovery, the unlink log will
3079              initialization will be done asynchronausly, so there will be race
3080              between add unlink log and unlink log initialization.
3081
3082 Severity   : normal
3083 Bugzilla   : 12597
3084 Description: brw_stats were being printed incorrectly
3085 Details    : brw_stats were being printed as log2 but all of them were not
3086              recorded as log2. Also remove some code duplication arising from
3087              filter_tally_{read,write}.
3088
3089 Severity   : normal
3090 Bugzilla   : 11674
3091 Frequency  : rare, only in recovery.
3092 Description: ASSERTION(req->rq_type != LI_POISON) failed
3093 Details    : imp_lock should be held while iterating over imp_sending_list for
3094              prevent destroy request after get timeout in ptlrpc_queue_wait.
3095
3096 Severity   : normal
3097 Bugzilla   : 12689
3098 Description: replay-single.sh test 52 fails
3099 Details    : A lock's skiplist need to be cleanup when it being unlinked
3100              from its resource list.
3101
3102 Severity   : normal
3103 Bugzilla   : 11737
3104 Description: Short directio read returns full requested size rather than
3105              actual amount read.
3106 Details    : Direct I/O operations should return actual amount of bytes
3107              transferred rather than requested size.
3108
3109 Severity   : enhancement
3110 Bugzilla   : 10589
3111 Description: metadata RPC reduction (e.g. for rm performance)
3112 Details    : decrease the amount of synchronous RPC between clients and servers
3113              by canceling conflicing lock before the operation on the client
3114              and packing thier handles into the main operation RPC to server.
3115
3116 Severity   : enhancement
3117 Bugzilla   : 4900
3118 Description: Async OSC create to avoid the blocking unnecessarily.
3119 Details    : If an OST has no remaining object, system will block on the
3120              creation when it needs to create a new object on this OST. Now,
3121              ways use pre-created objects when available, instead of blocking on
3122              an empty osc while others are not empty.  If we must block, we
3123              block for the shortest possible period of time.
3124
3125 Severity   : major
3126 Bugzilla   : 11710
3127 Description: improve handling recoverable errors
3128 Details    : if request processig with error which can be recoverable on server
3129              request should be resend, otherwise page released from cache and
3130              marked as error.
3131
3132 Severity   : enhancement
3133 Bugzilla   : 12702
3134 Description: refine locking for avoid write wrong info into lov_objid file
3135 Details    : fix possible races with add new target and write/update data in
3136              lov_objid file.
3137
3138 --------------------------------------------------------------------------------
3139
3140 2007-05-03  Cluster File Systems, Inc. <info@clusterfs.com>
3141        * version 1.6.0.1
3142        * bug fixes
3143
3144 Severity   : normal
3145 Frequency  : on some architectures
3146 Bugzilla   : 12404
3147 Description: 1.6 client sometimes fails to mount from a 1.4 MDT
3148 Details    : Uninitialized flags sometimes cause configuration commands to
3149              be skipped.
3150
3151 Severity   : normal
3152 Frequency  : patchless clients only
3153 Bugzilla   : 12391
3154 Description: missing __iget() symbol export
3155 Details    : The __iget() symbol export is missing.  To avoid the need for
3156              this on patchless clients the deathrow inode reaper is turned
3157              off, and we depend on the VM to clean up old inodes.  This
3158              dependency was during via the fix for bug 12181.
3159
3160 --------------------------------------------------------------------------------
3161
3162 2007-04-19  Cluster File Systems, Inc. <info@clusterfs.com>
3163        * version 1.6.0
3164        * CONFIGURATION CHANGE.  This version of Lustre WILL NOT
3165          INTEROPERATE with older versions automatically.  In many cases a
3166          special upgrade step is needed. Please read the
3167          user documentation before upgrading any part of a live system.
3168        * WIRE PROTOCOL CHANGE from previous 1.6 beta versions.  This
3169          version will not interoperate with 1.6 betas before beta5 (1.5.95).
3170        * WARNING: Lustre configuration and startup changes are required with
3171          this release.  See https://mail.clusterfs.com/wikis/lustre/MountConf
3172          for details.
3173        * bug fixes
3174
3175 Severity   : enhancement
3176 Bugzilla   : 8007
3177 Description: MountConf
3178 Details    : Lustre configuration is now managed via mkfs and mount
3179              commands instead of lmc and lconf.  New obd types (MGS, MGC)
3180              are added for dynamic configuration management.  See
3181              https://mail.clusterfs.com/wikis/lustre/MountConf for
3182              details.
3183
3184 Severity   : enhancement
3185 Bugzilla   : 4482
3186 Description: dynamic OST addition
3187 Details    : OSTs can now be added to a live filesystem
3188
3189 Severity   : enhancement
3190 Bugzilla   : 9851
3191 Description: startup order invariance
3192 Details    : MDTs and OSTs can be started in any order.  Clients only
3193              require the MDT to complete startup.
3194
3195 Severity   : enhancement
3196 Bugzilla   : 4899
3197 Description: parallel, asynchronous orphan cleanup
3198 Details    : orphan cleanup is now performed in separate threads for each
3199              OST, allowing parallel non-blocking operation.
3200
3201 Severity   : enhancement
3202 Bugzilla   : 9862
3203 Description: optimized stripe assignment
3204 Details    : stripe assignments are now made based on ost space available,
3205              ost previous usage, and OSS previous usage, in order to try
3206              to optimize storage space and networking resources.
3207
3208 Severity   : enhancement
3209 Bugzilla   : 4226
3210 Description: Permanently set tunables
3211 Details    : All writable /proc/fs/lustre tunables can now be permanently
3212              set on a per-server basis, at mkfs time or on a live system.
3213
3214 Severity   : enhancement
3215 Bugzilla   : 10547
3216 Description: Lustre message v2
3217 Details    : Add lustre message format v2.
3218
3219 Severity   : enhancement
3220 Bugzilla   : 9866
3221 Description: client OST exclusion list
3222 Details    : Clients can be started with a list of OSTs that should be
3223              declared "inactive" for known non-responsive OSTs.
3224
3225 Severity   : minor
3226 Bugzilla   : 6062
3227 Description: SPEC SFS validation failure on NFS v2 over lustre.
3228 Details    : Changes the blocksize for regular files to be 2x RPC size,
3229              and not depend on stripe size.
3230
3231 Severity   : enhancement
3232 Bugzilla   : 9293
3233 Description: Multiple MD RPCs in flight.
3234 Details    : Further unserialise some read-only MDS RPCs - learn about intents.
3235              To avoid overly-overloading MDS, introduce a limit on number of
3236              MDS RPCs in flight for a single client and add /proc controls
3237              to adjust this limit.
3238
3239 Severity   : enhancement
3240 Bugzilla   : 22484
3241 Description: client read/write statistics
3242 Details    : Add client read/write call usage stats for performance
3243              analysis of user processes.
3244              /proc/fs/lustre/llite/*/offset_stats shows non-sequential
3245              file access. extents_stats shows chunk size distribution.
3246              extents_stats_per_process show chunk size distribution per
3247              user process.
3248
3249 Severity   : enhancement
3250 Bugzilla   : 22486
3251 Description: mds statistics
3252 Details    : Add detailed mds operations statistics in
3253              /proc/fs/lustre/mds/*/stats.
3254
3255 Severity   : minor
3256 Bugzilla   : 10667
3257 Description: Failure of copying files with lustre special EAs.
3258 Details    : Client side always return success for setxattr call for lustre
3259              special xattr (currently only "trusted.lov").
3260
3261 Severity   : minor
3262 Frequency  : always
3263 Bugzilla   : 10345
3264 Description: Refcount LNET uuids
3265 Details    : The global LNET uuid list grew linearly with every startup;
3266              refcount repeated list entries instead of always adding to
3267              the list.
3268
3269 Severity   : enhancement
3270 Bugzilla   : 2258
3271 Description: Dynamic service threads
3272 Details    : Within a small range, start extra service threads
3273              automatically when the request queue builds up.
3274
3275 Severity   : major
3276 Frequency  : mixed-endian client/server environments
3277 Bugzilla   : 11214
3278 Description: mixed-endian crashes
3279 Details    : The new msg_v2 system had some failures in mixed-endian
3280              environments.
3281
3282 Severity   : enhancement
3283 Bugzilla   : 11229
3284 Description: Easy OST removal
3285 Details    : OSTs can be permanently deactivated with e.g. 'lctl
3286              conf_param lustre-OST0001.osc.active=0'
3287
3288 Severity   : enhancement
3289 Bugzilla   : 11335
3290 Description: MGS proc entries
3291 Details    : Added basic proc entries for the MGS showing what filesystems
3292              are served.
3293
3294 Severity   : enhancement
3295 Bugzilla   : 10998
3296 Description: provide MGS failover
3297 Details    : Added config lock reacquisition after MGS server failover.
3298
3299 Severity   : enhancement
3300 Bugzilla   : 11461
3301 Description: add Linux 2.4 support
3302 Details    : Added support for RHEL 2.4.21 kernel for 1.6 servers and clients
3303
3304 Severity   : normal
3305 Bugzilla   : 11330
3306 Description: a large application tries to do I/O to the same resource and dies
3307              in the middle of it.
3308 Details    : Check the req->rq_arrival time after the call to
3309              ost_brw_lock_get(), but before we do anything about
3310              processing it & sending the BULK transfer request. This
3311              should help move old stale pending locks off the queue as
3312              quickly as obd_timeout.
3313
3314 Severity   : major
3315 Frequency  : when an incorrect nid is specified during startup
3316 Bugzilla   : 10734
3317 Description: ptlrpc connect to non-existant node causes kernel crash
3318 Details    : LNET can't be re-entered from an event callback, which
3319              happened when we expire a message after the export has been
3320              cleaned up.  Instead, hand the zombie cleanup off to another
3321              thread.
3322
3323 Severity   : enhancement
3324 Bugzilla   : 10902
3325 Description: plain/inodebits lock performance improvement
3326 Details    : Grouping plain/inodebits in granted list by their request modes
3327              and bits policy, thus improving the performance of search through
3328              the granted list.
3329
3330 Severity   : major
3331 Frequency  : only if OST filesystem is corrupted
3332 Bugzilla   : 9829
3333 Description: client incorrectly hits assertion in ptlrpc_replay_req()
3334 Details    : for a short time RPCs with bulk IO are in the replay list,
3335              but replay of bulk IOs is unimplemented.  If the OST filesystem
3336              is corrupted due to disk cache incoherency and then replay is
3337              started it is possible to trip an assertion.  Avoid putting
3338              committed RPCs into the replay list at all to avoid this issue.
3339
3340 Severity   : major
3341 Frequency  : liblustre (e.g. catamount) on a large cluster with >= 8 OSTs/OSS
3342 Bugzilla   : 11684
3343 Description: System hang on startup
3344 Details    : This bug allowed the liblustre (e.g. catamount) client to
3345              return to the app before handling all startup RPCs.  This
3346              could leave the node unresponsive to lustre network traffic
3347              and manifested as a server ptllnd timeout.
3348
3349 Severity   : enhancement
3350 Bugzilla   : 11667
3351 Description: Add "/proc/sys/lustre/debug_peer_on_timeout"
3352 Details    : liblustre envirable: LIBLUSTRE_DEBUG_PEER_ON_TIMEOUT
3353              boolean to control whether to print peer debug info when a
3354              client's RPC times out.
3355
3356 Severity   : minor
3357 Frequency  : only for kernels with patches from Lustre below 1.4.3
3358 Bugzilla   : 11248
3359 Description: Remove old rdonly API
3360 Details    : Remove old rdonly API which unused from at least lustre 1.4.3
3361
3362 Severity   : major
3363 Frequency  : only for devices with external journals
3364 Bugzilla   : 10719
3365 Description: Set external device read-only also
3366 Details    : During a commanded failover stop, we set the disk device
3367              read-only while the server shuts down. We now also set any
3368              external journal device read-only at the same time.
3369
3370 Severity   : minor
3371 Frequency  : when upgrading from 1.4 while trying to change parameters
3372 Bugzilla   : 11692
3373 Description: The wrong (new) MDC name was used when setting parameters for
3374              upgraded MDT's.  Also allows changing of OSC (and MDC)
3375              parameters if --writeconf is specified at tunefs upgrade time.
3376
3377 Severity   : major
3378 Frequency  : when setting specific ost indicies
3379 Bugzilla   : 11149
3380 Description: QOS code breaks on skipped indicies
3381 Details    : Add checks for missing OST indicies in the QOS code, so OSTs
3382              created with --index need not be sequential.
3383
3384 Severity   : enhancement
3385 Bugzilla   : 11264
3386 Description: Add uninit_groups feature to ldiskfs2 to speed up e2fsck
3387 Details    : The uninit_groups feature works in conjunction with the kernel
3388              filesystem code (ldiskfs2 only) and e2fsprogs-1.39-cfs6 to speed
3389              up the pass1 processing of e2fsck.  This is a read-only feature
3390              in ldiskfs2 only, so older kernels and current ldiskfs cannot
3391              mount filesystems that have had this feature enabled.
3392
3393 Severity   : enhancement
3394 Bugzilla   : 10816
3395 Description: Improve multi-block allocation algorithm to avoid fragmentation
3396 Details    : The mballoc3 code (ldiskfs2 only) adds new mechanisms to improve
3397              allocation locality and avoid filesystem fragmentation.
3398
3399 ------------------------------------------------------------------------------
3400
3401 2007-04-01  Cluster File Systems, Inc. <info@clusterfs.com>
3402        * version 1.4.10
3403        * Support for kernels:
3404         2.4.21-47.0.1.EL (RHEL 3)
3405         2.6.5-7.283 (SLES 9)
3406         2.6.9-42.0.10.EL (RHEL 4)
3407         2.6.12.6 vanilla (kernel.org)
3408         2.6.16.27-0.9 (SLES 10)
3409        * Recommended e2fsprogs version: 1.39.cfs5
3410
3411        * Note that reiserfs quotas are disabled on SLES 10 in this kernel
3412        * bug fixes
3413
3414 Severity   : critical
3415 Frequency  : occasional, depends on client load and configuration
3416 Bugzilla   : 12181, 12203
3417 Description: data loss for recently-modified files
3418 Introduced : 1.4.6
3419 Details    : In some cases it is possible that recently written or created
3420              files may not be written to disk in a timely manner (this should
3421              normally be within 30s unless client IO load is very high).
3422              The problem appears as zero-length files or files that are a
3423              multiple of 1MB in size after a client crash or client eviction
3424              that are missing data at the end of the file.
3425
3426              This problem is more likely to be hit on clients where files are
3427              repeatedly created and unlinked in the same directory, clients
3428              have a large amount of RAM, have many CPUs, the filesystem has
3429              many OSTs, the clients are rebooted frequently, and/or the files
3430              are not accessed by other nodes after being written.
3431
3432              The presence of the problem can be detected by looking at
3433              /proc/sys/fs/inode-state.  If the first number (nr_inodes) is
3434              smaller than the second (nr_unused) then dirty files will not
3435              be flushed automatically to disk.  "sync; sleep 10" should be
3436              run several times on the node before unmounting it to update
3437              Lustre (this is also safe to run on nodes without this problem).
3438
3439              There is also a related kernel bug in the RHEL4 4 2.6.9 kernel
3440              that can cause this same problem, so customers using that kernel
3441              also need to update the kernel in addition to Lustre.  In order
3442              to properly fix this bug, the RHEL3 2.4.21 kernel is also updated.
3443
3444              It is normal that files written just before a client crash (less
3445              than 30s) may not yet have been flushed to disk, even for local
3446              filesystems.
3447
3448 Severity   : normal
3449 Frequency  : frequent on thin XT3 nodes
3450 Bugzilla   : 10802
3451 Description: UUID collision on thin XT3 Linux nodes
3452 Details    : UUIDs on Compute Node Linux XT3 nodes were not generated
3453              randomly, since we relied on an insufficiently-seeded PRNG.
3454
3455 Severity   : normal
3456 Frequency  : rare
3457 Bugzilla   : 11693
3458 Description: OSS hangs after "All ost request buffers busy"
3459 Details    : A deadlock between quota and journal operations caused OSS
3460              hangs after printing "All ost request buffers busy."
3461
3462 Severity   : minor
3463 Frequency  : always on liblustre builds
3464 Bugzilla   : 11175
3465 Description: Cleanup compiler warnings on liblustre
3466
3467 Severity   : minor
3468 Frequency  : always on liblustre builds on XT3
3469 Bugzilla   : 12146
3470 Description: LC_CONFIG_CDEBUG don't run while build liblustre on XT3.
3471
3472 Frequency  : always
3473 Bugzilla   : 3244
3474 Description: Addition of EXT3_FEATURE_RO_COMPAT_DIR_NLINKS flag for
3475              > 32000 subdirectories
3476 Details    : Add EXT3_FEATURE_RO_COMPAT_DIR_NLINK flag to
3477              EXT3_FEATURE_RO_COMPAT_SUPP. This flag will be set whenever
3478              subdirectory count crosses 32000. This will aid e2fsck to
3479              correctly handle more than 32000 subdirectories.
3480
3481 Severity   : major
3482 Frequency  : liblustre (e.g. catamount) on a large cluster with >= 8 OSTs/OSS
3483 Bugzilla   : 11684
3484 Description: System hang on startup
3485 Details    : This bug allowed the liblustre (e.g. catamount) client to
3486              return to the app before handling all startup RPCs.  This
3487              could leave the node unresponsive to lustre network traffic
3488              and manifested as a server ptllnd timeout.
3489
3490 Severity   : enhancement
3491 Bugzilla   : 11667
3492 Description: Add "/proc/sys/lustre/debug_peer_on_timeout"
3493              (liblustre envirable: LIBLUSTRE_DEBUG_PEER_ON_TIMEOUT)
3494              boolean to control whether to print peer debug info when a
3495              client's RPC times out.
3496
3497 Severity   : normal
3498 Frequency  : always
3499 Bugzilla   : 10214
3500 Description: make O_SYNC working on 2.6 kernels
3501 Details    : 2.6 kernels use different method for mark pages for write,
3502              so need add a code to lustre for O_SYNC work.
3503
3504 Severity   : minor
3505 Frequency  : always
3506 Bugzilla   : 11110
3507 Description: Failure to close file and release space on NFS
3508 Details    : Put inode details into lock acquired in ll_intent_file_open.
3509              Use mdc_intent_lock in ll_intent_open to properly
3510              detect all kind of errors unhandled by mdc_enqueue.
3511
3512 Severity   : major
3513 Frequency  : rare
3514 Bugzilla   : 10866
3515 Description: proc file read during shutdown sometimes raced obd removal,
3516              causing node crash
3517 Details    : Add lock to prevent obd access after proc file removal.
3518
3519 Severity   : normal
3520 Frequency  : Only for files larger than 4GB on 32-bit clients.
3521 Bugzilla   : 11237
3522 Description: improperly doing page alignment of locks
3523 Details    : Modify lustre core code to use CFS_PAGE_* defines instead of
3524              PAGE_*.  Make CFS_PAGE_MASK a 64-bit mask.
3525
3526 Severity   : normal
3527 Frequency  : rarely
3528 Bugzilla   : 11203
3529 Description: RPCs being resent when they shouldn't be
3530 Details    : Some RPCs that should not be resent are being resent.  This
3531              can cause inconsistencies in the RPC state machine.  Do not
3532              resend such requests.
3533
3534 Severity   : normal
3535 Frequency  : rare, only with NFS export
3536 Bugzilla   : 11669
3537 Description: Crash on NFS re-export node
3538 Details    : under very unusual load conditions an assertion is hit in
3539              ll_intent_file_open()
3540
3541 Severity   : major
3542 Frequency  : only if OST filesystem is corrupted
3543 Bugzilla   : 9829
3544 Description: client incorrectly hits assertion in ptlrpc_replay_req()
3545 Details    : for a short time RPCs with bulk IO are in the replay list,
3546              but replay of bulk IOs is unimplemented.  If the OST filesystem
3547              is corrupted due to disk cache incoherency and then replay is
3548              started it is possible to trip an assertion.  Avoid putting
3549              committed RPCs into the replay list at all to avoid this issue.
3550
3551 Severity   : normal
3552 Frequency  : always
3553 Bugzilla   : 10901
3554 Description: large O_DIRECT requests fail under memory pressure/fragmentation
3555 Details    : Large single O_DIRECT read and write calls can fail to allocate
3556              a sufficiently large buffer to process the request.  In case of
3557              allocation failure the allocation is retried with a smaller
3558              buffer and broken into smaller requests.
3559
3560 Severity   : enhancement
3561 Bugzilla   : 11563
3562 Description: Add -o localflock option to simulate  old noflock behaviour.
3563 Details    : This will achieve local-only flock/fcntl locks coherentness.
3564
3565 Severity   : normal
3566 Frequency  : always
3567 Bugzilla   : 11090
3568 Description: versioning check is incomplete
3569 Details    : Checking the version difference of client vs. server, report
3570              error if the gap is too big.
3571
3572 Severity   : major
3573 Bugzilla   : 11710
3574 Frequency  : always
3575 Description: add support PG_writeback bit
3576 Details    : add support for PG_writeback bit for Lustre, for more carefull
3577              work with page cache in 2.6 kernel. This also fix some deadlocks
3578              and remove hack for work O_SYNC with 2.6 kernel.
3579
3580 Severity   : enhancement
3581 Bugzilla   : 11264
3582 Description: Add uninit_groups feature to ldiskfs2 to speed up e2fsck
3583 Details    : The uninit_groups feature works in conjunction with the kernel
3584              filesystem code (ldiskfs2 only) and e2fsprogs-1.39-cfs6 to speed
3585              up the pass1 processing of e2fsck.  This is a read-only feature
3586              in ldiskfs2 only, so older kernels and current ldiskfs cannot
3587              mount filesystems that have had this feature enabled.
3588
3589 Severity   : enhancement
3590 Bugzilla   : 10816
3591 Description: Improve multi-block allocation algorithm to avoid fragmentation
3592 Details    : The mballoc3 code (ldiskfs2 only) adds new mechanisms to improve
3593              allocation locality and avoid filesystem fragmentation.
3594
3595 ------------------------------------------------------------------------------
3596
3597 2007-02-09  Cluster File Systems, Inc. <info@clusterfs.com>
3598        * version 1.4.9
3599        * Support for kernels:
3600         2.6.9-42.0.3.EL (RHEL 4)
3601         2.6.5-7.276 (SLES 9)
3602         2.4.21-47.0.1.EL (RHEL 3)
3603         2.6.12.6 vanilla (kernel.org)
3604         2.6.16.21-0.8 (SLES10)
3605        * Recommended e2fsprogs version: 1.39.cfs2-0
3606
3607        * The backwards-compatible /proc/sys/portals symlink has been removed
3608          in this release.  Before upgrading, please ensure that you change
3609          any configuration scripts or /etc/sysctl.conf files that access
3610          /proc/sys/portals/* or sysctl portals.* to use the corresponding
3611          entry in /proc/sys/lnet or sysctl lnet.*.  This change can be made
3612          in advance of the upgrade on any system running Lustre 1.4.6 or
3613          newer, since /proc/sys/lnet was added in that version.
3614        * Note that reiserfs quotas are disabled on SLES 10 in this kernel
3615        * bug fixes
3616
3617 Severity   : minor
3618 Frequency  : only when quota is used
3619 Bugzilla   : 11286
3620 Description: avoid scanning export list for quota master
3621 Details    : Change the algorithms to avoid scanning export list in order
3622              to improve the efficiency.
3623
3624 Severity   : critical
3625 Frequency  : MDS failover only, very rarely
3626 Bugzilla   : 11125
3627 Description: "went back in time" messages on mds failover
3628 Details    : The greatest transno may be lost when the current operation
3629              finishes with an error (transno==0) and the client's last_rcvd
3630              record is over-written. Save the greatest transno in the
3631              mds_last_transno for this case.
3632
3633 Severity   : minor
3634 Frequency  : always for specific kernels and striping counts
3635 Bugzilla   : 11042
3636 Description: client may get "Matching packet too big" without ACL support
3637 Details    : Clients compiled without CONFIG_FS_POSIX_ACL get an error message
3638              when trying to access files in certain configurations.  The
3639              clients should in fact be denied when mounting because they do
3640              not understand ACLs.
3641
3642 Severity   : major
3643 Frequency  : Cray XT3 with more than 4000 clients and multiple jobs
3644 Bugzilla   : 10906
3645 Description: many clients connecting with IO in progress causes connect timeouts
3646 Details    : Avoid synchronous journal commits to avoid delays caused by many
3647              clients connecting/disconnecting when bulk IO is in progress.
3648              Queue liblustre connect requests on OST_REQUEST_PORTAL instead of
3649              OST_IO_PORTAL to avoid delays behind potentially many pending
3650              slow IO requests.
3651
3652 Severity   : normal
3653 Frequency  : occasionally with multiple writers to a single file
3654 Bugzilla   : 11081
3655 Description: shared writes to file may result in wrong size reported by stat()
3656 Details    : Allow growing of kms when extent lock is cancelled
3657
3658 Severity   : minor
3659 Frequency  : always with random mmap IO to multi-striped file
3660 Bugzilla   : 10919
3661 Description: mmap write might be lost if we are writing to a 'hole' in stripe
3662 Details    : Only if the hole is at the end of OST object so that kms is too
3663              small. Fix is to increase kms accordingly in ll_nopage.
3664
3665 Severity   : normal
3666 Frequency  : rare, only if OST filesystem is inconsistent with MDS filesystem
3667 Bugzilla   : 11211
3668 Description: writes to a missing object would leak memory on the OST
3669 Details    : If there is an inconsistency between the MDS and OST filesystems,
3670              such that the MDS references an object that doesn't exist, writes
3671              to that object will leak memory due to incorrect cleanup in the
3672              error handling path, eventually running out of memory on the OST.
3673
3674 Severity   : minor
3675 Frequency  : rare
3676 Bugzilla   : 11040
3677 Description: Creating too long symlink causes lustre errors
3678 Details    : Check symlink and name lengths before sending requests to MDS.
3679
3680 Severity   : normal
3681 Frequency  : only if flock is enabled (not on by default)
3682 Bugzilla   : 11415
3683 Description: posix locks not released on fd closure on 2.6.9+
3684 Details    : We failed to add posix locks to list of inode locks on 2.6.9+
3685              kernels, this caused such locks not to be released on fd close and
3686              then assertions on fs unmount about still used locks.
3687
3688 Severity   : minor
3689 Frequency  : MDS failover only, very rarely
3690 Bugzilla   : 11277
3691 Description: clients may get ASSERTION(granted_lock != NULL)
3692 Details    : When request was taking a long time, and a client was resending
3693              a getattr by name lock request. The were multiple lock requests
3694              with the same client lock handle and
3695              mds_getattr_name->fixup_handle_for_resent_request found one of the
3696              lock handles but later failed with ASSERTION(granted_lock != NULL).
3697
3698 Severity   : major
3699 Frequency  : rare
3700 Bugzilla   : 10891
3701 Description: handle->h_buffer_credits > 0, assertion failure
3702 Details    : h_buffer_credits is zero after truncate, causing assertion
3703              failure.  This patch extends the transaction or creates a new
3704              one after truncate.
3705
3706 Severity   : normal
3707 Frequency  : NFS re-export or patchless client
3708 Bugzilla   : 11179, 10796
3709 Description: Crash on NFS re-export node (__d_move)
3710 Details    : We do not want to hash the dentry if we don't have a lock.
3711              But if this dentry is later used in d_move, we'd hit uninitialised
3712              list head d_hash, so we just do this to init d_hash field but
3713              leave dentry unhashed.
3714
3715 Severity   : normal
3716 Frequency  : NFS re-export or patchless client
3717 Bugzilla   : 11135
3718 Description: NFS exports has problem with symbolic link
3719 Details    : lustre client didn't properly install dentry when re-exported
3720              to NFS or running patchless client.
3721
3722 Severity   : normal
3723 Frequency  : NFS re-export or patchless client
3724 Bugzilla   : 10796
3725 Description: Various nfs/patchless fixes.
3726 Details    : fixes reuse disconected alias for lookup process - this fixes
3727              warning "find_exported_dentry: npd != pd",
3728              fix permission error with open files at nfs.
3729              fix apply umask when do revalidate.
3730
3731 Severity   : normal
3732 Frequency  : occasional
3733 Bugzilla   : 11191
3734 Description: Crash on NFS re-export node
3735 Details    : calling clear_page() on the wrong pointer triggered oops in
3736              generic_mapping_read().
3737
3738 Severity   : normal
3739 Frequency  : rarely, using O_DIRECT IO
3740 Bugzilla   : 10903
3741 Description: unaligned directio crashes client with LASSERT
3742 Details    : check for unaligned buffers before trying any requests.
3743
3744 Severity   : major
3745 Frequency  : rarely, using CFS RAID5 patches in non-standard kernel series
3746 Bugzilla   : 11313
3747 Description: stale data returned from RAID cache
3748 Details    : If only a small amount of IO is done to the RAID device before
3749              reading it again it is possible to get stale data from the RAID
3750              cache instead of reading it from disk.
3751
3752 Severity   : normal
3753 Frequency  : always for sles10 kernel
3754 Bugzilla   : 10947
3755 Description: sles10 support
3756 Details    : ll_follow_link: compile fixes and using of nd_set_link
3757              under newer kernels.
3758
3759 Severity   : major
3760 Frequency  : depends on arch, kernel and compiler version, always on sles10
3761              kernel and x86_64
3762 Bugzilla   : 11562
3763 Description: recursive or deep enough symlinks cause stack overflow
3764 Details    : getting rid of large stack-allocated variable in
3765              __vfs_follow_link
3766
3767 Severity   : minor
3768 Frequency  : depends on hardware
3769 Bugzilla   : 11540
3770 Description: lustre write performance loss in the SLES10 kernel
3771 Details    : the performance loss is caused by using of write barriers in the
3772              ext3 code. The SLES10 kernel turns barrier support on by
3773              default. The fix is to undo that change for ldiskfs.
3774
3775 ------------------------------------------------------------------------------
3776
3777 2006-12-09  Cluster File Systems, Inc. <info@clusterfs.com>
3778        * version 1.4.8
3779        * Support for kernels:
3780         2.6.9-42.0.3EL (RHEL 4)
3781         2.6.5-7.276 (SLES 9)
3782         2.4.21-47.0.1.EL (RHEL 3)
3783         2.6.12.6 vanilla (kernel.org)
3784        * bug fixes
3785
3786 Severity   : major
3787 Frequency  : quota enabled and large files being deleted
3788 Bugzilla   : 10707
3789 Description: releasing more than 4GB of quota at once hangs OST
3790 Details    : If a user deletes more than 4GB of files on a single OST it
3791              will cause the OST to spin in an infinite loop.  Release
3792              quota in < 4GB chunks, or use a 64-bit value for 1.4.7.1+.
3793
3794 Severity   : minor
3795 Frequency  : rare
3796 Bugzilla   : 10845
3797 Description: statfs data retrieved from /proc may be stale or zero
3798 Details    : When reading per-device statfs data from /proc, in the
3799              {kbytes,files}_{total,free,avail} files, it may appear
3800              as zero or be out of date.
3801
3802 Severity   : minor
3803 Frequency  : systems with MD RAID1 external journal devices
3804 Bugzilla   : 10832
3805 Description: lconf's call to blkid is confused by RAID1 journal devices
3806 Details    : Use the "blkid -l" flag to locate the MD RAID device instead
3807              of returning all block devices that match the journal UUID.
3808
3809 Severity   : normal
3810 Frequency  : always, for aggregate stripe size over 4GB
3811 Bugzilla   : 10725
3812 Description: "lfs setstripe" fails assertion when setting 4GB+ stripe width
3813 Details    : Using "lfs setstripe" to set stripe size * stripe count over 4GB
3814              will fail the kernel with "ASSERTION(lsm->lsm_xfersize != 0)"
3815
3816 Severity   : minor
3817 Frequency  : always if "lfs find" used on a local file/directory
3818 Bugzilla   : 10864
3819 Description: "lfs find" segfaults if used on a local file/directory
3820 Details    : The case where a directory component was not specified wasn't
3821              handled correctly.  Handle this properly.
3822
3823 Severity   : normal
3824 Frequency  : always on ppc64
3825 Bugzilla   : 10634
3826 Description: the write to an ext3 filesystem mounted with mballoc got stuck
3827 Details    : ext3_mb_generate_buddy() uses find_next_bit() which does not
3828              perform endianness conversion.
3829
3830 Severity   : major
3831 Frequency  : rarely (truncate to non-zero file size after write under load)
3832 Bugzilla   : 10730, 10687
3833 Description: Files padded with zeros to next 4K multiple
3834 Details    : With filesystems mounted using the "extents" option (2.6 kernels)
3835              it is possible that files that are truncated to a non-zero size
3836              immediately after being written are filled with zero bytes beyond
3837              the truncated size.  No file data is lost.
3838
3839 Severity   : enhancement
3840 Bugzilla   : 10452
3841 Description: Allow recovery/failover for liblustre clients.
3842 Details    : liblustre clients were unaware of failover configurations until
3843              now.
3844
3845 Severity   : enhancement
3846 Bugzilla   : 10743
3847 Description: user file locks should fail when not mounting with flock option
3848 Details    : Set up an error-returning stub in ll_file_operations.lock field
3849              to prevent incorrect behaviour when client is mounted without
3850              flock option. Also, set up properly f_op->flock field for
3851              RHEL4 kernels.
3852
3853 Severity   : minor
3854 Frequency  : always on ia64
3855 Bugzilla   : 10905
3856 Description: "lfs df" loops on printing out MDS statfs information
3857 Details    : The obd_ioctl_data was not initialized and in some systems
3858              this caused a failure during the ioctl that did not return
3859              an error.  Initialize the struct and return an error on failure.
3860
3861 Severity   : minor
3862 Frequency  : SLES 9 only
3863 Bugzilla   : 10667
3864 Description: Error of copying files with lustre special EAs as root
3865 Details    : Client side always return success for setxattr call for lustre
3866              special xattr (currently only "trusted.lov").
3867
3868 Severity   : normal
3869 Frequency  : rarely on clusters with both ia64+i386 clients
3870 Bugzilla   : 10672
3871 Description: ia64+i686 clients doing shared IO on the same file may LBUG
3872 Details    : In rare cases when both ia64+i686 (or other mixed-PAGE_SIZE)
3873              clients are doing concurrent writes to the same file it is
3874              possible that the ia64 clients may LASSERT because the OST
3875              extent locks are not PAGE_SIZE aligned.  Ensure that grown
3876              locks are always aligned on the request boundary.
3877
3878 Severity   : normal
3879 Frequency  : specific use, occasional
3880 Bugzilla   : 7040
3881 Description: Overwriting in use executable truncates on-disk binary image
3882 Details    : If one node attempts to overwrite an executable in use by
3883              another node, we now correctly return ETXTBSY instead of
3884              truncating the file.
3885
3886 Severity   : enhancement
3887 Bugzilla   : 4900
3888 Description: Async OSC create to avoid the blocking unnecessarily.
3889 Details    : If an OST has no remaining object, system will block on the creating
3890              when need to create a new object on this OST. Now, ways use
3891              pre-created objects when available, instead of blocking on an
3892              empty osc while others are not empty.  If we must block, we block
3893              for the shortest possible period of time.
3894
3895 Severity   : normal
3896 Frequency  : rare
3897 Bugzilla   : 2707
3898 Description: chmod on Lustre root is propagated to other clients
3899 Details    : Re-validate root's dentry in ll_lookup_it to avoid having it
3900              invalid by the follow_mount time.
3901
3902 Severity   : minor
3903 Frequency  : liblustre clients only
3904 Bugzilla   : 10883
3905 Description: Race in 'instant cancel' lock handling could lead to such locks
3906              never to be granted in case of SMP MDS
3907 Details    : Do not destroy not yet granted but cbpending locks in
3908              handle_enqueue
3909
3910 Severity   : minor
3911 Frequency  : replay/resend of open
3912 Bugzilla   : 10991
3913 Description: non null lock assetion failure in mds_intent_policy
3914 Details    : Trying to replay/resend lockless open requests resulted in
3915              mds_open() returning 0 with no lock.  Now it sets a flag if
3916              a lock is going to be returned.
3917
3918 Severity   : enhancement
3919 Bugzilla   : 10889
3920 Description: Checksum enhancements
3921 Details    : New checksum enhancements allow for resending RPCs that failed
3922              checksum checks.
3923
3924 Severity   : enhancement
3925 Bugzilla   : 7376
3926 Description: Tunables on number of dirty pages in cacche
3927 Details    : Allow to set limit on number of dirty pages cached.
3928
3929 Severity   : normal
3930 Frequency  : rare
3931 Bugzilla   : 10643
3932 Description: client crash on unmount - lock still has references
3933 Details    : In some error handling cases it was possible to leak a lock
3934              reference on a client while accessing a file.  This was not
3935              harmful to the client during operation, but would cause the
3936              client to crash when the filesystem is unmounted.
3937
3938 Severity   : normal
3939 Frequency  : specific case, rare
3940 Bugzilla   : 10921
3941 Description: ETXTBSY on mds though file not in use by client
3942 Details    : ETXTBSY is no longer incorrectly returned when attempting to
3943              chmod or chown a directory that the user previously tried to
3944              execute or a currently-executing binary.
3945
3946 Severity   : major
3947 Frequency  : extremely rare except on liblustre-based clients
3948 Bugzilla   : 10480
3949 Description: Lustre space not freed when files are deleted
3950 Details    : Clean up open-unlinked files after client eviction.  Previously
3951              the unlink was skipped and the files remained as orphans.
3952
3953 Severity   : normal
3954 Frequency  : rare
3955 Bugzilla   : 10999
3956 Description: OST failure "would be an LBUG" in waiting_locks_callback()
3957 Details    : In some cases it was possible to send a blocking callback to
3958              a client doing a glimpse, even though that client didn't get
3959              a lock granted.  When the glimpse lock is cancelled on the OST
3960              the freed lock is left on the waiting list and corrupted the list.
3961
3962 Severity   : major
3963 Frequency  : all core dumps
3964 Bugzilla   : 11103
3965 Description: Broke core dumps to lustre
3966 Details    : Negative dentry may be unhashed if parent does not have UPDATE
3967              lock, but some callers, e.g. do_coredump, expect dentry to be
3968              hashed after successful create, hash it in ll_create_it.
3969
3970 ------------------------------------------------------------------------------
3971
3972 2006-09-13  Cluster File Systems, Inc. <info@clusterfs.com>
3973        * version 1.4.7.1
3974        * Support for kernels:
3975         2.6.9-42.0.2.EL (RHEL 4)
3976         2.6.5-7.276 (SLES 9)
3977         2.4.21-40.EL (RHEL 3)
3978         2.6.12.6 vanilla (kernel.org)
3979       * bug fix
3980
3981 Severity   : major
3982 Frequency  : always on RHEL 3
3983 Bugzilla   : 10867
3984 Description: Number of open files grows over time
3985 Details    : The number of open files grows over time, whether or not
3986              Lustre is started.  This was due to a filp leak introduced
3987              by one of our kernel patches.
3988
3989 ------------------------------------------------------------------------------
3990
3991 08-20-2006  Cluster File Systems, Inc. <info@clusterfs.com>
3992        * version 1.4.7
3993        * Support for kernels:
3994         2.6.9-42.EL (RHEL 4)
3995         2.6.5-7.276 (SLES 9)
3996         2.4.21-40.EL (RHEL 3)
3997         2.6.12.6 vanilla (kernel.org)
3998        * bug fixes
3999
4000 Severity   : major
4001 Frequency  : rare
4002 Bugzilla   : 5719, 9635, 9792, 9684
4003 Description: OST (or MDS) trips assertions in (re)connection under heavy load
4004 Details    : If a server is under heavy load and cannot reply to new
4005              connection requests before the client resends the (re)connect,
4006              the connection handling code can behave badly if two service
4007              threads are concurrently handing separate (re)connections from
4008              the same client.  Add better locking to the connection handling
4009              code, and ensure that only a single connection will be processed
4010              for a given client UUID, even if the lock is dropped.
4011
4012 Severity   : enhancement
4013 Bugzilla   : 3627
4014 Description: add TCP zero-copy support to kernel
4015 Details    : Add support to the kernel TCP stack to allow zero-copy bulk
4016              sends if the hardware supports scatter-gather and checksumming.
4017              This allows socklnd to do client-write and server-read more
4018              efficiently and reduce CPU utilization from skbuf copying.
4019
4020 Severity   : minor
4021 Frequency  : only if NFS exporting from client
4022 Bugzilla   : 10258
4023 Description: NULL pointer deref in ll_iocontrol() if chattr mknod file
4024 Details    : If setting attributes on a file created under NFS that had
4025              never been opened it would be possible to oops the client
4026              if the file had no objects.
4027
4028 Severity   : minor
4029 Frequency  : always for liblustre
4030 Bugzilla   : 10290
4031 Description: liblustre client does MDS+OSTs setattr RPC for each write
4032 Details    : When doing a write from a liblustre client, the client
4033              incorrectly issued an RPC to the MDS and each OST the file was
4034              striped over in order to update the timestamps.  When writing
4035              with small chunks and many clients this could overwhelm the MDS
4036              with RPCs.  In all cases it would slow down the write because
4037              these RPCs are unnecessary.
4038
4039 Severity   : enhancement
4040 Bugzilla   : 9340
4041 Description: allow number of MDS service threads to be changed at module load
4042 Details    : It is now possible to change the number of MDS service threads
4043              running.  Adding "options mds mds_num_threads={N}" to the MDS's
4044              /etc/modprobe.conf will set the number of threads for the next
4045              time Lustre is restarted (assuming the "mds" module is also
4046              reloaded at that time).  The default number of threads will
4047              stay the same, 32 for most systems.
4048
4049 Severity   : major
4050 Frequency  : rare
4051 Bugzilla   : 10300
4052 Description: OST crash if filesystem is unformatted or corrupt
4053 Details    : If an OST is started on a device that has never been formatted
4054              or if the filesystem is corrupt and cannot even mount then the
4055              error handling cleanup routines would dereference a NULL pointer.
4056
4057 Severity   : medium
4058 Frequency  : rare
4059 Bugzilla   : 10047
4060 Description: NULL pointer deref in llap_from_page.
4061 Details    : get_cache_page_nowait can return a page with NULL (or otherwise
4062              incorrect) mapping if the page was truncated/reclaimed while it was
4063              searched for. Check for this condition and skip such pages when
4064              doing readahead. Introduce extra check to llap_from_page() to
4065              verify page->mapping->host is non-NULL (so page is not anonymous).
4066
4067 Severity   : minor
4068 Frequency  : Sometimes when using sys_sendfile
4069 Bugzilla   : 7020
4070 Description: "page not covered by a lock" warnings from ll_readpage
4071 Details    : sendfile called ll_readpage without right page locks present.
4072              Now we introduced ll_file_sendfile that does necessary locking
4073              around call to generic_file_sendfile() much like we do in
4074              ll_file_read().
4075
4076 Severity   : medium
4077 Frequency  : with certain MDS communication failures at client mount time
4078 Bugzilla   : 10268
4079 Description: NULL pointer deref after failed client mount
4080 Details    : a client connection request may delayed by the network layer
4081              and not be sent until after the PTLRPC layer has timed out the
4082              request.  If the client fails the mount immediately it will try
4083              to clean up before the network times out the request.  Add a
4084              reference from the request import to the obd device and delay
4085              the cleanup until the network drops the request.
4086
4087 Severity   : medium
4088 Frequency  : occasionally during client (re)connect
4089 Bugzilla   : 9387
4090 Description: assertion failure during client (re)connect
4091 Details    : processing a client connection request may be delayed by the
4092              client or server longer than the client connect timeout.  This
4093              causes the client to resend the connection request.  If the
4094              original connection request is replied in this interval, the
4095              client may trip an assertion failure in ptlrpc_connect_interpret()
4096              which thought it would be the only running connect process.
4097
4098 Severity   : medium
4099 Frequency  : only with obd_echo servers and clients that are rebooted
4100 Bugzilla   : 10140
4101 Description: kernel BUG accessing uninitialized data structure
4102 Details    : When running an obd_echo server it did not start the ping_evictor
4103              thread, and when a client was evicted an uninitialized data
4104              structure was accessed.  Start the ping_evictor in the RPC
4105              service startup instead of the OBD startup.
4106
4107 Severity   : enhancement
4108 Bugzilla   : 10193 (patchless)
4109 Description: Remove dependency on various unexported kernel interfaces.
4110 Details    : No longer need reparent_to_init, exit_mm, exit_files,
4111              sock_getsockopt, filemap_populate, FMODE_EXEC, put_filp.
4112
4113 Severity   : minor
4114 Frequency  : rare (only users of deprecated and unsupported LDAP config)
4115 Bugzilla   : 9337
4116 Description: write_conf for zeroconf mount queried LDAP incorrectly for client
4117 Details    : LDAP apparently contains 'lustreName' attributes instead of
4118              'name'.  A simple remapping of the name is sufficient.
4119
4120 Severity   : major
4121 Frequency  : rare (only with non-default dump_on_timeout debug enabled)
4122 Bugzilla   : 10397
4123 Description: waiting_locks_callback trips kernel BUG if client is evicted
4124 Details    : Running with the dump_on_timeout debug flag turned on makes
4125              it possible that the waiting_locks_callback() can try to dump
4126              the Lustre kernel debug logs from an interrupt handler.  Defer
4127              this log dumping to the expired_lock_main() thread.
4128
4129 Severity   : enhancement
4130 Bugzilla   : 10420
4131 Description: Support NFS exporting on 2.6 kernels.
4132 Details    : Implement non-rawops metadata methods for NFS server to use without
4133              changing NFS server code.
4134
4135 Severity   : medium
4136 Frequency  : very rare (synthetic metadata workload only)
4137 Bugzilla   : 9974
4138 Description: two racing renames might cause an MDS thread to deadlock
4139 Details    : Running the "racer" program may cause one MDS thread to rename
4140              a file from being the source of a rename to being the target of
4141              a rename at exactly the same time that another thread is doing
4142              so, and the second thread has already enqueued these locks after
4143              doing a lookup of the target and is trying to relock them in
4144              order.  Ensure that we don't try to re-lock the same resource.
4145
4146 Severity   : major
4147 Frequency  : only very large systems with liblustre clients
4148 Bugzilla   : 7304
4149 Description: slow eviction of liblustre clients with the "evict_by_nid" RPC
4150 Details    : Use asynchronous set_info RPCs to send the "evict_by_nid" to
4151              all OSTs in parallel.  This allows the eviction of stale liblustre
4152              clients to proceed much faster than if they were done in series,
4153              and also offers similar improvements for other set_info RPCs.
4154
4155 Severity   : minor
4156 Frequency  : common
4157 Bugzilla   : 10265
4158 Description: excessive CPU usage during initial read phase on client
4159 Details    : During the initial read phase on a client, it would agressively
4160              retry readahead on the file, consuming too much CPU and impacting
4161              performance (since 1.4.5.8).  Improve the readahead algorithm
4162              to avoid this, and also improve some other common cases (read
4163              of small files in particular, where "small" is files smaller than
4164              /proc/fs/lustre/llite/*/max_read_ahead_whole_mb, 2MB by default).
4165
4166 Severity   : minor
4167 Frequency  : rare
4168 Bugzilla   : 10450
4169 Description: MDS crash when receiving packet with unknown intent.
4170 Details    : Do not LBUG in unknown intent case, just return -EFAULT
4171
4172 Severity   : enhancement
4173 Bugzilla   : 9293, 9385
4174 Description: MDS RPCs are serialised on client. This is unnecessary for some.
4175 Details    : Do not serialize getattr (non-intent version) and statfs.
4176
4177 Severity   : minor
4178 Frequency  : occasional, when OST network is overloaded/intermittent
4179 Bugzilla   : 10416
4180 Description: client evicted by OST after bulk IO timeout
4181 Details    : If a client sends a bulk IO request (read or write) the OST
4182              may evict the client if it is unresposive to its data GET/PUT
4183              request.  This is incorrect if the network is overloaded (takes
4184              too long to transfer the RPC data) or dropped the OST GET/PUT
4185              request.  There is no need to evict the client at all, since
4186              the pinger and/or lock callbacks will handle this, and the
4187              client can restart the bulk request.
4188
4189 Severity   : minor
4190 Frequency  : Always when mmapping file with no objects
4191 Bugzilla   : 10438
4192 Description: client crashes when mmapping file with no objects
4193 Details    : Check that we actually have objects in a file before doing any
4194              operations on objects in ll_vm_open, ll_vm_close and
4195              ll_glimpse_size.
4196
4197 Severity   : minor
4198 Frequency  : Rare
4199 Bugzilla   : 10484
4200 Description: Request leak when working with deleted CWD
4201 Details    : Introduce advanced request refcount tracking for requests
4202              referenced from lustre intent.
4203
4204 Severity   : Enhancement
4205 Bugzilla   : 10482
4206 Description: Cache open file handles on client.
4207 Details    : MDS now will return special lock along with openhandle, if
4208              requested and client is allowed to hold openhandle, even if unused,
4209              until such a lock is revoked. Helps NFS a lot, since NFS is opening
4210              closing files for every read/write openration.
4211
4212 Severity   : Enhancement
4213 Bugzilla   : 9291
4214 Description: Cache open negative dentries on client when possible.
4215 Details    : Guard negative dentries with UPDATE lock on parent dir, drop
4216              negative dentries on lock revocation.
4217
4218 Severity   : minor
4219 Frequency  : Always
4220 Bugzilla   : 10510
4221 Description: Remounting a client read-only wasn't possible with a zconf mount
4222 Details    : It wasn't possible to remount a client read-only with llmount.
4223
4224 Severity   : enhancement
4225 Description: Include MPICH 1.2.6 Lustre ADIO interface patch
4226 Details    : In lustre/contrib/ or /usr/share/lustre in RPM a patch for
4227              MPICH is included to add Lustre-specific ADIO interfaces.
4228              This is based closely on the UFS ADIO layer and only differs
4229              in file creation, in order to allow the OST striping to be set.
4230              This is user-contributed code and not supported by CFS.
4231
4232 Severity   : minor
4233 Frequency  : Always
4234 Bugzilla   : 9486
4235 Description: extended inode attributes (immutable, append-only) work improperly
4236              when 2.4 and 2.6 kernels are used on client/server or vice versa
4237 Details    : Introduce kernel-independent values for these flags.
4238
4239 Severity   : enhancement
4240 Frequency  : Always
4241 Bugzilla   : 10248
4242 Description: Allow fractional MB tunings for lustre in /proc/ filesystem.
4243 Details    : Many of the /proc/ tunables can only be tuned at a megabyte
4244              granularity. Now, Fractional MB granularity is be supported,
4245              this is very useful for low memory system.
4246
4247 Severity   : enhancement
4248 Bugzilla   : 9292
4249 Description: Getattr by fid
4250 Details    : Getting a file attributes by its fid, obtaining UPDATE|LOOKUP
4251              locks, avoids extra getattr rpc requests to MDS, allows '/' to
4252              have locks and avoids getattr rpc requests for it on every stat.
4253
4254 Severity   : major
4255 Frequency  : Always, for filesystems larger than 2TB
4256 Bugzilla   : 6191
4257 Description: ldiskfs crash at mount for filesystem larger than 2TB with mballoc
4258 Details    : Kenrel kmalloc limits allocations to 128kB and this prevents
4259              filesystems larger than 2TB to be mounted with mballoc enabled.
4260
4261 Severity   : critical
4262 Frequency  : Always, for 32-bit kernel without CONFIG_LBD and filesystem > 2TB
4263 Bugzilla   : 6191
4264 Description: ldiskfs crash at mount for filesystem larger than 2TB with mballoc
4265 Details    : If a 32-bit kernel is compiled without CONFIG_LBD enabled and a
4266              filesystems larger than 2TB is mounted then the kernel will
4267              silently corrupt the start of the filesystem.  CONFIG_LBD is
4268              enabled for all CFS-supported kernels, but the possibility of
4269              this happening with a modified kernel config exists.
4270
4271 Severity   : enhancement
4272 Bugzilla   : 10462
4273 Description: add client O_DIRECT support for 2.6 kernels
4274 Details    : It is now possible to do O_DIRECT reads and writes to files
4275              in the Lustre client mountpoint on 2.6 kernel clients.
4276
4277 Severity   : enhancement
4278 Bugzilla   : 10446
4279 Description: parallel glimpse, setattr, statfs, punch, destroy requests
4280 Details    : Sends glimpse, setattr, statfs, punch, destroy requests to OSTs in
4281              parallel, not waiting for response from every OST before sending
4282              a rpc to the next OST.
4283
4284 Severity   : minor
4285 Frequency  : rare
4286 Bugzilla   : 10150
4287 Description: setattr vs write race when updating file timestamps
4288 Details    : Client processes that update a file timestamp into the past
4289              right after writing to the file (e.g. tar) it is possible that
4290              the updated file modification time can be reset to the current
4291              time due to a race between processing the setattr and write RPC.
4292
4293 Severity   : enhancement
4294 Bugzilla   : 10318
4295 Description: Bring 'lfs find' closer in line with regular Linux find.
4296 Details    : lfs find util supports -atime, -mtime, -ctime, -maxdepth, -print,
4297              -print0 options and obtains all the needed info through the lustre
4298              ioctls.
4299
4300 Severity   : enhancement
4301 Bugzilla   : 6221
4302 Description: support up to 1024 configured devices on one node
4303 Details    : change obd_dev array from statically allocated to dynamically
4304              allocated structs as they are first used to reduce memory usage
4305
4306 Severity   : minor
4307 Frequency  : rare
4308 Bugzilla   : 10437
4309 Description: Flush dirty partially truncated pages during truncate
4310 Details    : Immediatelly flush partially truncated pages in filter_setattr,
4311              this way we completely avoid having any pages in page cache on OST
4312              and can retire ugly workarounds during writes to flush such pages.
4313
4314 Severity   : minor
4315 Frequency  : rare
4316 Bugzilla   : 10409
4317 Description: i_sem vs transaction deadlock in mds_obd_destroy during unlink.
4318 Details    : protect inode from truncation within vfs_unlink() context
4319              just take a reference before calling vfs_unlink() and release it
4320              when parent's i_sem is free.
4321
4322 Severity   : major
4323 Frequency  : rare
4324 Bugzilla   : 4778
4325 Description: last_id value checked outside lock on OST caused LASSERT failure
4326 Details    : If there were multiple MDS->OST object precreate requests in
4327              flight, it was possible that the OST's last object id was checked
4328              outside a lock and incorrectly tripped an assertion.  Move checks
4329              inside locks, and discard old precreate requests.
4330
4331 Severity   : minor
4332 Frequency  : always, if extents are used on OSTs
4333 Bugzilla   : 10703
4334 Description: index ei_leaf_hi (48-bit extension) is not zeroed in extent index
4335 Details    : OSTs using the extents format would not zero the high 16 bits of
4336              the index physical block number.  This is not a problem for any
4337              OST filesystems smaller than 16TB, and no kernels support ext3
4338              filesystems larger than 16TB yet.  This is fixed in 1.4.7 (all
4339              new/modified files) and can be fixed for existing filesystems
4340              with e2fsprogs-1.39-cfs1.
4341
4342 Severity   : minor
4343 Frequency  : rare
4344 Bugzilla   : 9387
4345 Description: import connection selection may be incorrect if timer wraps
4346 Details    : Using a 32-bit jiffies timer with HZ=1000 may cause backup
4347              import connections to be ignored if the 32-bit jiffies counter
4348              wraps.  Use a 64-bit jiffies counter.
4349
4350 Severity   : minor
4351 Frequency  : very large clusters immediately after boot
4352 Bugzilla   : 10083
4353 Description: LNET request buffers exhausted under heavy short-term load
4354 Details    : If a large number of client requests are generated on a service
4355              that has previously never seen so many requests it is possible
4356              that the request buffer growth cannot keep up with the spike in
4357              demand.  Instead of dropping incoming requests, they are held in
4358              the LND until the RPC service can accept more requests.
4359
4360 Severity   : minor
4361 Frequency  : Sometimes during replay
4362 Bugzilla   : 9314
4363 Description: Assertion failure in ll_local_open after replay.
4364 Details    : If replay happened on an open request reply before we were able
4365              to set replay handler, reply will become not swabbed tripping the
4366              assertion in ll_local_open. Now we set the handler right after
4367              recognising of open request
4368
4369 Severity   : trivial
4370 Frequency  : very rare
4371 Bugzilla   : 10584
4372 Description: kernel reports "badness in vsnprintf"
4373 Details    : Reading from the "recovery_status" /proc file in small chunks
4374              may cause a negative length in lprocfs_obd_rd_recovery_status()
4375              call to vsnprintf() (which is otherwise harmless).  Exit early
4376              if there is no more space in the output buffer.
4377
4378 Severity   : enhancement
4379 Bugzilla   : 2259
4380 Description: clear OBD RPC statistics by writing to them
4381 Details    : It is now possible to clear the OBD RPC statistics by writing
4382              to the "stats" file.
4383
4384 Severity   : minor
4385 Frequency  : rare
4386 Bugzilla   : 10641
4387 Description: Client mtime is not the same on different clients after utimes
4388 Details    : In some cases, the client was using the utimes() syscall on
4389              a file cached on another node.  The clients now validate the
4390              ctime from the MDS + OSTs to determine which one is right.
4391
4392 Severity   : minor
4393 Frequency  : always
4394 Bugzilla   : 10611
4395 Description: Inability to activate failout mode
4396 Details    : lconf script incorrectly assumed that in pythong string's numeric
4397              value is used in comparisons.
4398
4399 Severity   : minor
4400 Frequency  : always with multiple stripes per file
4401 Bugzilla   : 10671
4402 Description: Inefficient object allocation for mutli-stripe files
4403 Details    : When selecting which OSTs to stripe files over, for files with
4404              a stripe count that divides evenly into the number of OSTs,
4405              the MDS is always picking the same starting OST for each file.
4406              Return the OST selection heuristic to the original design.
4407
4408 Severity   : trivial
4409 Frequency  : rare
4410 Bugzilla   : 10673
4411 Description: mount failures may take full timeout to return an error
4412 Details    : Under some heavy load conditions it is possible that a
4413              failed mount can wait for the full obd_timeout interval,
4414              possibly several minutes, before reporting an error.
4415              Instead return an error as soon as the status is known.
4416 Severity   : major
4417 Frequency  : quota enabled and large files being deleted
4418 Bugzilla   : 10707
4419 Description: releasing more than 4GB of quota at once hangs OST
4420 Details    : If a user deletes more than 4GB of files on a single OST it
4421              will cause the OST to spin in an infinite loop.  Release
4422              quota in < 4GB chunks, or use a 64-bit value for 1.4.7.1+.
4423
4424 Severity   : trivial
4425 Frequency  : rare
4426 Bugzilla   : 10845
4427 Description: statfs data retrieved from /proc may be stale or zero
4428 Details    : When reading per-device statfs data from /proc, in the
4429              {kbytes,files}_{total,free,avail} files, it may appear
4430              as zero or be out of date.
4431
4432 Severity   : trivial
4433 Frequency  : systems with MD RAID1 external journal devices
4434 Bugzilla   : 10832
4435 Description: lconf's call to blkid is confused by RAID1 journal devices
4436 Details    : Use the "blkid -l" flag to locate the MD RAID device instead
4437              of returning all block devices that match the journal UUID.
4438
4439 Severity   : normal
4440 Frequency  : always, for aggregate stripe size over 4GB
4441 Bugzilla   : 10725
4442 Description: assertion fails when trying to use 4GB stripe size
4443 Details    : Use "setstripe" to set stripe size over 4GB will fail the kernel,
4444              complaining "ASSERTION(lsm->lsm_xfersize != 0)"
4445
4446 Severity   : normal
4447 Frequency  : always on ppc64
4448 Bugzilla   : 10634
4449 Description: the first write on an ext3 filesystem with mballoc got stuck
4450 Details    : ext3_mb_generate_buddy() uses find_next_bit() which does not
4451              perform endianness conversion.
4452
4453 ------------------------------------------------------------------------------
4454
4455 02-14-2006  Cluster File Systems, Inc. <info@clusterfs.com>
4456        * version 1.4.6
4457        * WIRE PROTOCOL CHANGE.  This version of Lustre networking WILL NOT
4458          INTEROPERATE with older versions automatically.  Please read the
4459          user documentation before upgrading any part of a live system.
4460        * WARNING: Lustre networking configuration changes are required with
4461          this release.  See https://bugzilla.clusterfs.com/show_bug.cgi?id=10052
4462          for details.
4463        * bug fixes
4464        * Support for kernels:
4465         2.6.9-22.0.2.EL (RHEL 4)
4466         2.6.5-7.244 (SLES 9)
4467         2.6.12.6 vanilla (kernel.org)
4468
4469
4470 Severity   : enhancement
4471 Bugzilla   : 7981/8208
4472 Description: Introduced Lustre Networking (LNET)
4473 Details    : LNET is new networking infrastructure for Lustre, it includes
4474              a reorganized network configuration mode (see the user
4475              documentation for full details) as well as support for routing
4476              between different network fabrics.  Lustre Networking Devices
4477              (LNDs) for the supported network fabrics have also been
4478              created for this new infrastructure.
4479
4480 Severity   : enhancement
4481 Description: Introduced Access control lists
4482 Details    : clients can set ACLs on files and directories in order to have
4483              more fine-grained permissions than the standard Unix UGO+RWX.
4484              The MDS must be started with the "-o acl" mount option.
4485
4486 Severity   : enhancement
4487 Description: Introduced filesystem quotas
4488 Details    : Administrators may now establish per-user quotas on the
4489              filesystem.
4490
4491 Severity   : enhancement
4492 Bugzilla   : 7982
4493 Description: Configuration change for the XT3
4494              The PTLLND is now used to run Lustre over Portals on the XT3
4495              The configure option(s) --with-cray-portals are no longer used.
4496              Rather --with-portals=<path-to-portals-includes> is used to
4497              enable building on the XT3.  In addition to enable XT3 specific
4498              features the option --enable-cray-xt3 must be used.
4499
4500 Severity   : major
4501 Frequency  : rare
4502 Bugzilla   : 7407
4503 Description: Running on many-way SMP OSTs can trigger oops in llcd_send()
4504 Details    : A race between allocating a new llcd and re-getting the llcd_lock
4505              allowed another thread to grab newly-allocated llcd.
4506
4507 Severity   : enhancement
4508 Bugzilla   : 7116
4509 Description: 2.6 OST async journal commit and locking fix to improve performance
4510 Details    : The filter_direct_io()+filter_commitrw_write() journal commits for
4511              2.6 kernels are now async as they already were in 2.4 kernels so
4512              that they can commit concurrently with the network bulk transfer.
4513              For block-allocated files the filter allocation semaphore is held
4514              to avoid filesystem fragmentation during allocation.  BKL lock
4515              removed for 2.6 xattr operations where it is no longer needed.
4516
4517 Severity   : minor
4518 Frequency  : rare
4519 Bugzilla   : 8320
4520 Description: lconf incorrectly determined whether two IP networks could talk
4521 Details    : In some more complicated routing and multiple-network
4522              configurations, lconf will avoid trying to make a network
4523              connection to a disjoint part of the IP space.  It was doing the
4524              math incorrectly for one set of cases.
4525
4526 Severity   : major
4527 Frequency  : rare
4528 Bugzilla   : 7359
4529 Description: Fix for potential infinite loop processing records in an llog.
4530 Details    : If an llog record is corrupted/zeroed, it is possible to loop
4531              forever in llog_process().  Validate the llog record length
4532              and skip the remainder of the block on error.
4533
4534 Severity   : minor
4535 Frequency  : occasional (liblustre only)
4536 Bugzilla   : 6363
4537 Description: liblustre could not open files whose last component is a symlink
4538 Details    : sysio_path_walk() would incorrectly pass the open intent to
4539              intermediate path components.
4540
4541 Severity   : minor
4542 Frequency  : rare (liblustre only with non-standard tuning)
4543 Bugzilla   : 7201 (7350)
4544 Description: Tuning the MDC DLM LRU size to zero triggers client LASSERT
4545 Details    : llu_lookup_finish_locks() tries to set lock data on a lock
4546              after it has been released, only do this for referenced locks
4547
4548 Severity   : enhancement
4549 Bugzilla   : 7328
4550 Description: specifying an (invalid) directory default stripe_size of -1
4551              would reset the directory default striping
4552 Details    : stripe_size -1 was used internally to signal directory stripe
4553              removal, now use "all default" to signal dir stripe removal
4554              as a directory striping of "all default" is not useful
4555
4556 Severity   : minor
4557 Frequency  : common for large clusters running liblustre clients
4558 Bugzilla   : 7198
4559 Description: doing an ls when liblustre clients are running is slow
4560 Details    : sending a glimpse AST to a liblustre client waits for every AST
4561              to time out, as liblustre clients will not respond.  Since they
4562              cannot cache data we refresh the OST lock LVB from disk instead.
4563
4564 Severity   : enhancement
4565 Bugzilla   : 7198
4566 Description: doing an ls at the same time as file IO can be slow
4567 Details    : enqueue and other "small" requests can be blocked behind many
4568              large IO requests.  Create a new OST IO portal for non-IO
4569              requests so they can be processed faster.
4570
4571 Severity   : minor
4572 Frequency  : rare (only HPUX clients mounting unsupported re-exported NFS vol)
4573 Bugzilla   : 5781
4574 Description: an HPUX NFS client would get -EACCESS when ftruncate()ing a newly
4575              created file with mode 000
4576 Details    : the Linux NFS server relies on an MDS_OPEN_OWNEROVERRIDE hack to
4577              allow an ftruncate() as a non-root user to a file with mode 000.
4578              Lustre now respects this flag to disable mode checks when
4579              truncating a file owned by the user
4580
4581 Severity   : minor
4582 Frequency  : liblustre-only, when liblustre client dies unexpectedly or becomes
4583              busy
4584 Bugzilla   : 7313
4585 Description: Revoking locks from clients that went dead or catatonic might take
4586              a lot of time.
4587 Details    : New lock flags FL_CANCEL_ON_BLOCK used by liblustre makes
4588              cancellation of such locks instant on servers without waiting for
4589              any reply from clients. Clients drops these locks when cancel
4590              notification from server is received without replying.
4591
4592 Severity   : minor
4593 Frequency  : liblustre-only, when liblustre client dies or becomes busy
4594 Bugzilla   : 7311
4595 Description: Doing ls on Linux clients can take a long time with active
4596              liblustre clients
4597 Details    : Liblustre client cannot handle ASTs in timely manner, so avoid
4598              granting such locks to it in the first place if possible.  Locks
4599              are taken by proxy on the OST during the read or write and
4600              dropped immediately afterward.  Add connect flags handling, do
4601              not grant locks to liblustre clients for glimpse ASTs.
4602
4603 Severity   : enhancement
4604 Bugzilla   : 6252
4605 Description: Improve read-ahead algorithm to avoid excessive IO for random reads
4606 Details    : Existing read-ahead algorithm is tuned for the case of streamlined
4607              sequential reads and behaves badly with applications doing random
4608              reads.  Improve it by reading ahead at least read region, and
4609              avoiding excessive large RPC for small reads.
4610
4611 Severity   : enhancement
4612 Bugzilla   : 8330
4613 Description: Creating more than 1000 files for a single job may cause a load
4614              imbalance on the OSTs if there are also a large number of OSTs.
4615 Details    : qos_prep_create() uses an OST index reseed value that is an
4616              even multiple of the number of available OSTs so that if the
4617              reseed happens in the middle of the object allocation it will
4618              still utilize the OSTs as uniformly as possible.
4619
4620 Severity   : major
4621 Frequency  : rare
4622 Bugzilla   : 8322
4623 Description: OST or MDS may oops in ping_evictor_main()
4624 Details    : ping_evictor_main() drops obd_dev_lock if deleting a stale export
4625              but doesn't restart at beginning of obd_exports_timed list
4626              afterward.
4627
4628 Severity   : enhancement
4629 Bugzilla   : 7304
4630 Description: improve by-nid export eviction on the MDS and OST
4631 Details    : allow multiple exports with the same NID to be evicted at one
4632              time without re-searching the exports list.
4633
4634 Severity   : major
4635 Frequency  : rare, only with supplementary groups enabled on SMP 2.6 kernels
4636 Bugzilla   : 7273
4637 Description: MDS may oops in groups_free()
4638 Details    : in rare race conditions a newly allocated group_info struct is
4639              freed again, and this can be NULL.  The 2.4 compatibility code
4640              for groups_free() checked for a NULL pointer, but 2.6 did not.
4641
4642 Severity   : minor
4643 Frequency  : common for liblustre clients doing little filesystem IO
4644 Bugzilla   : 9352, 7313
4645 Description: server may evict liblustre clients accessing contended locks
4646 Details    : if a client is granted a lock or receives a completion AST
4647              with a blocking AST already set it would not reply to the AST
4648              for LDLM_FL_CANCEL_ON_BLOCK locks.  It now replies to such ASTs.
4649
4650 Severity   : minor
4651 Frequency  : lfs setstripe, only systems with more than 160 OSTs
4652 Bugzilla   : 9440
4653 Description: unable to set striping with a starting offset beyond OST 160
4654 Details    : llapi_create_file() incorrectly limited the starting stripe
4655              index to the maximum single-file stripe count.
4656
4657 Severity   : minor
4658 Frequency  : LDAP users only
4659 Bugzilla   : 6163
4660 Description: lconf did not handle in-kernel recovery with LDAP properly
4661 Details    : lconf/LustreDB get_refs() is searching the wrong namespace
4662
4663 Severity   : enhancement
4664 Bugzilla   : 7342
4665 Description: bind OST threads to NUMA nodes to improve performance
4666 Details    : all OST threads are uniformly bound to CPUs on a single NUMA
4667              node and do their allocations there to localize memory access
4668
4669 Severity   : enhancement
4670 Bugzilla   : 7979
4671 Description: llmount can determine client NID directly from Myrinet (GM)
4672 Details    : the client NID code from gmnalnid was moved directly into
4673              llmount, removing the need to use this or specifying the
4674              client NID explicitly when mounting GM clients with zeroconf
4675
4676 Severity   : minor
4677 Frequency  : if client is started with down MDS
4678 Bugzilla   : 7184
4679 Description: if client is started with down MDS mount hangs in ptlrpc_queue_wait
4680 Details    : Having an LWI_INTR() wait event (interruptible, but no timeout)
4681              will wait indefinitely in ptlrpc_queue_wait->l_wait_event() after
4682              ptlrpc_import_delayed_req() because we didn't check if the
4683              request was interrupted, and we also didn't break out of the
4684              event loop if there was no timeout
4685
4686 Severity   : major
4687 Frequency  : rare
4688 Bugzilla   : 5047
4689 Description: data loss during non-page-aligned writes to a single file from
4690              both multiple nodes and multiple threads on one node at same time
4691 Details    : updates to KMS and lsm weren't protected by common lock. Resulting
4692              inconsistency led to false short-reads, that were cached and later
4693              used by ->prepare_write() to fill in partially written page,
4694              leading to data loss.
4695
4696 Severity   : minor
4697 Frequency  : always, if lconf --abort_recovery used
4698 Bugzilla   : 7047
4699 Description: lconf --abort_recovery fails with 'Operation not supported'
4700 Details    : lconf was attempting to abort recovery on the MDT device and not
4701              the MDS device
4702
4703 Severity   : enhancement
4704 Bugzilla   : 9445
4705 Description: remove cleanup logs
4706 Details    : replace lconf-generated cleanup logs with lustre internal
4707              cleanup routines.  Eliminates the need for client-cleanup and
4708              mds-cleanup logs.
4709
4710 Severity   : enhancement
4711 Bugzilla   : 8592
4712 Description: add support for EAs (user and system) on lustre filesystems
4713 Details    : it is now possible to store extended attributes in the Lustre
4714              client filesystem, and with the user_xattr mount option it
4715              is possible to allow users to store EAs on their files also
4716
4717 Severity   : enhancement
4718 Bugzilla   : 7293
4719 Description: Add possibility (config option) to show minimal available OST free
4720              space.
4721 Details    : When compiled with --enable-mindf configure option, statfs(2)
4722              (and so, df) will return least minimal free space available from
4723              all OSTs as amount of free space on FS, instead of summary of
4724              free spaces of all OSTs.
4725
4726 Severity   : enhancement
4727 Bugzilla   : 7311
4728 Description: do not expand extent locks acquired on OST-side
4729 Details    : Modify ldlm_extent_policy() to not expand local locks, acquired
4730              by server: they are not cached anyway.
4731
4732 Severity   : major
4733 Frequency  : when mmap is used/binaries executed from Lustre
4734 Bugzilla   : 9482
4735 Description: Unmmap pages before throwing them away from read cache.
4736 Details    : llap_shrink cache now attempts to unmap pages before discarding
4737              them (if unmapping failed - do not discard).  SLES9 kernel has
4738              extra checks that trigger if this unmapping is not done first.
4739
4740 Severity   : minor
4741 Frequency  : rare
4742 Bugzilla   : 6034
4743 Description: lconf didn't resolve symlinks before checking to see whether a
4744              given mountpoint was already in use
4745
4746 Severity   : minor
4747 Frequency  : when migrating failover services
4748 Bugzilla   : 6395, 9514
4749 Description: When migrating a subset of services from a node (e.g. failback
4750              from a failover service node) the remaining services would
4751              time out and evict clients.
4752 Details    : lconf --force (implied by --failover) sets the global obd_timeout
4753              to 5 seconds in order to quickly disconnect, but this caused
4754              other RPCs to time out too quickly.  Do not change the global
4755              obd_timeout for force cleanup, only set it for DISCONNECT RPCs.
4756
4757 Severity   : enhancement
4758 Frequency  : if MDS is started with down OST
4759 Bugzilla   : 9439,5706
4760 Description: Allow startup/shutdown of an MDS without depending on the
4761              availability of the OSTs.
4762 Details    : Asynchronously call mds_lov_synchronize during MDS startup.
4763              Add appropriate locking and lov-osc refcounts for safe
4764              cleaning.  Add osc abort_inflight calls in case the
4765              synchronize never started.
4766
4767 Severity   : minor
4768 Frequency  : occasional (Cray XT3 only)
4769 Bugzilla   : 7305
4770 Description: root not authorized to access files in CRAY_PORTALS environment
4771 Details    : The client process capabilities were not honoured on the MDS in
4772              a CRAY_PORTALS/CRAY_XT3 environment.  If the file had previously
4773              been accessed by an authorized user then root was able to access
4774              the file on the local client also.  The root user capabilities
4775              are now allowed on the MDS, as this environment has secure UID.
4776
4777 Severity   : minor
4778 Frequency  : occasional
4779 Bugzilla   : 6449
4780 Description: ldiskfs "too long searching" message happens too often
4781 Details    : A debugging message (otherwise harmless) prints too often on
4782              the OST console.  This has been reduced to only happen when
4783              there are fragmentation problems on the filesystem.
4784
4785 Severity   : minor
4786 Frequency  : rare
4787 Bugzilla   : 9598
4788 Description: Division by zero in statfs when all OSCs are inactive
4789 Details    : lov_get_stripecnt() returns zero due to incorrect order of checks,
4790              lov_statfs divides by value returned by lov_get_stripecnt().
4791
4792 Severity   : minor
4793 Frequency  : common
4794 Bugzilla   : 9489, 3273
4795 Description: First write from each client to each OST was only 4kB in size,
4796              to initialize client writeback cache, which caused sub-optimal
4797              RPCs and poor layout on disk for the first written file.
4798 Details    : Clients now request an initial cache grant at (re)connect time
4799              and so that they can start streaming writes to the cache right
4800              away and always do full-sized RPCs if there is enough data.
4801              If the OST is rebooted the client also re-establishes its grant
4802              so that client cached writes will be honoured under the grant.
4803
4804 Severity   : minor
4805 Frequency  : common
4806 Bugzilla   : 7198
4807 Description: Slow ls (and stat(2) syscall) on files residing on IO-loaded OSTs
4808 Details    : Now I/O RPCs go to different portal number and (presumably) fast
4809              lock requests (and glimses) and other RPCs get their own service
4810              threads pool that should be able to service those RPCs
4811              immediatelly.
4812
4813 Severity   : enhancement
4814 Bugzilla   : 7417
4815 Description: Ability to exchange lustre version between client and servers and
4816              issue warnings at client side if client is too old. Also for
4817              liblustre clients there is ability to refuse connection of too old
4818              clients.
4819 Details    : New 'version' field is added to connect data structure that is
4820              filled with version info. That info is later checked by server and
4821              by client.
4822
4823 Severity   : minor
4824 Frequency  : rare, liblustre only.
4825 Bugzilla   : 9296, 9581
4826 Description: Two simultaneous writes from liblustre at offset within same page
4827              might proceed at the same time overwriting eachother with stale
4828              data.
4829 Details    : I/O lock withing llu_file_prwv was released too early, before data
4830              actually was hitting the wire. Extended lock-holding time until
4831              server acknowledges receiving data.
4832
4833 Severity   : minor
4834 Frequency  : extremely rare. Never observed in practice.
4835 Bugzilla   : 9652
4836 Description: avoid generating lustre_handle cookie of 0.
4837 Details    : class_handle_hash() generates handle cookies by incrementing
4838              global counter, and can hit 0 occasionaly (this is unlikely, but
4839              not impossible, because initial value of cookie counter is
4840              selected randonly). Value of 0 is used as a sentinel meaning
4841              "unassigned handle" --- avoid it. Also coalesce two critical
4842              sections in this function into one.
4843
4844 Severity   : enhancement
4845 Bugzilla   : 9528
4846 Description: allow liblustre clients to delegate truncate locking to OST
4847 Details    : To avoid overhead of locking, liblustre client instructs OST to
4848              take extent lock in ost_punch() on client's behalf. New connection
4849              flag is added to handle backward compatibility.
4850
4851 Severity   : enhancement
4852 Bugzilla   : 4928, 7341, 9758
4853 Description: allow number of OST service threads to be specified
4854 Details    : a module parameter allows the number of OST service threads
4855              to be specified via "options ost ost_num_threads={N}" in the
4856              OSS's /etc/modules.conf or /etc/modprobe.conf.
4857
4858 Severity   : major
4859 Frequency  : rare
4860 Bugzilla   : 6146, 9635, 9895
4861 Description: servers crash with bad pointer in target_handle_connect()
4862 Details    : In rare cases when a client is reconnecting it was possible that
4863              the connection request was the last reference for that export.
4864              We would temporarily drop the export reference and get a new
4865              one, but this may have been the last reference and the export
4866              was just destroyed.  Get new reference before dropping old one.
4867
4868 Severity   : enhancement
4869 Frequency  : if client is started with failover MDS
4870 Bugzilla   : 9818
4871 Description: Allow multiple MDS hostnames in the mount command
4872 Details    : Try to read the configuration from all specified MDS
4873              hostnames during a client mount in case the "primary"
4874              MDS is down.
4875
4876 Severity   : enhancement
4877 Bugzilla   : 9297
4878 Description: Stop sending data to evicted clients as soon as possible.
4879 Details    : Check if the client we are about to send or are sending data to
4880              was evicted already. (Check is done every second of waiting,
4881              for which l_wait_event interface was extended to allow checking
4882              of exit condition at specified intervals).
4883
4884 Severity   : minor
4885 Frequency  : rare, normally only when NFS exporting is done from client
4886 Bugzilla   : 9301
4887 Description: 'bad disk LOV MAGIC: 0x00000000' error when chown'ing files
4888              without objects
4889 Details    : Make mds_get_md() recognise empty md case and set lmm size to 0.
4890
4891 Severity   : minor
4892 Frequency  : always, if srand() is called before liblustre initialization
4893 Bugzilla   : 9794
4894 Description: Liblustre uses system PRNG disturbing its usage by user application
4895 Details    : Introduce internal to lustre fast and high-quality PRNG for
4896              lustre usage and make liblustre and some other places in generic
4897              lustre code to use it.
4898
4899 Severity   : enhancement
4900 Bugzilla   : 9477, 9557, 9870
4901 Description: Verify that the MDS configuration logs are updated when xml is
4902 Details    : Check if the .xml configuration logs are newer than the config
4903              logs stored on the MDS and report an error if this is the case.
4904              Request --write-conf, or allow starting with --old_conf.
4905
4906 Severity   : enhancement
4907 Bugzilla   : 6034
4908 Description: Handle symlinks in the path when checking if Lustre is mounted.
4909 Details    : Resolve intermediate symlinks when checking if a client has
4910              mounted a filesystem to avoid duplicate client mounts.
4911
4912 Severity   : minor
4913 Frequency  : rare
4914 Bugzilla   : 9309
4915 Description: lconf can hit an error exception but still return success.
4916 Details    : The lconf command catches the Command error exception at the top
4917              level script context and will exit with the associated exit
4918              status, but doesn't ensure that this exit status is non-zero.
4919
4920 Severity   : minor
4921 Frequency  : rare
4922 Bugzilla   : 9493
4923 Description: failure of ptlrpc thread startup can cause oops
4924 Details    : Starting a ptlrpc service thread can fail if there are a large
4925              number of threads or the server memory is very fragmented.
4926              Handle this without oopsing.
4927
4928 Severity   : minor
4929 Frequency  : always, only if liblustre and non-default acceptor port was used
4930 Bugzilla   : 9933
4931 Description: liblustre cannot connect to servers with non-default acceptor port
4932 Details    : tcpnal_set_default_params() was not called and was therefore
4933              ignoring the environment varaible TCPNAL_PORT, as well as other
4934              TCPNAL_ environment variables
4935
4936 Severity   : minor
4937 Frequency  : rare
4938 Bugzilla   : 9923
4939 Description: two objects could be created on the same OST for a single file
4940 Details    : If an OST is down, in some cases it was possible to create two
4941              objects on a single OST for a single file.  No problems other
4942              than potential performance impact and spurious error messages.
4943
4944 Severity   : minor
4945 Frequency  : rare
4946 Bugzilla   : 5681, 9562
4947 Description: Client may oops in ll_unhash_aliases
4948 Details    : Client dcache may become inconsistent in race condition.
4949              In some cases "getcwd" can fail if the current directory is
4950              modified.
4951
4952 Severity   : minor
4953 Frequency  : always
4954 Bugzilla   : 9942
4955 Description: Inode refcounting problems in NFS export code
4956 Details    : link_raw functions used to call d_instantiate without obtaining
4957              extra inode reference first.
4958
4959 Severity   : minor
4960 Frequency  : rare
4961 Bugzilla   : 9942, 9903
4962 Description: Referencing freed requests leading to crash, memleaks with NFS.
4963 Details    : We used to require that call to ll_revalidate_it was always
4964              followed by ll_lookup_it. Also with revalidate_special() it is
4965              possible to call ll_revalidate_it() twice for the same dentry
4966              even if first occurence returned success. This fix changes semantic
4967              between DISP_ENQ_COMPLETE disposition flag to mean there is extra
4968              reference on a request referred from the intent.
4969              ll_intent_release() then releases such a request.
4970
4971 Severity   : minor
4972 Frequency  : rare, normally benchmark loads only
4973 Bugzilla   : 1443
4974 Description: unlinked inodes were kept in memory on the client
4975 Details    : If a client is repeatedly creating and unlinking files it
4976              can accumulate a lot of stale inodes in the inode slab cache.
4977              If there is no other client load running this can cause the
4978              client node to run out of memory.  Instead flush old inodes
4979              from client cache that have the same inode number as a new inode.
4980
4981 Severity   : minor
4982 Frequency  : SLES9 2.6.5 kernel and long filenames only
4983 Bugzilla   : 9969, 10379
4984 Description: utime reports stale NFS file handle
4985 Details    : SLES9 uses out-of-dentry names in some cases, which confused
4986              the lustre dentry revalidation.  Change it to always use the
4987              in-dentry qstr.
4988
4989 Severity   : major
4990 Frequency  : rare, unless heavy write-truncate concurrency is continuous
4991 Bugzilla   : 4180, 6984, 7171, 9963, 9331
4992 Description: OST becomes very slow and/or deadlocked during object unlink
4993 Details    : filter_destroy() was holding onto the parent directory lock
4994              while truncating+unlinking objects.  For very large objects this
4995              may block other threads for a long time and slow overall OST
4996              responsiveness.  It may also be possible to get a lock ordering
4997              deadlock in this case, or run out of journal credits because of
4998              the combined truncate+unlink.  Solution is to do object truncate
4999              first in one transaction without parent lock, and then do the
5000              final unlink in a new transaction with the parent lock.  This
5001              reduces the lock hold time dramatically.
5002
5003 Severity   : major
5004 Frequency  : rare, 2.4 kernels only
5005 Bugzilla   : 9967
5006 Description: MDS or OST cleanup may trip kernel BUG when dropping kernel lock
5007 Details    : mds_cleanup() and filter_cleanup() need to drop the kernel lock
5008              before unmounting their filesystem in order to avoid deadlock.
5009              The kernel_locked() function in 2.4 kernels only checks whether
5010              the kernel lock is held, not whether it is this process that is
5011              holding it as 2.6 kernels do.
5012
5013 Severity   : major
5014 Frequency  : rare
5015 Bugzilla   : 9635
5016 Description: MDS or OST may oops/LBUG if a client is connecting multiple times
5017 Details    : The client ptlrpc code may be trying to reconnect to a down
5018              server before a previous connection attempt has timed out.
5019              Increase the reconnect interval to be longer than the connection
5020              timeout interval to avoid sending duplicate connections to
5021              servers.
5022
5023 Severity   : minor
5024 Frequency  : echo_client brw_test command
5025 Bugzilla   : 9919
5026 Description: fix echo_client to work with OST preallocated code
5027 Details    : OST preallocation code (5137) didn't take echo_client IO path
5028              into account: echo_client calls filter methods outside of any
5029              OST thread and, hence, there is no per-thread preallocated
5030              pages and buffers to use. Solution: hijack pga pages for IO. As
5031              a byproduct, this avoids unnecessary data copying.
5032
5033 Severity   : minor
5034 Frequency  : rare
5035 Bugzilla   : 3555, 5962, 6025, 6155, 6296, 9574
5036 Description: Client can oops in mdc_commit_close() after open replay
5037 Details    : It was possible for the MDS to return an open request with no
5038              transaction number in mds_finish_transno() if the client was
5039              evicted, but without actually returning an error.  Clients
5040              would later try to replay that open and may trip an assertion
5041              Simplify the client close codepath, and always return an error
5042              from the MDS in case the open is not successful.
5043
5044 Severity   : major
5045 Frequency  : rare, 2.6 OSTs only
5046 Bugzilla   : 10076
5047 Description: OST may deadlock under high load on fragmented files
5048 Details    : If there was a heavy load and highly-fragmented OST filesystems
5049              it was possible to have all the OST threads deadlock waiting on
5050              allocation of biovecs, because the biovecs were not released
5051              until the entire RPC IO was completed.  Instead, release biovecs
5052              as soon as they are complete to ensure forward IO progress.
5053
5054 Severity   : enhancement
5055 Bugzilla   : 9578
5056 Description: Support for specifying external journal device at mount
5057 Details    : If an OST or MDS device is formatted with an external journal
5058              device, this device major/minor is stored in the ext3 superblock
5059              and may not be valid for failover.  Allow detecting and
5060              specifying the external journal at mount time.
5061
5062 Severity   : major
5063 Frequency  : rare
5064 Bugzilla   : 10235
5065 Description: Mounting an MDS with pending unlinked files may cause oops
5066 Details    : target_finish_recovery() calls mds_postrecov() which returned
5067              the number of orphans unlinked. mds_lov_connect->mds_postsetup()
5068              considers this an error and immediately begins cleaning up the
5069              lov, just after starting the mds_lov process
5070
5071 Severity   : enhancement
5072 Bugzilla   : 9461
5073 Description: Implement 'lfs df' to report actual free space on per-OST basis
5074 Details    : Add sub-command 'df' on 'lfs' to report the disk space usage of
5075              MDS/OSDs. Usage: lfs df [-i][-h]. Command Options: '-i' to report
5076              usage of objects; '-h' to report in human readable format.
5077
5078 ------------------------------------------------------------------------------
5079
5080 08-26-2005  Cluster File Systems, Inc. <info@clusterfs.com>
5081        * version 1.4.5
5082        * bug fixes
5083
5084 Severity   : major
5085 Frequency  : rare
5086 Bugzilla   : 7264
5087 Description: Mounting an ldiskfs file system with mballoc may crash OST node.
5088 Details    : ldiskfs mballoc code may reference an uninitialized buddy struct
5089              at startup during orphan unlinking.  Instead, skip buddy update
5090              before setup, as it will be regenerated after recovery is complete.
5091
5092 Severity   : minor
5093 Frequency  : rare
5094 Bugzilla   : 7039
5095 Description: If an OST is inactive, its locks might reference stale inodes.
5096 Details    : lov_change_cbdata() must iterate over all namespaces, even if
5097              they are inactive to clear inode references from the lock.
5098
5099 Severity   : enhancement
5100 Frequency  : occasional, if non-standard max_dirty_mb used
5101 Bugzilla   : 7138
5102 Description: Client will block write RPCs if not enough grant
5103 Details    : If a client has max_dirty_mb smaller than max_rpcs_in_flight,
5104              then the client will block writes while waiting for another RPC
5105              to complete instead of consuming its dirty limit.  With change
5106              we get improved performance when max_dirty_mb is small.
5107
5108 Severity   : enhancement
5109 Bugzilla   : 3389, 6253
5110 Description: Add support for supplementary groups on the MDS.
5111 Details    : The MDS has an upcall /proc/fs/lustre/mds/{mds}/group_upcall
5112              (set to /usr/sbin/l_getgroups if enabled) which will do MDS-side
5113              lookups for user supplementary groups into a cache.
5114
5115 Severity   : minor
5116 Bugzilla   : 7278
5117 Description: O_CREAT|O_EXCL open flags in liblustre always return -EEXIST
5118 Details    : Make libsysio to not enforce O_EXCL by clearing the flag,
5119              for liblustre O_EXCL is enforced by MDS.
5120
5121 Severity   : minor
5122 Bugzilla   : 6455
5123 Description: readdir never returns NULL in liblustre.
5124 Details    : Corrected llu_iop_getdirentries logic, to return offset of next
5125              dentry in struct dirent.
5126
5127 Severity   : minor
5128 Bugzilla   : 7137
5129 Frequency  : liblustre only, depends on application IO pattern
5130 Description: liblustre clients evicted if not contacting servers
5131 Details    : Don't put liblustre clients into the ping_evictor list, so
5132              they will not be evicted by the pinger ever.
5133
5134 Severity   : enhancement
5135 Bugzilla   : 6902
5136 Description: Add ability to evict clients by NID from MDS.
5137 Details    : By echoing "nid:$NID" string into
5138              /proc/fs/lustre/mds/.../evict_client client with nid that equals to
5139              $NID would be instantly evicted from this MDS and from all active
5140              OSTs connected to it.
5141
5142 Severity   : minor
5143 Bugzilla   : 7198
5144 Description: Do not query file size twice, somewhat slowing stat(2) calls.
5145 Details    : lookup_it_finish() used to query file size from OSTs that was not
5146              needed.
5147
5148 Severity   : minor
5149 Bugzilla   : 6237
5150 Description: service threads change working directory to that of init
5151 Details    : Starting lustre service threads may pin the working directory
5152              of the parent thread, making that filesystem busy.  Threads
5153              now change to the working directory of init to avoid this.
5154
5155 Severity   : minor
5156 Bugzilla   : 6827
5157 Frequency  : during shutdown only
5158 Description: shutdown with a failed MDS or OST can cause unmount to hang
5159 Details    : Don't resend DISCONNECT messages in ptlrpc_disconnect_import()
5160              if server is down.
5161
5162 Severity   : minor
5163 Bugzilla   : 7331
5164 Frequency  : 2.6 only
5165 Description: chmod/chown may include an extra supplementary group
5166 Details    : ll{,u}_mdc_pack_op_data() does not properly initialize the
5167              supplementary group and if none is specified this is used.
5168
5169 Severity   : minor
5170 Bugzilla   : 5479 (6816)
5171 Frequency  : rare
5172 Description: Racing open + rm can assert client in mdc_set_open_replay_data()
5173 Details    : If lookup is in progress on a file that is unlinked we might try
5174              to revalidate the inode and fail in revalidate after lookup is
5175              complete and ll_file_open() enqueues the open again but
5176              it_open_error() was not checking DISP_OPEN_OPEN errors correctly.
5177
5178 Severity   : minor
5179 Frequency  : always, if lconf --abort_recovery used
5180 Bugzilla   : 7047
5181 Description: lconf --abort_recovery fails with 'Operation not supported'
5182 Details    : lconf was attempting to abort recovery on the MDT device and not
5183              the MDS device
5184
5185 ------------------------------------------------------------------------------
5186
5187 2005-08-08  Cluster File Systems, Inc. <info@clusterfs.com>
5188        * version 1.4.4
5189        * bug fixes
5190
5191 Severity   : major
5192 Frequency  : rare (only unsupported configurations with a node running as an
5193              OST and a client)
5194 Bugzilla   : 6514, 5137
5195 Description: Mounting a Lustre file system on a node running as an OST could
5196              lead to deadlocks
5197 Details    : OSTs now preallocates memory needed to write out data at
5198              startup, instead of when needed, to avoid having to
5199              allocate memory in possibly low memory situations.
5200              Specifically, if the file system is mounted on on OST,
5201              memory pressure could force it to try to write out data,
5202              which it needed to allocate memory to do.  Due to the low
5203              memory, it would be unable to do so and the node would
5204              become unresponsive.
5205
5206 Severity   : enhancement
5207 Bugzilla   : 7015
5208 Description: Addition of lconf --service command line option
5209 Details    : lconf now accepts a '--service <arg>' option, which is
5210              shorthand for 'lconf --group <arg> --select <arg>=<hostname>'
5211
5212 Severity   : enhancement
5213 Bugzilla   : 6101
5214 Description: Failover mode is now the default for OSTs.
5215 Details    : By default, OSTs will now run in failover mode.  To return to
5216              the old behaviour, add '--failout' to the lmc line for OSTs.
5217
5218 Severity   : enhancement
5219 Bugzilla   : 1693
5220 Description: Health checks are now provided for MDS and OSTs
5221 Details    : Additional detailed health check information on MSD and OSTs
5222              is now provided through the procfs health_check value.
5223
5224 Severity   : minor
5225 Frequency  : occasional, depends on IO load
5226 Bugzilla   : 4466
5227 Description: Disk fragmentation on the OSTs could eventually cause slowdowns
5228              after numerous create/delete cycles
5229 Details    : The ext3 inode allocation policy would not allocate new inodes
5230              very well on the OSTs because there are no new directories
5231              being created.  Instead we look for groups with free space if
5232              the parent directories are nearly full.
5233
5234 Severity   : major
5235 Bugzilla   : 6302
5236 Frequency  : rare
5237 Description: Network or server problems during mount may cause partially
5238              mounted clients instead of returning an error.
5239 Details    : The config llog parsing code may overwrite the error return
5240              code during mount error handling, returning success instead
5241              of an error.
5242
5243 Severity   : minor
5244 Bugzilla   : 6422
5245 Frequency  : rare
5246 Description: MDS can fail to allocate large reply buffers
5247 Details    : After long uptimes the MDS can fail to allocate large reply
5248              buffers (e.g. zconf client mount config records) due to memory
5249              fragmentation or consumption by the buffer cache.  Preallocate
5250              some large reply buffers so that these replies can be sent even
5251              under memory pressure.
5252
5253 Severity   : minor
5254 Bugzilla   : 6266
5255 Frequency  : rare (liblustre)
5256 Description: fsx running with liblustre complained that using truncate() to
5257              extend the file doesn't work.  This patch corrects that issue.
5258 Details    : This is the liblustre equivalent of the fix for bug 6196.  Fixes
5259              ATTR_SIZE and lsm use in llu_setattr_raw.
5260
5261 Severity   : critical
5262 Bugzilla   : 6866
5263 Frequency  : rare, only 2.6 kernels
5264 Description: Unusual file access patterns on the MDS may result in inode
5265              data being lost in very rare circumstances.
5266 Details    : Bad interaction between the ea-in-inode patch and the "no-read"
5267              code in the 2.6 kernel caused the inode and/or EA data not to
5268              be read from disk, causing single-file corruption.
5269
5270 Severity   : critical
5271 Bugzilla   : 6998
5272 Frequency  : rare, only 2.6 filesystems using extents
5273 Description: Heavy concurrent write and delete load may cause data corruption.
5274 Details    : It was possible under high-load situations to have an extent
5275              metadata block in the block device cache from a just-unlinked
5276              file overwrite a newly-allocated data block.  We now unmap any
5277              metadata buffers that alias just-allocated data blocks.
5278
5279 Severity   : minor
5280 Bugzilla   : 7241
5281 Frequency  : filesystems with default stripe_count larger than 77
5282 Description: lconf+mke2fs fail when formatting filesystem with > 77 stripes
5283 Details    : lconf specifies an inode size of 4096 bytes when the default
5284              stripe_count is larger than 77.  This conflicts with the default
5285              inode density of 1 per 4096 bytes.  Allocate smaller inodes in
5286              this case to avoid pinning too much memory for large EAs.
5287
5288 ------------------------------------------------------------------------------
5289
5290 2005-07-07  Cluster File Systems, Inc. <info@clusterfs.com>
5291        * version 1.4.3
5292        * bug fixes
5293
5294 Severity   : minor
5295 Frequency  : rare (extremely heavy IO load with hundreds of clients)
5296 Bugzilla   : 6172
5297 Description: Client is evicted, gets IO error writing to file
5298 Details    : lock ordering changes for bug 5492 reintroduced bug 3267 and
5299              caused clients to be evicted for AST timeouts.  The fixes in
5300              bug 5192 mean we no longer need to have such short AST timeouts
5301              so ldlm_timeout has been increased.
5302
5303 Severity   : major
5304 Frequency  : occasional during --force or --failover shutdown under load
5305 Bugzilla   : 5949, 4834
5306 Description: Server oops/LBUG if stopped with --force or --failover under load
5307 Details    : a collection of import/export refcount and cleanup ordering
5308              issues fixed for safer force cleanup
5309
5310 Severity   : major
5311 Frequency  : only filesystems larger than 120 OSTs
5312 Bugzilla   : 5990, 6223
5313 Description: lfs getstripe would oops on a very large filesystem
5314 Details    : lov_getconfig used kfree on vmalloc'd memory
5315
5316 Severity   : minor
5317 Frequency  : only filesystems exporting via NFS to Solaris 10 clients
5318 Bugzilla   : 6242, 6243
5319 Description: reading from files that had been truncated to a non-zero size
5320              but never opened returned no data
5321 Details    : ll_file_read() reads zeros from no-object files to EOF
5322
5323 Severity   : major
5324 Frequency  : rare
5325 Bugzilla   : 6200
5326 Description: A bug in MDS/OSS recovery could cause the OSS to fail an assertion
5327 Details    : There's little harm in aborting MDS/OSS recovery and letting it
5328              try again, so I removed the LASSERT and return an error instead.
5329
5330 Severity   : enhancement
5331 Bugzilla   : 5902
5332 Description: New debugging infrastructure for tracking down data corruption
5333 Details    : The I/O checksum code was replaced to: (a) control it at runtime,
5334              (b) cover more of the client-side code path, and (c) try to narrow
5335              down where problems occurred
5336
5337 Severity   : major
5338 Frequency  : rare
5339 Bugzilla   : 3819, 4364, 4397, 6313
5340 Description: Racing close and eviction MDS could cause assertion in mds_close
5341 Details    : It was possible to get multiple mfd references during close and
5342              client eviction, leading to one thread referencing a freed mfd.
5343
5344 Severity:  : enhancement
5345 Bugzilla   : 3262, 6359
5346 Description: Attempts to reconnect to servers are now more aggressive.
5347 Details    : This builds on the enhanced upcall-less recovery that was added
5348              in 1.4.2.  When trying to reconnect to servers, clients will
5349              now try each server in the failover group every 10 seconds.  By
5350              default, clients would previously try one server every 25 seconds.
5351
5352 Severity   : major
5353 Frequency  : rare
5354 Bugzilla   : 6371
5355 Description: After recovery, certain operations trigger a failed
5356              assertion on a client.
5357 Details    : Failing over an mds, using lconf -d --failover, while a
5358              client was doing a readdir() call would cause the client to
5359              LBUG after recovery completed and the readdir() was resent.
5360
5361 Severity   : enhancement
5362 Bugzilla   : 6296
5363 Description: Default groups are now added by lconf
5364 Details    : You can now run lconf --group <servicename> without having to
5365              manually add groups with lmc.
5366
5367 Severity   : major
5368 Frequency  : occasional
5369 Bugzilla   : 6412
5370 Description: Nodes with an elan id of 0 trigger a failed assertion
5371
5372 Severity   : minor
5373 Frequency  : always when accessing e.g. tty/console device nodes
5374 Bugzilla   : 3790
5375 Description: tty and some other devices nodes cannot be used on lustre
5376 Details    : file's private_data field is used by device data and lustre
5377              values in there got lost. New field was added to struct file to
5378              store fs-specific private data.
5379
5380 Severity   : minor
5381 Frequency  : when exporting Lustre via NFS
5382 Bugzilla   : 5275
5383 Description: NFSD failed occasionally when looking up a path component
5384 Details    : NFSD is looking up ".." which was broken in ext3 directories
5385              that had grown large enough to become hashed.
5386
5387 Severity   : minor
5388 Frequency  : Clusters with multiple interfaces not on the same subnet
5389 Bugzilla   : 5541
5390 Description: Nodes will repeatedly try to reconnect to an interface which it
5391              cannot reach and report an error to the log.
5392 Details    : Extra peer list entries will be created by lconf with some peers
5393              unreachable.  lconf now validates the peer before adding it.
5394
5395 Severity   : major
5396 Frequency  : Only if a default stripe is set on the filesystem root.
5397 Bugzilla   : 6367
5398 Description: Setting a default stripe on the filesystem root prevented the
5399              filesystem from being remounted.
5400 Details    : The client was sending extra request flags in the root getattr
5401              request and did not allocate a reply buffer for the dir EA.
5402
5403 Severity   : major
5404 Frequency  : occasional, higher if lots of files are accessed by one client
5405 Bugzilla   : 6159, 6097
5406 Description: Client trips assertion regarding lsm mismatch/magic
5407 Details    : While revalidating inodes the VFS looks up inodes with ifind()
5408              and in rare cases can find an inode that is being freed.
5409              The ll_test_inode() code will free the lsm during ifind()
5410              when it finds an existing inode and then the VFS later attaches
5411              this free lsm to a new inode.
5412
5413 Severity   : major
5414 Frequency  : rare
5415 Bugzilla   : 6422, 7030
5416 Description: MDS deadlock between mkdir and client eviction
5417 Details    : Creating a new file via mkdir or mknod (starting a transaction
5418              and getting the ns lock) can deadlock with client eviction
5419              (gets ns lock and trying to finish a synchronous transaction).
5420
5421 Severity   : minor
5422 Frequency  : occasional
5423 Description: While starting a server, the fsfilt_ext3 module could not be
5424              loaded.
5425 Details    : CFS's improved ext3 filesystem is named ldiskfs for 2.6
5426              kernels.  Previously, lconf would still use the ext3 name
5427              when trying to load modules.  Now, it will correctly use
5428              ext3 on 2.4 and ldiskfs on 2.6.
5429
5430 Severity   : enhancement
5431 Description: The default stripe count has been changed to 1
5432 Details    : The interpretation of the default stripe count (0, to lfs
5433              or lmc) has been changed to mean striping across a single
5434              OST, rather than all available.  For general usage we have
5435              found a stripe count of 1 or 2 works best.
5436
5437 Severity   : enhancement
5438 Description: Add support for compiling against Cray portals.
5439 Details    : Conditional compiling for some areas that are different
5440              on Cray Portals.
5441
5442 Severity   : major
5443 Frequency  : occasional
5444 Bugzilla   : 6409, 6834
5445 Description: Creating files with an explicit stripe count may lead to
5446              a failed assertion on the MDS
5447 Details    : If some OSTs are full or unavailable, creating files may
5448              trigger a failed assertion on the MDS.  Now, Lustre will
5449              try to use other servers or return an error to the
5450              client.
5451
5452 Severity   : minor
5453 Frequency  : occasional
5454 Bugzilla   : 6469
5455 Description: Multiple concurrent overlapping read+write on multiple SMP nodes
5456              caused lock timeout during readahead (since 1.4.2).
5457 Details    : Processes doing readahead might match a lock that hasn't been
5458              granted yet if there are overlapping and conflicting lock
5459              requests.  The readahead process waits on ungranted lock
5460              (original lock is CBPENDING), while OST waits for that process
5461              to cancel CBPENDING read lock and eventually evicts client.
5462
5463 Severity   : enhancement
5464 Bugzilla   : 6931
5465 Description: Initial enabling of flock support for clients
5466 Details    : Implements fcntl advisory locking and file status functions.
5467              This feature is provided as an optional mount flag (default
5468              off), and is NOT CURRENTLY SUPPORTED.  Not all types of record
5469              locking are implemented yet, and those that are are not guaranteed
5470              to be completely correct in production environments.
5471              mount -t lustre -o [flock|noflock] ...
5472
5473 Severity   : major
5474 Frequency  : occasional
5475 Bugzilla   : 6198
5476 Description: OSTs running 2.4 kernels but with extents enabled might trip an
5477              assertion in the ext3 JBD (journaling) layer.
5478 Details    : The b_committed_data struct is protected by the big kernel lock
5479              in 2.4 kernels, serializing journal_commit_transaction() and
5480              ext3_get_block_handle->ext3_new_block->find_next_usable_block()
5481              access to this struct.  In 2.6 kernels there is finer grained
5482              locking to improve SMP performance of the JBD layer.
5483
5484 Severity   : minor
5485 Bugzilla   : 6147
5486 Description: Changes the "SCSI I/O Stats" kernel patch to default to "enabled"
5487
5488 Severity   : Minor
5489 Frequency  : Rare
5490 Bugzilla   : 11248
5491 Description: merge and cleanup kernel patches.
5492 Details    :
5493
5494 -----------------------------------------------------------------------------
5495
5496 2005-05-05  Cluster File Systems, Inc. <info@clusterfs.com>
5497        * version 1.4.2
5498        NOTE: Lustre 1.4.2 uses an incompatible network protocol than previous
5499              versions of Lustre.  Please update all servers and clients to
5500              version 1.4.2 or later at the same time.  You must also run
5501              "lconf --write-conf {config}.xml" on the MDS while it is stopped
5502              to update the configuration logs.
5503        * bug fixes
5504         - fix for HPUX NFS client breakage when NFS exporting Lustre (5781)
5505         - mdc_enqueue does not need max_mds_easize request buffer on send (5707)
5506         - swab llog records of type '0' so we get proper header size/idx (5861)
5507         - send llog cancel req to DLM cancel portal instead of cb portal (5515)
5508         - fix rename of one directory over another leaking an inode (5953)
5509         - avoid SetPageDirty on 2.6 (5981)
5510         - don't re-add just-being-destroyed locks to the waiting list (5653)
5511         - when creating new directories, inherit the parent's custom
5512           striping settings if present parent (3048)
5513         - flush buffers from cache before direct IO in 2.6 obdfilter (4982)
5514         - don't hold i_size_sem in ll_nopage() and ll_ap_refresh_count (6077)
5515         - don't hold client locks on temporary worklist from l_lru (5666)
5516         - handle IO errors in 2.6 obdfilter bio completion routine (6046)
5517         - automatically evict dead clients (5921)
5518         - Update file size properly in create+truncate+fstat case (6196)
5519         - Do not unhash mountpoint dentries, do not allow removal of
5520           mountpoints (5907)
5521         - Avoid lock ordering deadlock issue with write/truncate (6203,5654)
5522         - reserve enough journal credits in fsfilt_start_log for setattr (4554)
5523         - ldlm_enqueue freed-export error path would always LBUG (6149,6184)
5524         - don't reference lr_lvb_data until after we hold lr_lvb_sem (6170)
5525         - don't overwrite last_rcvd if there is a *_client_add() error (6086)
5526         - Correctly handle reads of files with no objects (6243)
5527         - lctl recover will also mark a device active if deactivate used (5933)
5528         * miscellania
5529         - by default create 1 inode per 4kB space on MDS, per 16kB on OSTs
5530         - allow --write-conf on an MDS with different nettype than client (5619)
5531         - don't write config llogs to MDS for mounts not from that MDS (5617)
5532         - lconf should create multiple TCP connections from a client (5201)
5533         - init scripts are now turned off by default; run chkconfig --on
5534           lustre and chkconfig --on lustrefs to use them
5535         - upcalls are no longer needed for clients to recover to failover
5536           servers (3262)
5537         - add --abort-recovery option to lconf to abort recovery on device
5538           startup (6017)
5539         - add support for an arbitrary number of OSTs (3026)
5540         - Quota support protocol changes.
5541         - forward compatibility changes to wire structs (6007)
5542         - rmmod NALs that might be loaded because of /etc/modules.conf (6133)
5543         - support for mountfsoptions and clientoptions to the Lustre LDAP (5873)
5544         - improved "lustre status" script
5545         - initialize blocksize for non-regular files (6062)
5546         - added --disable-server and --disable-client configure options (5782)
5547         - introduce a lookup cache for lconf to avoid repeated DB scans (6204)
5548         - Vanilla 2.4.29 support
5549         - increase maximum number of obd devices to 520 (6242)
5550         - remove the tcp-zero-copy patch from the suse-2.4 series (5902)
5551         - Quadrics Elan drivers are now included for the RHEL 3 2.4.21 and
5552           SLES 9 2.6.5 kernels
5553         - limit stripes per file to 160 (the maximum EA size) (6093)
5554
5555 2005-03-22  Cluster File Systems, Inc. <info@clusterfs.com>
5556        * version 1.4.1
5557        * bug fixes
5558         - don't LASSERT in ll_release on NULL lld with NFS export (4655, 5760)
5559         - hold NS lock when calling handle_ast_error->del_waiting_lock (5746)
5560         - fix setattr mtime regression from lovcleanup merge (4829, 5669)
5561         - workaround for 2.6 crash in ll_unhash_aliases (5687, 5210)
5562         - small ext3 extents cleanups and fixes (5733)
5563         - improved mballoc code, several small races and bugs fixed (5733, 5638)
5564         - kernel version 43 - fix remove_suid bugs in both 2.4 and 2.6 (5695)
5565         - avoid needless client->OST connect, fix handle mismatch (5317)
5566         - fix DLM error path that led to out-of-sync client, long delays (5779)
5567         - support common vfs-enforced mount options (nodev,nosuid,noexec) (5637)
5568         - fix several locking issues related to i_size (5492,5624,5654,5672)
5569         - don't move pending lock onto export if it is already evicted (5683)
5570         - fix kernel oops when creating .foo in unlinked directory (5548)
5571         - fix deadlock in obdfilter statistics vs. object create (5811)
5572         - use time_{before,after} to avoid timer jiffies wrap (5882)
5573         - shutdown --force/--failover stability (3607,3651,4797,5203,4834)
5574         - Do not leak request if server was not able to process it (5154)
5575         - If mds_open unable to find parent dir, make that negative lookup(5154)
5576         - don't create new directories with extent-mapping (5909, 5936)
5577        * miscellania
5578         - fix lustre/lustrefs init scripts for SuSE (patch from Scali, 5702)
5579         - don't hold the pinger_sem in ptlrpc_pinger_sending_on_import
5580         - change obd_increase_kms to obd_adjust_kms (up or down) (5654)
5581         - lconf, lmc search both /usr/lib and /usr/lib64 for Python libs (5800)
5582         - support for RHEL4 kernel on i686 (5773)
5583         - provide error messages when incompatible logs are encountered (5898)
5584
5585 2005-02-18  Cluster File Systems, Inc. <info@clusterfs.com>
5586        * version 1.4.0.10 (1.4.1 release candidate 1)
5587        * bug fixes
5588         - don't keep a lock reference when lock is not granted (4238)
5589         - unsafe list practices (rarely) led to infinite eviction loop (4908)
5590         - add per-fs limit of Lustre pages in page cache, avoid OOM (4699)
5591         - drop import inflight refcount on signal_completed_replay error (5255)
5592         - unlock page after async write error during send (3677)
5593         - handle missing objects in filter_preprw_read properly (5265)
5594         - no transno return for symlink open, don't save no-trasno open (3440)
5595         - don't try to complete elan receive that already failed (4012)
5596         - free RPC server reply state on error (5406)
5597         - clean up thread from ptlrpc_start_thread() on error (5160)
5598         - readahead could read extra page into cache that wasn't ejected (5388)
5599         - prevent races in class_attach/setup/cleanup/detach (5260)
5600         - don't dereference de->d_inode after l_dput of de (5458)
5601         - use "int" for stripe value returned from lock_to_stripe (5544)
5602         - mballoc allocation and error-checking fixes in 2.6 (5504)
5603         - block device patches to fix I/O request sizes in 2.6 (5482)
5604         - look up hostnames for IB nals (5602)
5605         - 2.6 changed lock ordering of 2 semaphores, caused deadlock (5654)
5606         - don't start multiple acceptors for the same port (5277)
5607         - fix incorrect LASSERT in mds_getattr_name (5635)
5608         - export a proc file for general "ping" checking (5628)
5609         - fix "lfs check" to not block when the MDS is down (5628)
5610        * miscellania
5611         - service request history (4965)
5612         - put {ll,lov,osc}_async_page structs in a single slab (4699)
5613         - create an "evict_client" /proc entry on OSTs, like the MDS has
5614         - fix mount usage message, return errors per mount(8) (5168)
5615         - change grep [] to grep "[]" in tests so they work in more UMLs
5616         - fix ppc64/x86_64 spec to use %{_libdir} instead of /usr/lib (5389)
5617         - remove ancient LOV_MAGIC_V0 EA support (5047)
5618         - add "disk I/Os in flight" and "I/O req time" stats in obdfilter
5619         - align r/w RPCs to PTLRPC_MAX_BRW_SIZE boundary for performance (3451)
5620         - allow readahead allocations to fail when low on memory (5383)
5621         - mmap locking landed again, after considerable improvement (2828)
5622         - add get_hostaddr() to lustreDB.py for LDAP support (5459)
5623
5624 2004-11-23  Cluster File Systems, Inc. <info@clusterfs.com>
5625        * version 1.4.0
5626        * bug fixes
5627         - send OST transaction number in read/write reply to free req (4966)
5628         - don't ASSERT in ptl_send_rpc() if we run out of memory (5119)
5629         - lock /proc/sys/portals/routes internal state, avoiding oops (4827)
5630         - the watchdog thread now runs as interruptible (5246)
5631         - flock/lockf fixes (but it's still disabled, pending 5135)
5632         - don't use EXT3 constants in llite code (5094)
5633         - memory shortage at startup could cause assertion (5176)
5634        * miscellania
5635         - reorganization of lov code
5636         - single portals codebase
5637         - Infiniband NAL
5638         - add extents/mballoc support (5025)
5639         - direct I/O reads in the obdfilter (4048)
5640         - kernel patches from LNXI for 2.6 (bluesmoke, perfctr, mtd, kexec)
5641
5642 tbd         Cluster File Systems, Inc. <info@clusterfs.com>
5643        * version 1.2.9
5644        * bug fixes
5645         - send OST transaction number in read/write reply to free req (4966)
5646         - don't ASSERT in ptl_send_rpc() if we run out of memory (5119)
5647         - lock /proc/sys/portals/routes internal state, avoiding oops (4827)
5648         - the watchdog thread now runs as interruptible (5246)
5649         - handle missing objects in filter_preprw_read properly (5265)
5650         - unsafe list practices (rarely) led to infinite eviction loop (4908)
5651         - drop import inflight refcount on signal_completed_replay error (5255)
5652         - unlock page after async write error during send (3677)
5653         - return original error code on reconstructed replies (3761)
5654         - no transno return for symlink open, don't save no-trasno open (3440)
5655        * miscellania
5656         - add pid to ldlm debugging output (4922)
5657         - bump the watchdog timeouts -- we can't handle 30sec yet
5658         - extra debugging for orphan dentry/inode bug (5259)
5659
5660 2004-11-16  Cluster File Systems, Inc. <info@clusterfs.com>
5661        * version 1.2.8
5662        * bug fixes
5663         - fix TCP_NODELAY bug, which caused extreme perf regression (5134)
5664         - allocate qswnal tx descriptors singly to avoid fragmentation (4504)
5665         - don't LBUG on obdo_alloc() failure, use OBD_SLAB_ALLOC() (4800)
5666         - fix NULL dereference in /proc/sys/portals/routes (4827)
5667         - allow failed mdc_close() operations to be interrupted (4561)
5668         - stop precreate on OST before MDS would time out on it (4778)
5669         - don't send partial-page writes before EOF from client (4410)
5670         - discard client grant for sub-page writes on large-page clients (4520)
5671         - don't free dentries not owned by NFS code, check generation (4806)
5672         - fix lsm leak if mds_create_objects() fails (4801)
5673         - limit debug_daemon file size, always print CERROR messages (4789)
5674         - use transno after validating reply (3892)
5675         - process timed out requests if import state changes (3754)
5676         - update mtime on OST during writes, return in glimpse (4829)
5677         - add mkfsoptions to LDAP (4679)
5678         - use ->max_readahead method instead of zapping global ra (5039)
5679         - don't interrupt __l_wait_event() during strace
5680        * miscellania
5681         - add software watchdogs to catch hung threads quickly (4941)
5682         - make lustrefs init script start after nfs is mounted
5683         - fix CWARN/ERROR duplication (4930)
5684         - return async write errors to application if possible (2248)
5685         - add /proc/sys/portal/memused (bytes allocated by PORTALS_ALLOC)
5686         - print NAL number in %x format (4645)
5687         - update barely-supported suse-2.4.21-171 series (4842)
5688         - support for sles 9 %post scripts
5689         - support for building 2.6 kernel-source packages
5690         - support for sles km_* packages
5691
5692 2004-10-07  Cluster File Systems, Inc. <info@clusterfs.com>
5693        * version 1.2.7
5694        * bug fixes
5695         - ignore -ENOENT errors in osc_destroy (3639)
5696         - notify osc create thread that OSC is being cleaned up (4600)
5697         - add nettype argument for llmount in #5d in conf-sanity.sh (3936)
5698         - reconstruct ost_handle() like mds_handle() (4657)
5699         - create a new thread to do import eviction to avoid deadlock (3969)
5700         - let lconf resolve symlinked-to devices (4629)
5701         - don't unlink "objects" from directory with default EA (4554)
5702         - hold socknal file ref over connect in case target is down (4394)
5703         - allow more than 32000 subdirectories in a single directory (3244)
5704         - fix blocks count for O_DIRECT writes (3751)
5705         - OST returns ENOSPC from object create when no space left (4539)
5706         - don't send truncate RPC if file size isn't changing (4410)
5707         - limit OSC precreate to 1/2 of value OST considers bogus (4778)
5708         - bind to privileged port in socknal and tcpnal (3689)
5709        * miscellania
5710         - rate limit CERROR/CWARN console message to avoid overload (4519)
5711         - GETFILEINFO dir ioctl returns LOV EA + MDS stat in 1 call (3327)
5712         - basic mmap support (3918)
5713         - kernel patch series update from b1_4 (4711)
5714
5715 2004-09-16  Cluster File Systems, Inc. <info@clusterfs.com>
5716        * version 1.2.6
5717        * bug fixes
5718         - avoid crash during MDS cleanup with OST shut down (2775)
5719         - fix loi_list_lock/oig_lock inversion on interrupted IO (4136)
5720         - don't use bad inodes on the MDS (3744)
5721         - dynamic object preallocation to improve recovery speed (4236)
5722         - don't hold spinlock over lock dumping or change debug flags (4401)
5723         - don't zero obd_dev when it is force cleaned (3651)
5724         - print grants to console if they go negative (4431)
5725         - "lctl deactivate" will stop automatic recovery attempts (3406)
5726         - look for existing locks in ldlm_handle_enqueue() (3764)
5727         - don't resolve lock handle twice in recovery avoiding race (4401)
5728         - revalidate should check working dir is a directory (4134)
5729        * miscellania
5730         - don't always mark "slow" obdfilter messages as errors (4418)
5731
5732 2004-08-24  Cluster File Systems, Inc. <info@clusterfs.com>
5733        * version 1.2.5
5734        * bug fixes
5735         - don't close LustreDB during write_conf until it is done (3860)
5736         - fix typo in lconf for_each_profile (3821)
5737         - allow dumping logs from multiple threads at one time (3820)
5738         - don't allow multiple threads in OSC recovery (3812)
5739         - fix debug_size parameters (3864)
5740         - fix mds_postrecov to initialize import for llog ctxt (3121)
5741         - replace config semaphore with spinlock (3306)
5742         - be sure to send a reply for a CANCEL rpc with bad export (3863)
5743         - don't allow enqueue to complete on a destroyed export (3822)
5744         - down write_lock before checking llog header bitmap (3825)
5745         - recover from lock replay timeout (3764)
5746         - up llog sem before sending rpc (3652)
5747         - reduce ns lock hold times when setting kms (3267)
5748         - change a dlm LBUG to LASSERTF, to maybe learn something (4228)
5749         - fix NULL deref and obd_dev leak on setup error (3312)
5750         - replace some LBUG about llog ops with error handling (3841)
5751         - don't match INVALID dentries from d_lookup and spin (3784)
5752         - hold dcache_lock while marking dentries INVALID and hashing (4255)
5753         - fix invalid assertion in ptlrpc_set_wait (3880)
5754        * miscellania
5755         - add libwrap support for the TCP acceptor (3996)
5756         - add /proc/sys/portals/routes for non-root route listing (3994)
5757         - allow setting MDS UUID in .xml (2580)
5758         - print the stack of a process that LBUGs (4228)
5759
5760 2004-07-14  Cluster File Systems, Inc. <info@clusterfs.com>
5761        * version 1.2.4
5762        * bug fixes
5763         - don't cleanup request in ll_file_open() on failed MDS open (3430)
5764         - make sure to unset replay flag from failed open requests (3440)
5765         - if default stripe count is 0, use OST count for inode size (3636)
5766         - update parent mtime/ctime on client for create/unlink (2611)
5767         - drop dentry ref in ext3_add_link from open_connect_dentry (3266)
5768         - free recovery state on server during a forced cleanup (3571)
5769         - unregister_reply for resent reqs (3063)
5770         - loop back devices mounting and status check on 2.6 (3563)
5771         - fix resource-creation race that can provoke i_size == 0 (3513)
5772         - don't try to use bad inodes returned from MDS/OST fs lookup (3688)
5773         - more debugging for page-accounting assertion (3746)
5774         - return -ENOENT instead of asserting if ost getattr+unlink race (3558)
5775         - avoid deadlock after precreation failure (3758)
5776         - fix race and lock order deadlock in orphan handling (3450, 3750)
5777         - add validity checks when grabbing inodes from l_ast_data (3599)
5778        * miscellania
5779         - add /proc/.../recovery_status to obdfilter (3428)
5780         - lightweight CDEBUG infrastructure, debug daemon (3668)
5781         - change default OSC RPC parameters to be better on small clusters
5782         - turn off OST read cache for files smaller than 32MB
5783         - install man pages and include them in rpms (3100)
5784         - add new init script for (un)mounting lustre filesystems (2593)
5785         - run chkconfig in %post for init scripts (3701)
5786         - drop scimac NAL (unmaintained)
5787
5788 2004-06-17  Cluster File Systems, Inc. <info@clusterfs.com>
5789        * version 1.2.3
5790        * bug fixes
5791         - clean kiobufs before and after use (3485)
5792         - strip trailing '/'s before comparing paths with /proc/mounts (3486)
5793         - remove assertions to work around "in-flight rpcs" recovery bug (3063)
5794         - change init script to fail more clearly if not run as root (1528)
5795         - allow clients to reconnect during replay (1742)
5796         - fix ns_lock/i_sem lock ordering deadlock for kms update (3477)
5797         - don't do DNS lookups on NIDs too small for IP addresses (3442)
5798         - re-awaken ptlrpcd if new requests arrive during check_set  (3554)
5799         - fix cond_resched  (3554)
5800         - only evict unfinished clients after recovery (3515)
5801         - allow bulk resend, prevent data loss (3570)
5802         - dynamic ptlrpc request buffer allocation (2102)
5803         - don't allow unlinking open directory if it isn't empty (2904)
5804         - set MDS/OST threads to umask 0 to not clobber client modes (3359)
5805         - remove extraneous obd dereference causing LASSERT failure (3334)
5806         - don't use get_cycles() when creating temp. files on the mds (3156)
5807         - hold i_sem when setting i_size in ll_extent_lock() (3564)
5808         - handle EEXIST for set-stripe, set proper directory name (3336)
5809        * miscellania
5810         - servers can dump a log evicting a client - lustre.dump_on_timeout=1
5811         - fix ksocknal_fmb_callback() error messages (2918)
5812
5813 2004-05-27  Cluster File Systems, Inc. <info@clusterfs.com>
5814        * version 1.2.2
5815        * bug fixes
5816         - don't copy lvb into (possibly NULL) reply on error (2983)
5817         - don't deref dentry after dput, don't free lvb on error (2922)
5818         - use the kms to determine writeback rpc length (2947)
5819         - increment oti_logcookies when osc is inactive (2948)
5820         - update client's i_blocks count via lvb messages (2543)
5821         - handle intent open/close of special files properly (1557)
5822         - mount MDS with errors=remount-ro, like obdfilter (2009)
5823         - initialize lock handle to avoid ASSERT on error cleanup (3057)
5824         - don't use cancelling-locks' kms values (2947)
5825         - use highest lock extent for kms, not last one (2925)
5826         - don't dereference ERR_PTR() dentry in error handling path (3107)
5827         - fix thread race in portals_debug_dumplog() (3122)
5828         - create lprocfs device entries at setup instead of at attach (1519)
5829         - common AST error handler, don't evict client on completion race (3145)
5830         - zero nameidata in detach_mnt in 2.6 (3118)
5831         - verify d_inode after revalidate_special is valid in 2.6 (3116)
5832         - use lustre_put_super() to handle zconf unmounts in 2.6 (3064)
5833         - initialize RPC timeout timer earlier for 2.6 (3219)
5834         - don't dereference NULL reply buffer if mdc_close was never sent (2410)
5835         - print nal/nid for unknown nid (3258)
5836         - additional checks for oscc recovery before doing precreate (3284)
5837         - fix ll_extent_lock() error return code for 64-bit systems (3043)
5838         - don't crash in mdc_close for bad permissions on open (3285)
5839         - zero i_rdev for non-device files (3147)
5840         - clear page->private before handing to FS, better assertion (3119)
5841         - tune the read pipeline (3236)
5842         - fix incorrect decref of invalidated dentry (2350)
5843         - provide read-ahead stats and refine rpc in flight stats (3328)
5844         - don't hold journal transaction open across create RPC (3313)
5845         - update atime on MDS at close time (3265)
5846         - close LDAP connection when recovering to avoid server load (3315)
5847         - update iopen-2.6 patch with fixes from 2399,2517,2904 (3301)
5848         - don't leak open file on MDS after open resend (3325)
5849         - serialize filter_precreate and filter_destroy_precreated (3329)
5850         - loop device shouldn't call sync_dev() for nul device (3092)
5851         - clear page cache after eviction (2766)
5852         - resynchronize MDS->OST in background (2824)
5853         - refuse to mount the same filesystem twice on same mountpoint (3394)
5854         - allow llmount to create routes for mounting behind routers (3320)
5855         - push lock cancellation to blocking thread for glimpse ASTs (3409)
5856         - don't call osc_set_data_with_check() for TEST_LOCK matches (3159)
5857         - fix rare problem with rename on htree directories (3417)
5858        * miscellania
5859         - allow default OST striping configuration per directory (1414)
5860         - fix compilation for qswnal for 2.6 kernels (3125)
5861         - increase maximum number of MDS request buffers for large systems
5862         - change liblustreapi to be useful for external progs like lfsck (3098)
5863         - increase local configuration timeout for slow disks (3353)
5864         - allow configuring ldlm AST timeout - lustre.ldlm_timeout=<seconds>
5865
5866 2004-03-22  Cluster File Systems, Inc. <info@clusterfs.com>
5867        * version 1.2.1
5868        * bug fixes
5869         - fixes for glimpse AST timeouts / incorrectly 0-sized files (2818)
5870         - don't overwrite extent policy data in reply if lock was blocked (2901)
5871         - drop filter export grants atomically with removal from device (2663)
5872         - del obd_self_export from work_list in class_disconnect_exports (2908)
5873         - don't LBUG if MDS recovery times out during orphan cleanup (2530)
5874         - swab reply message in mdc_close, other PPC fixes (2464)
5875         - fix destroying of named logs (2325)
5876         - overwrite old logs when running lconf --write_conf (2264)
5877         - bump LLOG_CHUNKSIZE to 8k to allow for larger clusters (2306)
5878         - fix race in target_handle_connect (2898)
5879         - mds_reint_create() should take same inode create lock (2926)
5880         - correct journal credits calculated for CANCEL_UNLINK_LOG (2931)
5881         - don't close files for self_export to avoid uninitialized obd (2936)
5882         - allow MDS with the same name as client node (2939)
5883         - hold dentry reference for closed log files for unlink (2325)
5884         - reserve space for all logs during transactions (2059)
5885         - don't evict page beyond end of stripe extent (2925)
5886         - don't oops on a deleted current working directory (2399)
5887         - handle hard links to targets without a parent properly (2517)
5888         - don't dereference NULL lock when racing during eviction (2867)
5889         - don't grow lock extents when lots of conflicting locks (2919)
5890
5891 2004-03-04  Cluster File Systems, Inc. <info@clusterfs.com>
5892        * version 1.2.0
5893        * bug fixes
5894         - account for cache space usage on clients to avoid data loss (974)
5895         - lfsck support in lustre kernel code (2349)
5896         - reduce journal credits needed for BRW writes (2370)
5897         - orphan handling to avoid losing space on client/server crashes
5898         - ptlrpcd can be blocked, stopping ALL progress (2477)
5899         - use lock value blocks to assist in proper KMS, faster stat (1021)
5900         - takes i_sem instead of DLM locks internally on obdfilter (2720)
5901         - recovery for initial connections (2355)
5902         - fixes for mds_cleanup_orphans (1934)
5903         - abort_recovery crashes MDS in b_eq (mds_unlink_orphan) (2584)
5904         - block all file creations until orphan recovery completes (1901)
5905         - client remove rq_connection from request struct (2423)
5906         - conf-sanity test_5, proper cleanup in umount log not availale (2640)
5907         - recovery timer race (2670)
5908         - mdc_close recovey bug (2532)
5909         - ptlrpc cleanup bug (2710)
5910         - mds timeout on local locks (2588)
5911         - namespace lock held during RPCs (2431)
5912         - handle interrupted sync write properly (2503)
5913         - don't try to handle a message that hasn't been replied to (2699)
5914         - client assert failure during cleanup after abort recovery (2701)
5915         - leak mdc device after failed mount (2712)
5916         - ptlrpc_check_set allows timedout requests to complete (2714)
5917         - wait for inflight reqs when ptlrpcd finishes (2710)
5918         - make sure unregistered services are removed from the srv_list
5919         - reset bulk XID's when resending them (caught by 1138 test)
5920         - unregister_bulk after timeout
5921         - fix lconf error (2694)
5922         - handle write after unfinished setstripe, stripe-only getstripe (2388)
5923         - readahead locks pages, leaves pending causing memory pressure (2673)
5924         - increase OST request buffers to 4096 on large machines (2729)
5925         - fix up permission of existing directories in simple_mkdir (2661)
5926         - init deleted item, add assertions ptlrpc_abort_inflight() (2725)
5927         - don't assign transno to errored transactions (2742)
5928         - don't delete objects on OST if given a bogus objid from MDS (2751)
5929         - handle large client PAGE_SIZE readdir on small PAGE_SIZE MDS (2777)
5930         - if rq_no_resend, then timeout request after recovery (2432)
5931         - fix MDS llog_logid record size, 64-bit array alignment (2733)
5932         - don't call usermode_helper from ptlrpcd, DEFAULT upcall (2773)
5933         - put magic in mount.lustre data, check for bad/NULL mount data (2529)
5934         - MDS recovery shouldn't delete objects that it has given out (2730)
5935         - if enqueue arrives after completion, don't clobber LVB (2819)
5936         - don't unlock pages twice when trigger_group_io returns error (2814)
5937         - don't deref NULL rq_repmsg if ldlm_handle_enqueue failed (2822)
5938         - don't write pages to disk if there was an error (1450)
5939         - don't ping imports that have recovery disabled (2676)
5940         - take buffered bytes into account when balancing socknal conn (2817)
5941         - hold a DLM lock over readdir always, use truncate_inode_pages (2706)
5942         - reconnect unlink llog connection after MDS reconnects to OST (2816)
5943         - remove little-endian swabbing of llog records (1987)
5944         - set/limit i_blksize to LL_MAX_BLKSIZE on client (2884)
5945         - retry reposting request buffers if they fail (1191)
5946         - grow extent at grant time to avoid granting a revoked lock (2809)
5947         - lock revoke doesn't evict page if covered by a second lock (2765)
5948         - disable VM readahead to avoid reading outside lock extents (2805)
5949        * miscellania
5950         - return LL_SUPER_MAGIC from statfs for the filesystem type (1972)
5951         - updated kernel patches for hp-2.4.20 kernel (2681)
5952
5953 2004-02-07  Cluster File Systems, Inc. <info@clusterfs.com>
5954        * version 1.0.4
5955        * kernel patches
5956         - fix truncated write corruption (2366)
5957         - fix for failed assertion in iopen_connect_dentry (1792,2517)
5958        * bug fixes
5959         - don't flag the ptlrpcd thread with PF_MEMALLOC (2636)
5960         - ensure len(uuid) < 37 in lmc (1171)
5961         - fix ia64 OOPS in llog_test (2255)
5962         - zero end of page at obdfilter for partial page writes (2648)
5963         - don't leave stale dentries around after renames (bug 2428)
5964         - fix timeouts when evicting a client with a single lock held (2642)
5965         - set deadline for the initial HELLO message to drain (2634)
5966         - print out dotted-quad IP addresses in the socknal (2302)
5967        * miscellania
5968         - additional debugging for MDS client eviction problem (2443)
5969         - fix mkfsoptions support for osts (2603, 2604)
5970
5971 2004-01-27  Cluster File Systems, Inc. <info@clusterfs.com>
5972        * version 1.0.3
5973        * kernel patches
5974         - add series for the vanilla 2.6.0 kernel
5975         - add series for the vanilla 2.4.24 kernel
5976         - add series for a cray x86/64 UL kernel drop
5977         - fix xattr patches for the vanilla 2.4.19 series
5978        * bug fixes
5979         - generate true UUIDs in lmc (1171)
5980         - have portals stack dumping break in UML (2466)
5981         - avoid bad dchild deref; avoid inum lock w/o creation (2362)
5982         - allocate with _NOFS in ldlm to avoid deadlock (1933)
5983         - wake callback waiting threads on client eviction (2460)
5984         - Add --ptldebug and --subsystem to lmc (1719)
5985         - update assertion to allow safe interrupt allocation
5986         - set rq_no_resend for cancel requests (2432)
5987         - recalculate ptlrpcd timeout after resend (2494)
5988         - call vfs_rmdir when removing pending directories (2368)
5989         - fix renaming a file to itself (2429)
5990         - lmc creates a default one-stripe lov (2454)
5991         - expand procfs space to handle large clusters (2326)
5992         - increase UML stack to avoid overflow
5993         - update lconf's list of debug and subsystem masks
5994         - fix lfs find --obd (2510)
5995         - /proc tunable for disabling filter read caching (2591)
5996         - stop rpm packages from altering slapd.conf (2301)
5997         - disable nagle in the socknal under 0conf (2578)
5998         - choose mds inode size based on stripe count (2572)
5999         - fix kernel-source rpm problems (2516)
6000        * miscellania
6001         - add --disable-doc to avoid pdf generation (2421)
6002         - update documentation, tests, type-os, comments
6003         - avoid format warnings on ia64
6004         - remove the TOE NAL
6005         - tiny code cleanups by removing unused fields
6006
6007 2004-01-07  Cluster File Systems, Inc. <info@clusterfs.com>
6008        * version 1.0.2
6009        * bug fixes
6010         - fix obvious semaphore misuse in as-yet-unused setattr path (2348)
6011         - remove the most blatant lies from BUILDING file (2371)
6012         - change default debug level to reasonable production setting
6013         - reduce client side cache size to reduce cache flush time
6014         - reduce max RPCs in flight to avoid unnecessary file fragmentation
6015         - make TCP zerocopy and pinger support enabled by default (2476)
6016         - sync writes completed after process exits caused crashes (2319)
6017         - maintain correct mount count on the MDS (2356)
6018         - backout 1557, because 2316 wasn't really fixed
6019         - better file I/O statistics gathering in /proc
6020         - don't take unnecessary, deadlock-inducing bug in readpage (2383)
6021         - another kernel patch to fix zero-copy TCP function export
6022         - don't take duplicate lock when processing re-sent getattr (2420)
6023         - lctl uses obd_self_export instead of creating new conn (2353)
6024         - MDS/OST recovery case which requires object creation asserted (2425)
6025         - move lfs from /usr/sbin to /usr/bin in packages
6026         - fix race between mds_client_add and mds_client_free (2417)
6027         - use kmalloc instead of slabs in portals (2430)
6028         - don't create duplicate records when a failover MDS is present (2442)
6029         - remove unnecessary mount age check (2332)
6030         - don't remove directory inodes from locks prematurely (2451)
6031         - don't break if MDS service name is the same as hostname (2103)
6032         - fix races in client write RPC generation when cache full (2482)
6033
6034 2003-12-13  Cluster File Systems, Inc. <info@clusterfs.com>
6035        * version 1.0.1
6036        * bug fixes
6037         - remove now-unused request->rq_obd (278)
6038         - if an allocation fails, print out how much memory we've used (1933)
6039         - use PORTAL_SLAB_ALLOC for structures, to get GFP_MEMALLOC (1933)
6040         - add the "configurable stack size" patch to most series files (1256)
6041         - ability to write large log records, for 100+ OST configs (2306)
6042         - fix NULL deref when filter_prep fails (2314)
6043         - fix operator precedence error in filter_sync
6044         - dynamic allocation of socknal TX descriptors (2315)
6045         - fix a missed case in the GFP_MEMALLOC patch, can cause deadlock (2310)
6046         - fix gcc 2.96 compilation problem in xattr kernel patch (2294)
6047         - ensure that CWARN messages in Portals always get to the syslog
6048         - __init/__exit are not for prototype decls (ldlm_init/exit)
6049         - x86-64 compile warning fixes
6050         - fix gateway LMC keyword conflict (2318)
6051         - fix MDS lock inversions in getattr/reint paths (1844)
6052         - fix a rare lock re-ordering bug, which caused deadlock (2322)
6053         - fix i_sem/journal inversion in fsfilt_ext3_write_record (2306)
6054         - DLM race condition prevented some lock evictions (2328)
6055         - ENOMEM detection and retry on socknal sends (2230)
6056         - use GFP_NOFS throughout Lustre, to combat ENOMEM (2230)
6057         - move osc_rpcd into ptlrpc, for use in MDC and others (2329)
6058         - protect MDS inode fsdata with stronger locking; fixes assertion (2313)
6059         - better error messages when a client is rejected during recovery (1505)
6060         - avoid cancelling locks which were never granted, after failure (2330)
6061         - fix i_sem/journal inversion in mds_client_add (2333)
6062         - fix truncate/getattr lock cycle deadlock (2334)
6063         - use rpcd to send close; allows resend after timeout, avoid leak (1897)
6064         - fix two rare exit paths which could leak an l_lock() ref (2321)
6065         - fencepost error in MDS/OST orphan recovery (2226)
6066         - make log record alignment 8 bytes (1988)
6067         - lstripe now fails when requested offset > ost_count (2237)
6068         - ensure that all kernel series have a complete list.h (1607)
6069         - fix crashes in special-file operations (2316)
6070         - lctl create/brw OID mismatch, caused by obsolete filter loop (2339)
6071        * miscellania
6072         - allow configurable automake binary, for testing new versions
6073         - small update to the lfs documentation
6074
6075 2003-12-03  Cluster File Systems, Inc. <info@clusterfs.com>
6076        * version 1.0.0
6077        * fix negative export reference count in fsfilt_sync (2312)
6078
6079 2003-12-01  Cluster File Systems, Inc. <info@clusterfs.com>
6080        * release candidate 0.9.1
6081        * bug fixes
6082         - orphans are moved into the PENDING directory for possible recovery
6083         - replayed opens now open by fid for orphan/rename safety (1042)
6084         - last close of an orphan inode generates a transno (683)
6085         - chdir() and mount() now pin the directory entry (1020)
6086         - avoid CERROR in normal ll_setattr_raw() error case (1500)
6087         - discard very old requests without processing them (1502)
6088         - remove some common, well-understood CERRORs (1505)
6089         - require O_DIRECT I/O to be page-sized to workaround IA64 crash (1609)
6090         - clear "grant" flags in OST replies until OST grant code lands (1644)
6091         - fix read performance by not clobbering i_blksize on client (1598)
6092         - fix __ldlm_handle2lock oops by not dereferencing lock after PUT (1625)
6093         - make LRU size a /proc tunable, clears locks when reduced (707)
6094         - fix some lprocfs rot that prevented ptlbd from loading (1732)
6095         - server locks take references on exports now (1558)
6096         - build fixes for 2.4.20-rh trees (1663)
6097         - return an error from lov_create if all OSCs are inactive (1751)
6098         - fix import levels when a reconnect happens without a timeout (1597)
6099         - exit early from mds_open if we get a lookup error (1749)
6100         - partial page read at EOF wouldn't wait for disk before sending (1642)
6101         - avoid NULL deref in obdfilter when reading page past EOF (1592)
6102         - avoid LASSERT in ll_intent_lock if server failed very early (1090)
6103         - fix LBUG in ll_it_open_error with rc = -2 (1861)
6104         - write/truncate lock inversion (1639)
6105         - Don't auto-load obdclass, portals modules during cleanup (1495)
6106         - fix timestamps from jumping to "now" (1763)
6107         - extra journal assertions (1648)
6108         - add an extra multiunlink test (1771)
6109         - fix read_record/write_record API (1776)
6110         - fix leak of offset_extent, possible incorrect i_size later (1772)
6111         - fix lasserts in mis-matched transnos during open-unlink testing (1541)
6112         - Debugging for the kqswnal_get_idle_tx problems (1820)
6113         - Allow recovery to be attempted multiple times (1536)
6114         - Write out MDS last_rcvd file after it is first created (1600)
6115         - Fix tx_descriptor leak in failed transmit situations (1827)
6116         - ext3 journaling fixes for assertion failure after IO error (1871)
6117         - class_export_put() on freed export after completion AST error (1896)
6118         - Fix revalidate looping in VFS (1322)
6119         - Don't access a freed export during MDS_REINT timeout (1521)
6120         - Add open-unlink recovery support on the MDS (1673,1764)
6121         - Return an error if no MDS data was read from last_rcvd (1946)
6122         - Fix for lookup "." or ".." crash on error (1932,1931,1935)
6123         - Don't setup a disk device that doesn't match exported UUID (317)
6124         - Reduce bulk RPC timeout to avoid cascading client/OST failures (1845)
6125         - avoid committing NULL handle in force close
6126         - local.sh is now a one-stripe LOV configuration
6127         - POSIX utime.4 -EPERM on FIFO not owned by user (56)
6128         - fix ext3 htree duplicate directory entry corruption (1516)
6129         - POSIX creat.13, fstat.1, open.18, stat.3 new file atime/mtime (2020)
6130         - update to new LOV EA format (2097)
6131         - interoperability for different PAGE_SIZE/wordsize (686,1821,1343,2042)
6132
6133 2003-06-15  Phil Schwan  <phil@clusterfs.com>
6134        * version v0_7
6135        * bug fixes
6136         - imports and exports cleanup too early, need refcounts (349, 879, 1045)
6137         - per-import/export recovery handling (958, 931, 959)
6138         - multiple last-rcvd slots, for serving multiple FSes (949)
6139         - connections are again shared between multiple imp/exports (963, 964)
6140         - "umount -f" would hang if any requests needed to be sent (393, 978)
6141         - avoid pinning large req buffer by copying for queued messages (989)
6142         - add "uuid" to "lctl device" command to help upcalls (991)
6143         - "open" RPCs with transnos would confuse recovery counters (1037)
6144         - do proper endian conversion of all wire messages (288, 340, 891)
6145         - remove OST bulk get LBUGs, fix ost_brw_write cleanup (1126)
6146         - call waiting locks callback from LDLM recovery thread (1127, 1151)
6147         - fix ptlrpc_connection leak in target_handle_connect (1174)
6148         - fix import refcounting bug in OST and MDS cleanup (1134)
6149         - if an invalid-at-open-time OSC returned before close(), LBUG (1150)
6150         - fix very unlikely obd_types race condition (501)
6151         - remove osc_open hack for echo_client (1187)
6152         - we leaked exports/dlmimps for forcibly disconnected clients (1143)
6153         - a failure in read_inode2 leads to deadlock (1139)
6154         - cancel ack-locks as soon as transaction is committed (1072)
6155         - fix major leaks and crashes in the bulk I/O path (937, 1057)
6156         - make sure to commitrw after any preprw to avoid deadlock (1162)
6157         - failing to execute a file in a lustre FS would lock inode (1203)
6158         - small DEBUG_REQ fix to avoid dereferencing a NULL (1227)
6159         - don't ASSERT while cleaning up an incompletely-setup obd (1248)
6160         - obd_uuid2tgt would walk off the end of the list (1255)
6161         - on IA64 the osc would give portals incorrect bulk size (1258)
6162         - fix debug daemon ioctl interface; allows daemon on ia64 (1274)
6163         - fix lock inversion caused by new llite matching code (1282)
6164         - limit the number of dirty pages on a client to 10MB (1286)
6165         - timed out locks were not being corrected cancelled (1289)
6166         - fix O_DIRECT above 4GB on IA-32 (1292)
6167        * major user-visible changes
6168         - fail out/fail over policy now controlled by the upcall (993)
6169        * protocol changes
6170         - add OBD_PING to check server availability and failure (954)
6171         - lustre messages are now sent in sending host order (288, 340, 891)
6172         - add eadatalen to MDS getattr reply (340)
6173         - OST read replies may contain second buffer, with per-page status (593)
6174
6175 2003-03-11  Phil Schwan  <phil@clusterfs.com>
6176        * version v0_6
6177        * bug fixes
6178         - LDLM_DEBUG macro fix, for gcc 3.2 (850)
6179         - failed open()s could cause deadlock; fixed (867, 869)
6180         - stop cancelling OST locks when files are closed (481)
6181         - overlapping XID spaces caused network corruption (851, 853)
6182         - fix unsafe fsfilt counter arithmetic; change to atomic_t
6183         - setattr_raw added, to do single-RPC, server-side setattrs
6184         - lmc/lconf syntax change for OST UUIDs
6185         - fix crashy race condition between ptlrpc_free_req and osc_close
6186         - don't use request in mdc_enqueue if we hit a timeout (889)
6187         - don't set the inode i_size for regular files from the MDS (896)
6188         - handle out of order completion AST (842)
6189         - don't LBUG if a lock request times out after receiving AST (913)
6190         - avoid d_rehash race in ll_find_alias by rehashing inside dcache_lock
6191         - if a bad lock AST arrives, send an error instead of dropping entirely
6192         - return 0 from revalidate2 if ll_intent_lock returns -EINTR (912)
6193         - fix leak in bulk IO when only partially completed (899, 900, 926)
6194         - fix O_DIRECT for ia64 (55)
6195         - (almost) eliminate Lustre-kernel-thread effects on load average (722)
6196         - C-z after timeout could hang a process forever; fixed (977)
6197        * Features
6198         - client-side I/O cache (678, 924, 929, 941, 970)
6199        * protocol changes
6200         - READPAGE and SETATTRs which don't take server-side locks get
6201           their own portal
6202
6203 2003-02-11  Phil Schwan  <phil@clusterfs.com>
6204         * version v0_5_20
6205         * bug fixes
6206          - Fix ldlm_lock_match on the MDS to avoid matching remote locks (592)
6207          - Fix fsfilt_extN_readpage() to read a full page of directory
6208            entries, or fake the remainder if PAGE_SIZE != blocksize (500)
6209          - Avoid extra mdc_getattr() in ll_intent_lock when possible (534, 604)
6210          - Fix imbalanced LOV object allocation and out-of-bound access (469)
6211          - Most intent operations were removed, in favour of a new RPC mode
6212            that does a single RPC to the server and bypasses most of the VFS
6213          - All LDLM resource ID arrays were removed in favour of ldlm_res_id
6214          - Aggressively cancel local locks on DLM servers
6215          - mds_reint_unlink sends EA to the client if it's the last nlink.
6216            client uses that EA to unlink OST objects.
6217          - mds_reint_{rename,unlink,link} were rewritten to take ordered locks
6218          - recursive symlinks were fixed (439)
6219          - fixed NULL deref in DEBUG_REQ
6220          - filter_update_lastobjid no longer calls sync, which annoyed extN
6221          - fixed multi-client small-writes to a single file problem (445)
6222          - fixed mtime updates during file writes (607)
6223          - fixed vector writes on obdfilter causing problems when ENOSPC (670)
6224          - fixed bug in obd_brw_read/write() (under guise of testing 367)
6225          - fixed Linux OST size reporting problem (444, 656)
6226          - OST now updates object mtime with writes or setattr (607, 619)
6227          - client verifies file size before zeroing page past EOF (445)
6228          - OST now writes last allocated objid to disk with allocation (108)
6229          - LOV on echo now works (409)
6230         * protocol changes
6231          - mds_reint_unlink sends a new buffer, with the EA included.  this
6232            buffer is only valid if body->valid & OBD_MD_FLEASIZE, which is only
6233            set if a regular file was being unlinked, and it was the last link
6234          - use PtlGet from the target for bulk writes (315)
6235          - OST now updates object mtime with writes or setattr (607, 619)
6236          - LDLM now has a grant-time callback to revalidate locked items, if
6237            necessary (604)
6238          - Many MDS operations were reorganized to combat race conditions
6239         * other changes
6240          - Merge b_intel branch (updated lprocfs code) - now at /proc/fs/lustre
6241          - configure check to avoid gcc version 2.96 20000731-2.96-98) (606)
6242
6243 2003-01-06  Andreas Dilger  <adilger@clusterfs.com>
6244         * version v0_5_19
6245         * bug fixes
6246          - Fully reactivate OST imports after reconnection (512, others)
6247          - Make sure client sees our -ENOTCONN from mds_handle (513 - partial)
6248          - More graceful error handling for truncating on dead OST (515)
6249          - Don't error out unless we're actually accessing dead stripes (474)
6250          - Fix garbage sizes when stripes are missing (410)
6251          - LRU counters were broken, causing constant lock purge (433, 432)
6252          - garbage on read from stripes with failed OSTs (441)
6253          - mark OSCs as active before reconnecting during recovery (438)
6254          - lov_enqueue and lov_cancel need to handle inactive OSTs (403)
6255          - lfind did not preserve OST order in output (443)
6256          - symlinks cause hung clients, incorrect data (439)
6257          - stop dereferencing request after dropping refcount (457)
6258          - don't LASSERT(spin_is_locked) on non-SMP (455)
6259          - fixes for many rename() bugs
6260          - fstat didn't correctly synchronize attributes (399)
6261          - server must handle lock cancellation during blocking AST prep (487)
6262          - bulk descriptors were free()d too soon (511)
6263          - fix paths in lconf, which would load incorrect modules (451, 507)
6264          - fix confusing lconf 'host not found' error message (386)
6265          - fix lock order deadlock on OST (O/R i_sem before journal ops, 478)
6266          - fix race condition in mdc_blocking_ast() for inode access (526)
6267          - fix lov_unpackmd() unpacking wrong number of stripes (537)
6268          - fix lov_set_osc_active() marking wrong OSC inactive (440)
6269          - fix bad lstripe lov_unpackmd() assertion (fix layering too) (527)
6270          - fix multiple writes of stripe MD to MDS (358, maybe 519)
6271          - fix lstripe in several ways (kernel side) (527)
6272          - fix request leak in ldlm_cli_enqueue (262)
6273          - incorrect OSC was marked inactive after OST failure
6274          - call mds_fs_cleanup before unmounting filesystem (524)
6275          - fix races between taking ns_lock and ldlm_lock_change_resource
6276          - fix races updating LOV export open file list
6277          - fix lov_enqueue error path, avoid decref-ing bad lock handle
6278          - fix recovery NULL deref in ldlm_cli_cancel_unused
6279          - fix some DLM races by using new hash table for lock handles (419)
6280          - permit the client to specify desired inodes, at replay
6281          - duplicate requests when we queue them for replay reintegration
6282          - fix last_rcvd offset calculation
6283          - sync after each recovered transaction, so we always make progress
6284          - never, not always, ERESTART requests without transnos
6285          - store the lov_desc in the MDS, so we don't depend on getlovinfo to
6286            set it
6287          - skip replay if the MDS says that the client is already connected
6288          - don't check for a recovery-enabled export to match lctl's UUID
6289          - don't INC_USE_COUNT for phantom exports
6290          - don't crash when cleaning up phantom exports (567)
6291          - don't double-finish or set replay data for errored mdc_open requests
6292          - abort requests when they time out, so we don't get old replies
6293          - send/receive replies for AST messages again
6294          - if the client says that it doesn't have the lock, cancel it on the
6295            server
6296          - if we timeout during I/O, don't try to cancel an in-use lock; instead
6297            mark it as destroyed, it will all work out when decref is called
6298          - fix module use counts (22, 581)
6299         * protocol changes
6300          - ASTs now expect a reply (server cancels lock on error reply)
6301
6302 2002-12-02  Andreas Dilger  <adilger@clusterfs.com>
6303         * version v0_5_18
6304         * bug fixes
6305           - fix many simultaneous client startup (392)
6306           - fix dentry->d_it clobbering
6307           - credentials weren't being shipped for readdir/getattr operations
6308           - remove invalid assertions triggered during some concurrent MD
6309             updates
6310           - proper Lustre versions added (336, 389)
6311           - fix memory leak for create error case (398)
6312           - fix LOV locking bug that would get cli/srv out of sync
6313           - fix echo client over LOV (409)
6314           - fix dbench 2, extN refcount problem (170, 258, 356, 418)
6315           - fix double-O_EXCL intent crash (424)
6316           - avoid sending multiple lock CANCELs (352)
6317         * Features
6318           - MDS can do multi-client recovery (modulo bugs in new code)
6319         * Documentation
6320           - many updates, edits, cleanups
6321
6322 2002-11-18  Phil Schwan  <phil@clusterfs.com>
6323         * version v0_5_17
6324         * bug fixes
6325           - fix null d_it dereference (346)
6326           - fix full OST/dbench hang (333)
6327           - fix permission problem with file removal (286)
6328           - fix removal of OSCs from LOV when they fail
6329           - fix NULL deref during bulk timeout (214)
6330           - fix problems related to multiple filesystems on one MDS (241)
6331           - fixed serious subtle metadata locking bugs
6332           - free locks on clients when inodes are removed due to memory
6333             pressure (201)
6334           - fix inode pointer in lock data (285)
6335           - partial support for multiple MDS on a single host (241)
6336           - data locks weren't cancelled at clear_inode time (290, 311)
6337           - intent locks could lead to unbounded lock growth (205)
6338           - added a maximum lock count, an LRU list, and a flusher
6339           - fix multiple rename (365)
6340           - properly abstracted the echo client
6341           - OSC locked 1 byte too many; fixed
6342           - rewrote brw callback code:
6343           - fixed recovery bugs related to LOVs (306)
6344           - fixed too-many-pages-in-one-write crash (191)
6345           - fixed (again) crash in sync_io_timeout (214)
6346           - probably fixed callback-related race (385)
6347         * protocol change
6348           - Add capability to MDS protocol
6349           - LDLM cancellations and callbacks on different portals
6350
6351 2002-10-28  Andreas Dilger  <adilger@clusterfs.com>
6352         * version v0_5_16
6353         * bug fixes:
6354           - limit client IOV size to PTL_MD_MAX_IOV (611336, 191)
6355           - defer open object destruction to close time (601981, 138)
6356           - open/close OST file handle in obdo (OBD_MD_FLHANDLE) (601981, 138)
6357           - move LDLM_ENQUEUE/CONVERT back to MDS portal (625069)
6358           - abstract ll_lookup2, fix ll_revalidate2 to use abstraction (256)
6359           - don't call obd_setattr in ll_file_release for destroyed objects
6360         * protocol change to lustre_msg: move |version| and add |flags|
6361         * protocol change to osc_punch: "start" in "o_size", "end" in "o_blocks"
6362         * lock replay: for LDLM_FL_REPLAY trust client to do right thing
6363         * added replay of create, unlink, link and rename operations during
6364           MDS failover; recovery should be much more robust now
6365         * remove failed OSCs from LOVs (only lov_create uses this so far)
6366         * the lustre-HOWTO was brought (more) up to date (582544)
6367
6368 2002-10-23  Phil Schwan  <phil@clusterfs.com>
6369         * version v0_5_15
6370         * bug fixes:
6371           - in-use dentries weren't being reused properly (617851)
6372           - prevent multiple LDLM setup (599178)
6373           - fix LOV size calculations for truncate (617853)
6374           - fix client handling of MDS intent errors (POSIX)
6375           - fix permission bug in lovstripe.c test (624321)
6376           - fix MDS thread deadlock - move LDLM handler to DLM portal (625069)
6377           - truncate past end of file could corrupt data
6378           - proper cleanup after timeouts, crashes, etc (592524, 550815)
6379           - a race in recovery could return ETIMEDOUT to apps (623947)
6380           - building outside the source directory was fixed
6381         * the lustre-HOWTO was brought (more) up to date (582544)
6382         * major progress was made on recovery functionality
6383
6384 2002-10-10  Phil Schwan  <phil@clusterfs.com>
6385         * version v0_5_14
6386         * bug fixes:
6387           - recovery deadlock fix
6388           - rm -rf causes LBUG fix (617817)
6389           - file open by multiple tasks fix (618962)
6390           - directory permissions bugs (602707 and 620007)
6391           - journal_stop fixed with locking (611313)
6392           - O_APPEND failures resolved (618273, perhaps 614459)
6393           - lconf PATH fix (619770)
6394           - IA64 build fix (621450)
6395           - RPC buffer sizes scale with amount of memory
6396
6397 2002-10-01  Phil Schwan  <phil@clusterfs.com>
6398         * version v0_5_13
6399         * bug fixes:
6400           - locks would be cancelled without throwing away data pages,
6401             resulting in inconsistent data (605627)
6402           - inode attributes were not always being refreshed (605627, 612449)
6403           - lconf now continues to cleanup after lctl reports an error
6404           - MDS now enforces user permissions (602707)
6405           - lprocfs cleanup fixed, but not yet enabled (614157)
6406           - fixed infinite server hang, should a client not respond to an AST
6407           - avoid going into recovery if user calls readlink() with a buffer
6408             that's too small (613941)
6409           - AST RPCs no longer require replies (614867) -- this may be changed
6410           - don't crash server if client sends an IOV that's too big (611336)
6411           - fixed lock conversion deadlock (611892)
6412           - fixed the following of symlinks (614622)
6413         * recovery: the server can remove locks from a client that dies, other
6414           clients can make progress
6415         * more extN patch fixes
6416         * compile-time configurable ptlrpc buffer allocations
6417         * documentation
6418           - collaborative read cache document
6419           - Lustre Lite Performance CDR document-in-progress
6420
6421 2002-09-20  Andreas Dilger  <adilger@clusterfs.com>
6422         * version v0_5_12
6423         * bug fix
6424           - fix typo in patch-2.4.18
6425
6426 2002-09-20  Andreas Dilger  <adilger@clusterfs.com>
6427         * version v0_5_11
6428         * bug fixes
6429           - clear ptlrpc request each time in handle_incoming_request()
6430           - unlink of files now destroys the object on the OST
6431
6432 2002-09-19  Peter Braam  <braam@clusterfs.com>
6433         * version 0_5_10
6434         * add hard link support
6435         * change obdfile creation method
6436         * kernel patch changed
6437
6438 2002-09-19  Peter Braam  <braam@clusterfs.com>
6439         * version 0_5_9
6440         * bug fix
6441           - stack overflow bug in extN fixed
6442
6443 2002-09-18  Andreas Dilger  <adilger@clusterfs.com>
6444         * version 0_5_8
6445         * documentation updates
6446           - add man pages for config tools
6447           - update tests/README to describe testing with new config tools
6448           - finish metadata API descriptions
6449         * bug fixes and cleanups
6450           - statfs workaround for 16TB limit
6451           - LOV stripe allocation improved, can stripe on subset of OSTs
6452           - LOV file size/IO offset was wrong for files > 4GB in size
6453           - object EA data was being dropped, caused files to be unreadable
6454           - memory overflow with non-LOV OST caused memory corruption
6455           - fixed regression tests to work with new config tools, obdfilter
6456           - fixed bug when directory size became larger than 1 block
6457           - fixed bug (for single client case) when PWD was deleted
6458           - invalidate local directory pages when doing intent-based ops
6459           - avoid LDLM oops when lock callback contained bad data
6460
6461 2002-09-09  Andreas Dilger  <adilger@clusterfs.com>
6462         * version 0_5_7
6463         * documentation updates
6464         * bug fixes and cleanups
6465           - configuration tools
6466           - LOV
6467           - imports/exports
6468           - 64-bit compile warnings
6469           - 64-bit internal statfs data
6470           - many more
6471         * test_brw on persistent OST devices
6472         * MDS recovery
6473         * lprocfs (disabled)
6474
6475 2002-09-04  Andreas Dilger  <adilger@clusterfs.com>
6476         * version 0_5_6
6477         * documentation updates
6478         * bug fixes and cleanups
6479         * configuration tools
6480
6481 2002-08-30  Peter J. Braam  <braam@clusterfs.com>
6482
6483         * version v0_5_5
6484         * many small fixes to 0_5_4
6485         * io/network handling
6486         * thinkos in MDS operations
6487
6488 2002-08-24  Peter J. Braam  <braam@clusterfs.com>
6489
6490         * version v0_5_4
6491         * crucial basic fixes to 0.5.3
6492         * IOR, Iozone work over Elan
6493         * EOF locks added
6494
6495 2002-08-07  Phil Schwan  <phil@clusterfs.com>
6496         * version 0_5_3, our first alpha
6497         * we use the new Portals iovs
6498         * documentation updates
6499         * bug fixes and cleanups
6500         * small changes in the DLM wire protocol
6501
6502 2002-07-25  Peter J. Braam  <braam@clusterfs.com>
6503         * version 0_5_1 with some initial stability,
6504         * locking on MD and file I/O.
6505         * documentation updates
6506         * several bug fixes since 0.5.0
6507         * small changes in wire protocol
6508
6509 2002-07-18  Phil Schwan  <phil@clusterfs.com>
6510         * version v0_4_5
6511         * delivered as Lustre Light Alpha
6512         * fixed a crash after handling invalid MDS requests
6513         * fixed directory pages for architectures with non-4k pages sizes
6514
6515 2002-07-11  Andreas Dilger  <adilger@clusterfs.com>
6516         * release version v0_4_4
6517         * Moves TCP acceptor to be on port 2432 (unused Coda port) instead
6518           of 1234.
6519         * Fixes a number of interruption problems with OST operations.
6520         * Update documentation for portals header changes
6521         * Move all wire protocol structs/defines to lustre_idl.h
6522         * Fixes symlink length bug.
6523         * Add tcpdump to repository.
6524
6525 2002-07-05  Andreas Dilger  <adilger@clusterfs.com>
6526         * release version v0_4_3
6527         * Fixes statfs for inodes on extN.
6528         * Fixes bug in runtests which would delete /etc/hosts.
6529         * Use 64-bit object IDs wherever possible (not into VFS though)
6530           Remove ost_get_info, which is unused by lustre, and out of date.
6531
6532 2002-07-03  Peter Braam  <braam@clusterfs.com>
6533         * release version v0_4_2   Fixes a lookup error (type not passed)
6534         * move forward to head of Portals
6535         * move forward to latest Lustre kernel
6536
6537 2002-06-25  Peter Braam  <braam@clusterfs.com>
6538         * release version v0_4_1.  Hopefully stable on single node use.