From 731e06646bac7d5c3ecf02fac137ab6314dabb1b Mon Sep 17 00:00:00 2001 From: kalpak Date: Sat, 19 Jul 2008 14:15:02 +0000 Subject: [PATCH] b=16226, 16199 Add changelog entries --- lustre/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6a88af7..c3cede9 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -307,6 +307,22 @@ Bugzilla : 15674 Description: mds fails to respond, threads stuck in ldlm_completion_ast Details : Sort source/child resource pair after updating child resource. +Severity : major +Frequncy : rare +Bugzilla : 16226 +Description: kernel BUG at ldiskfs2_ext_new_extent_cb +Details : If insertion of an extent fails, then discard the inode + preallocation and free data blocks else it can lead to duplicate + blocks. + +Severity : normal +Bugzilla : 16199 +Description: don't always update ctime in ext3_xattr_set_handle() +Details : Current xattr code updates the inode ctime in ext3_xattr_set_handle. + In some cases the ctime should not be updated, for example for + 2.0->1.8 compatibility it is necessary to delete an xattr and it + should not update the ctime. + ------------------------------------------------------------------------------- -- 1.8.3.1