From 9aed38911bddf6b8e50a25680f38fdf303af5e81 Mon Sep 17 00:00:00 2001 From: anserper Date: Mon, 17 Aug 2009 19:20:54 +0000 Subject: [PATCH] ChangeLog --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index adbb0c6..5910671 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -14,6 +14,13 @@ tbd Sun Microsystems, Inc. of Lustre filesystem with 4K stack may cause a stack overflow. For more information, please refer to bugzilla 17630. +Severity : normal +Bugzilla : 20008 +Description: truncate starts GFP_FS allocation under transaction causing deadlock +Details : ldiskfs_truncate calls grab_cache_page which may start page + allocation under an open transaction. This may lead to + calling prune_icache with consequent lustre reentrance. + Severity : enhancement Bugzilla : 20200 Description: Enhancement for lfs(1) command to use numeric uid/gid. -- 1.8.3.1