1. 13 Dec, 2002 13 commits
  2. 12 Dec, 2002 11 commits
  3. 11 Dec, 2002 1 commit
  4. 10 Dec, 2002 5 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
    • Greg Kroah-Hartman's avatar
      [PATCH] USB: Added usb-serial driver core bus support. · de21edae
      Greg Kroah-Hartman authored
      This means that all individual usb-serial ports show up as their
      own devices in the driver model tree.
      de21edae
    • Marek Michalkiewicz's avatar
      [PATCH] Datafab KECF-USB / Sagatek DCS-CF / Simpletech UCF-100 · 8dad78d0
      Marek Michalkiewicz authored
      sorry to bother you again - now that 2.4.20 is out, is there any
      chance to include this in 2.4.21?  I've been trying since 2.4.19,
      a few other UNUSUAL_DEV entries were added, but not this one...
      
      The device works fine with the patch (and doesn't work at all without
      it) for me and a few other people (devices with different "marketing"
      names, the same vendor:device id), no one has reported any problems.
      The patch has been in the 2.4-ac tree for a while, too.
      8dad78d0
    • Pete Zaitcev's avatar
      [PATCH] Patch for debounce in 2.5 · f2f98c5b
      Pete Zaitcev authored
      I was getting annoyed that nobody fixed the obviously broken
      debounce loop, so I had to go ahead and fix that.
      f2f98c5b
  5. 09 Dec, 2002 10 commits