PROBLEM: (EVT18628A, 59132) (PATCH ID: OSF445-212) ******** This patch modifies advfs kernel code and several utilities. AdvFS will no longer panic with the following error: ADVFS EXCEPTION : panic cpu(0) : bad frag free list. The code is modified so that during frag allocation when advfs determines that the frag group header's free list has been corrupted, it stops using it and marks it BAD. It is then removed from the free list so no more allocations can take place AND no deallocations are performed. The verify, shfragbf and vfragpg programs are modified to report BAD frag groups. PROBLEM: (HPAQ10CJS, BCSM11BF0) (PATCH ID: OSF445-219) ******** This patch corrects an AdvFS problem where an on-disk variable wraps when more than 64k metadata entries are required to map the disk blocks of a file or metadata file. The side effects of this problem were data inconsistencies and an incorrect available size for the domain. PROBLEM: (89805, 91154) (PATCH ID: OSF445-365) ******** The AdvFS utility shfragbf grouped frag groups that were full in the 9 percent free column. This patch adds another column (0%) that will indicate how many frag groups are completely full and is important in analyzing a system's frag usage.