From 8c63158daf368ebd659d0b8e46ec23b64b4f2595 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Fri, 8 Oct 2010 11:19:48 +0200 Subject: [PATCH] Add missing changelog entries --- ldiskfs/ChangeLog | 8 ++++++ lnet/ChangeLog | 5 ++++ lustre/ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index 9ea1fac..62b2c6d 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,6 +1,14 @@ 2010-xx-xx Oracle, Inc. * version 3.1.4 +Severity : normal +Bugzilla : 23683 +Description: Bring upstream patch for ldiskfs. + +Severity : normal +Bugzilla : 21610 +Description: add support for SLES11 SP1 + ------------------------------------------------------------------------------- 2010-07-31 Oracle, Inc. diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 3915d4e..35dd4e7 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -12,6 +12,11 @@ mxlnd - MX 1.2.10 or later, ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x +Severity : normal +Bugzilla : 23179 +Description: MDS node unresponsive +Details : improve hash distribution, doubled hash size for the lnet cookie + hash. ------------------------------------------------------------------------------- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 20cb70d..070a54e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -20,6 +20,84 @@ Severity : normal Bugzilla : 21174 Description: Enabling quotas fails with non-consecutive OST numbering. +Severity : normal +Bugzilla : 23645 +Description: Fix kernel warning due to lookup_on_len() called without i_mutex + hold. + +Severity : normal +Bugzilla : 23596 +Description: Account direct i/o inflight rpcs separately from non-direct i/o so + that direct i/o, which is limited by max_rpcs_in_flight, should not + block non-direct i/o, which is not limited by max_rpcs_in_flight. + +Severity : normal +Bugzilla : 23827 +Description: Fix per-NID reporting on outstanding writes + +Severity : normal +Bugzilla : 23710 +Description: Reduce stack pressure by uninlining some mds and ptlrpc functions. + +Severity : normal +Bugzilla : 22770 +Description: Remove LASSERT in lprocfs_rd_conn_uuid() since conn == NULL is a + legitimate case. + +Severity : normal +Bugzilla : 23781 +Description: fix obdo leak issue in ll_setattr_raw() + +Severity : normal +Bugzilla : 22117 +Description: limit MMP interval + +Severity : enhancement +Bugzilla : 20101 +Description: add several lfs ost enhancements + +Severity : normal +Bugzilla : 22820 +Description: Too many default ACLs break directory access on new directories + +Severity : normal +Bugzilla : 23174 +Description: Lustre inode size is not coherent across nodes. +Details : Update lvbo from disk when AST fails with EINVAL. Lvbo is updated + on EINVAL error in ldlm_handle_ast_error(). The updates in + filter_intent_policy() and ldlm_cb_interpret() have been removed as + redundant. + +Severity : normal +Bugzilla : 23503 +Description: Oops at __percpu_counter_add+0x1b +Details : Use bdi_init()/bdi_destroy() to proper initialize backing_dev_info + structure. + +Severity : normal +Bugzilla : 20563 +Description: add mount option to generate 32bit ino, this can be used for 32bit + application compatibility. + +Severity : normal +Bugzilla : 22935 +Description: keep reference count for "lli_sai" to prevent it to be released + when "statahead_enter()" + +Severity : normal +Bugzilla : 21174 +Description: allow quotacheck over OSTs with sparse indices + +Severity : normal +Bugzilla : 22891 +Description: Objects not getting deleted for files which have been removed +Details : ll_have_md_lock() should differentiate between CR and CW OPEN + locks. + +Severity : normal +Bugzilla : 22107 +Description: pin object's inode in memory to avoid certain timeouts + ------------------------------------------------------------------------------- 2010-07-31 Oracle, Inc. -- 1.8.3.1