From 22e354fa72ad3a3e35eb779ec36b627c543df61e Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Wed, 19 May 2010 22:53:25 +0200 Subject: [PATCH] add changelog entries --- lustre/ChangeLog | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6a940d6..4ea2cef 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -12,16 +12,6 @@ tbd Oracle, Inc. * The async journal commit feature (bug 19128) and the cancel lock before replay feature (bug 16774) are disabled by default. -Severity : normal -Bugzilla : 22610 -Description: a race condition could lead to SIGBUS being sent to an - application using mmap-ped files from Lustre -Details : truncate_complete_page implementation for the patchless - client could arbitrarily unset PG_Uptodate flag for a - page being kicked from the page cache, an uptodate check - right after a readpage call in filemap_fault could fail - because of that as though the page read had been unsuccessful. - Severity : enhancement Bugzilla : 22455 Description: add list_param to b1_8 and add "-R" option to list params @@ -34,6 +24,24 @@ Details : Some positions if lfs quota output table could be empty or non-empty which made it hard to parse it with scripts, now a dash is put instead of space where there is not supposed to be any data. +Severity : enhancement +Bugzilla : 15685 +Description: fix obdfilter-survey script to work properly with remote oss-s + +Severity : enhancement +Bugzilla : 22402 +Description: add new OBDFILTER_SURVEY test suite + +Severity : normal +Bugzilla : 22610 +Description: a race condition could lead to SIGBUS being sent to an + application using mmap-ped files from Lustre +Details : truncate_complete_page implementation for the patchless + client could arbitrarily unset PG_Uptodate flag for a + page being kicked from the page cache, an uptodate check + right after a readpage call in filemap_fault could fail + because of that as though the page read had been unsuccessful. + Severity : normal Bugzilla : 22476 Description: dlm lock slab shrinking is not efficient @@ -47,6 +55,11 @@ Details : Bump MAX_PHYS/HW_SEGMENTS and SG_ALL to 256 in the RHEL5 kernel. This is what we do already for SLES kernels. Severity : normal +Bugzilla : 17086 +Description: LSI Fusion MPT driver hacks to improve performance +Details : Set CONFIG_FUSION_MAX_SGE to 256 for RHEL5 + +Severity : normal Bugzilla : 15587/21439 Description: don't handle security.capability xattr Details : CONFIG_SECURITY_FILE_CAPABILITIES is enabled by default on SLES11. -- 1.8.3.1