From 4a6b5c49a412f3f19fea91592d7e75376236b37f Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 15 Mar 2005 14:15:43 +0000 Subject: [PATCH] There have been so many changes since 1.4.0.10 that it needs its own ChangeLog section. --- lustre/ChangeLog | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c5cf281..928bf19 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,6 +1,29 @@ tbd Cluster File Systems, Inc. * version 1.4.1 * bug fixes + - don't LASSERT in ll_release on NULL lld with NFS export (4655, 5760) + - hold NS lock when calling handle_ast_error->del_waiting_lock (5746) + - fix setattr mtime regression from lovcleanup merge (4829, 5669) + - workaround for 2.6 crash in ll_unhash_aliases (5687, 5210) + - small ext3 extents cleanups and fixes (5733) + - improved mballoc code, several small races and bugs fixed (5733, 5638) + - kernel version 43: fix remove_suid bugs in both 2.4 and 2.6 (5695) + - avoid needless client->OST connect, fix handle mismatch (5317) + - fix DLM error path that led to out-of-sync client, long delays (5779) + - support common vfs-enforced mount options (nodev,nosuid,noexec) (5637) + - fix several locking issues related to i_size (5492,5624,5654,5672) + - don't move pending lock onto export if it is already evicted (5683) + - fix kernel oops when creating .foo in unlinked directory (5548) + * miscellania + - fix lustre/lustrefs init scripts for SuSE (patch from Scali, 5702) + - don't hold the pinger_sem in ptlrpc_pinger_sending_on_import + - change obd_increase_kms to obd_adjust_kms (up or down) (5654) + - lconf, lmc search both /usr/lib and /usr/lib64 for Python libs (5800) + - by default create 1 inode per 4kB space on MDS, per 16kB on OSTs + +2005-02-18 Cluster File Systems, Inc. + * version 1.4.0.10 (1.4.1 release candidate 1) + * bug fixes - don't keep a lock reference when lock is not granted (4238) - unsafe list practices (rarely) led to infinite eviction loop (4908) - add per-fs limit of Lustre pages in page cache, avoid OOM (4699) @@ -23,19 +46,6 @@ tbd Cluster File Systems, Inc. - fix incorrect LASSERT in mds_getattr_name (5635) - export a proc file for general "ping" checking (5628) - fix "lfs check" to not block when the MDS is down (5628) - - don't LASSERT in ll_release on NULL lld with NFS export (4655, 5760) - - hold NS lock when calling handle_ast_error->del_waiting_lock (5746) - - fix setattr mtime regression from lovcleanup merge (4829, 5669) - - workaround for 2.6 crash in ll_unhash_aliases (5687, 5210) - - small ext3 extents cleanups and fixes (5733) - - improved mballoc code, several small races and bugs fixed (5733, 5638) - - kernel version 43: fix remove_suid bugs in both 2.4 and 2.6 (5695) - - avoid needless client->OST connect, fix handle mismatch (5317) - - fix DLM error path that led to out-of-sync client, long delays (5779) - - support common vfs-enforced mount options (nodev,nosuid,noexec) (5637) - - fix several locking issues related to i_size (5492,5624,5654,5672) - - don't move pending lock onto export if it is already evicted (5683) - - fix kernel oops when creating .foo in unlinked directory (5548) * miscellania - service request history (4965) - put {ll,lov,osc}_async_page structs in a single slab (4699) @@ -48,11 +58,6 @@ tbd Cluster File Systems, Inc. - align r/w RPCs to PTLRPC_MAX_BRW_SIZE boundaries for performance - allow readahead allocations to fail when low on memory (5383) - mmap locking landed again, after considerable improvement (2828) - - fix lustre/lustrefs init scripts for SuSE (patch from Scali, 5702) - - don't hold the pinger_sem in ptlrpc_pinger_sending_on_import - - change obd_increase_kms to obd_adjust_kms (up or down) (5654) - - lconf, lmc search both /usr/lib and /usr/lib64 for Python libs (5800) - - by default create 1 inode per 4kB space on MDS, per 16kB on OSTs 2004-11-23 Cluster File Systems, Inc. * version 1.4.0 -- 1.8.3.1