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