1. 10 Dec, 2002 2 commits
    • Dave Kleikamp's avatar
      JFS: Remove COMMIT_Holdlock · 143443ff
      Dave Kleikamp authored
      The logic surrounding COMMIT_Holdlock was well-intentioned to reduce
      latency when deleting files, but it can also result in a hang that I don't
      have good fix for.  I don't think removing this will hurt our overall
      performance very much.
      143443ff
    • Dave Kleikamp's avatar
      JFS: Fix accounting of active allocation groups · d20e9e42
      Dave Kleikamp authored
      jfs_destroy_inode was assuming that active_ag should never be set coming into
      this routine.  Since it's possible for file to be extended after the file
      descriptor has been closed, we need to allow the possibility.  (Dirty pages
      of memory mapped files can be written after the file has been closed.)
      d20e9e42
  2. 09 Dec, 2002 26 commits
  3. 08 Dec, 2002 4 commits
  4. 09 Dec, 2002 5 commits
  5. 08 Dec, 2002 3 commits