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