X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FChangeLog;h=30e2b845b283cdcc53c8955cb0b9331fc8bfb631;hb=f6f2c0a553229a236d57d8b440c852a737da7248;hp=57ae3e7c9fe32f60ed70bc3793c392ace3ea9b5e;hpb=db32b2829f86aaa5124e45d120b900d83a206877;p=fs%2Flustre-release.git diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 57ae3e7..30e2b84 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -12,6 +12,24 @@ tbd Sun Microsystems, Inc. * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a removed cwd "./" (refer to Bugzilla 14399). +Severity : normal +Bugzilla : 14480 +Description: LBUG during stress test +Details : Need properly lock accesses the flock deadlock detection list. + +Severity : minor +Bugzilla : 15837 +Description: oops in page fault handler +Details : kernel page fault handler can return two special 'pages' in error case, don't + try dereference NOPAGE_SIGBUS and NOPAGE_OMM. + +Severity : minor +Bugzilla : 15716 +Description: timeout with invalidate import. +Details : ptlrpcd_check call obd_zombie_impexp_cull and wait request which should be + handled by ptlrpcd. This produce long age waiting and -ETIMEOUT + ptlrpc_invalidate_import and as result LASSERT. + Severity : enhancement Bugzilla : 15741 Description: Update to RHEL5 kernel-2.6.18-53.1.19.el5. @@ -24,13 +42,6 @@ Details : add a 'nomgs' option in mount.lustre to enable start a MDT with to 'nosvc' mount option. Severity : normal -Frequency : always with o2ib 1.3 and sles10 -Bugzilla : 15870 -Description: fix build with SLES10 and o2ib v3. -Details : sles10 uses diffrent name for Module.symver file but configure - assume this file has same name on RHEL/SLES/vanila kernels. - -Severity : normal Bugzilla : 14835 Frequency : after recovery Description: precreate to many object's after del orphan. @@ -73,7 +84,7 @@ Description: Obsolete CURRENT_SECONDS and use cfs_time_current_sec() instead. Severity : minor Bugzilla : 14645 - rare, on shutdown ost +Frequency : rare, on shutdown ost Description: don't hit live lock with umount ost. Details : shrink_dcache_parent can be in long loop with destroy dentries, use shrink_dcache_sb instead. @@ -1077,6 +1088,20 @@ Details : skiplists are used to group compatible locks on granted list that was implemented as tracking first and last lock of each lock group the patch changes that to using doubly linked lists +Severity : normal +Bugzilla : 15574 +Description: MDS LBUG: ASSERTION(!IS_ERR(dchild)) +Details : Change LASSERTs to client eviction (i.e. abort client's recovery) + because LASSERT on both the data supplied by a client, and the data + on disk is dangerous and incorrect. + +Severity : enhancement +Bugzilla : 10718 +Description: Slow trucate/writes to huge files at high offsets. +Details : Directly associate cached pages to lock that protect those pages, + this allows us to quickly find what pages to write and remove + once lock callback is received. + -------------------------------------------------------------------------------- 2007-08-10 Cluster File Systems, Inc.