From 5fc83d525c6dcda0a1764bbe59102412a0c1e4bf Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 08:01:45 +0000 Subject: [PATCH] Update Changelog with recent bug fixes and incompatible changes. --- lustre/ChangeLog | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index bae803f..5fbe496 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,12 +1,19 @@ -TBA +2002-10-28 Andreas Dilger * version v0_5_16 * bug fixes: - - limit Lustre IOVs to PTL_MD_MAX_IOV (611336) + - limit client IOV size to PTL_MD_MAX_IOV (611336, 191) + - defer open object destruction to close time (601981, 138) + - open/close OST file handle in obdo (OBD_MD_FLHANDLE) (601981, 138) + - move LDLM_ENQUEUE/CONVERT back to MDS portal (625069) - abstract ll_lookup2, fix ll_revalidate2 to use abstraction (256) + - don't call obd_setattr in ll_file_release for destroyed objects * protocol change to lustre_msg: move |version| and add |flags| + * protocol change to osc_punch: "start" in "o_size", "end" in "o_blocks" + * lock replay: for LDLM_FL_REPLAY trust client to do right thing * added replay of create, unlink, link and rename operations during MDS failover; recovery should be much more robust now - * remove failed OSCs from LOVs + * remove failed OSCs from LOVs (only lov_create uses this so far) + * the lustre-HOWTO was brought (more) up to date (582544) 2002-10-23 Phil Schwan * version v0_5_15 @@ -16,12 +23,12 @@ TBA - fix LOV size calculations for truncate (617853) - fix client handling of MDS intent errors (POSIX) - fix permission bug in lovstripe.c test (624321) - - fix MDS thread deadlock (625069) + - fix MDS thread deadlock - move LDLM handler to DLM portal (625069) - truncate past end of file could corrupt data - proper cleanup after timeouts, crashes, etc (592524, 550815) - a race in recovery could return ETIMEDOUT to apps (623947) - building outside the source directory was fixed - * the howto was brought (more) up to date (582544) + * the lustre-HOWTO was brought (more) up to date (582544) * major progress was made on recovery functionality 2002-10-10 Phil Schwan -- 1.8.3.1