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