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