Whamcloud - gitweb
Print more information when we get a callback with a bogus export.
[fs/lustre-release.git] / lustre / ChangeLog
index 6ea122c..57b0461 100644 (file)
@@ -1,7 +1,48 @@
-TBA
+2002-11-18  Phil Schwan  <phil@clusterfs.com>
+       * version v0_5_17
+       * bug fixes
+         - fix null d_it dereference (346)
+         - fix full OST/dbench hang (333)
+         - fix permission problem with file removal (286)
+         - fix removal of OSCs from LOV when they fail
+         - fix NULL deref during bulk timeout (214)
+         - fix problems related to multiple filesystems on one MDS (241)
+         - fixed serious subtle metadata locking bugs
+         - free locks on clients when inodes are removed due to memory
+           pressure (201)
+         - fix inode pointer in lock data (285)
+         - partial support for multiple MDS on a single host (241)
+         - data locks weren't cancelled at clear_inode time (290, 311)
+         - intent locks could lead to unbounded lock growth (205)
+         - added a maximum lock count, an LRU list, and a flusher
+         - fix multiple rename (365)
+         - properly abstracted the echo client
+         - OSC locked 1 byte too many; fixed
+         - rewrote brw callback code:
+           - fixed recovery bugs related to LOVs (306)
+           - fixed too-many-pages-in-one-write crash (191)
+           - fixed (again) crash in sync_io_timeout (214)
+           - probably fixed callback-related race (385)
+       * protocol change
+          - Add capability to MDS protocol
+         - LDLM cancellations and callbacks on different portals
+
+2002-10-28  Andreas Dilger  <adilger@clusterfs.com>
        * 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 (only lov_create uses this so far)
+       * the lustre-HOWTO was brought (more) up to date (582544)
 
 2002-10-23  Phil Schwan  <phil@clusterfs.com>
        * version v0_5_15
@@ -11,12 +52,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  <phil@clusterfs.com>
@@ -24,7 +65,7 @@ TBA
        * bug fixes:
          - recovery deadlock fix
          - rm -rf causes LBUG fix (617817)
-          - file open by multiple tasks fix (618962)
+         - file open by multiple tasks fix (618962)
          - directory permissions bugs (602707 and 620007)
          - journal_stop fixed with locking (611313)
          - O_APPEND failures resolved (618273, perhaps 614459)
@@ -145,30 +186,30 @@ TBA
        * small changes in wire protocol
 
 2002-07-18  Phil Schwan  <phil@clusterfs.com>
-        * version v0_4_5
-        * delivered as Lustre Light Alpha
-        * fixed a crash after handling invalid MDS requests
-        * fixed directory pages for architectures with non-4k pages sizes
+       * version v0_4_5
+       * delivered as Lustre Light Alpha
+       * fixed a crash after handling invalid MDS requests
+       * fixed directory pages for architectures with non-4k pages sizes
 
 2002-07-11  Andreas Dilger  <adilger@clusterfs.com>
-        * release version v0_4_4
-        * Moves TCP acceptor to be on port 2432 (unused Coda port) instead
-          of 1234.
-        * Fixes a number of interruption problems with OST operations.
-        * Update documentation for portals header changes
-        * Move all wire protocol structs/defines to lustre_idl.h
-        * Fixes symlink length bug.
-        * Add tcpdump to repository.
+       * release version v0_4_4
+       * Moves TCP acceptor to be on port 2432 (unused Coda port) instead
+         of 1234.
+       * Fixes a number of interruption problems with OST operations.
+       * Update documentation for portals header changes
+       * Move all wire protocol structs/defines to lustre_idl.h
+       * Fixes symlink length bug.
+       * Add tcpdump to repository.
 
 2002-07-05  Andreas Dilger  <adilger@clusterfs.com>
-        * release version v0_4_3
-        * Fixes statfs for inodes on extN.
-        * Fixes bug in runtests which would delete /etc/hosts.
-        * Use 64-bit object IDs wherever possible (not into VFS though)
-          Remove ost_get_info, which is unused by lustre, and out of date.
+       * release version v0_4_3
+       * Fixes statfs for inodes on extN.
+       * Fixes bug in runtests which would delete /etc/hosts.
+       * Use 64-bit object IDs wherever possible (not into VFS though)
+         Remove ost_get_info, which is unused by lustre, and out of date.
 
 2002-07-03  Peter Braam  <braam@clusterfs.com>
-        * release version v0_4_2   Fixes a lookup error (type not passed)
+       * release version v0_4_2   Fixes a lookup error (type not passed)
        * move forward to head of Portals
        * move forward to latest Lustre kernel