1. 21 Oct, 2002 1 commit
  2. 30 Sep, 2002 1 commit
  3. 28 Sep, 2002 4 commits
  4. 27 Sep, 2002 28 commits
  5. 26 Sep, 2002 6 commits
    • Yuri Per's avatar
      [PATCH] USB storage: Another (!) patch for the abort handler · 82ba39ba
      Yuri Per authored
      This is a simple, obvious patch for the abort handler.  I don't know how
      we missed it before.
      
      Fix abort problem: us->srb was used after it was erased.
      82ba39ba
    • Roger Crettol's avatar
    • Tim Schmielau's avatar
      [PATCH] fix compares of jiffies · d19b3a36
      Tim Schmielau authored
      on rechecking the current stable kernel code, I found some places where jiffies
      were compared in a way that seems to break when they wrap. For these,
      I made up patches to use the macros "time_before()" or "time_after()"
      that are supposed to handle wraparound correctly.
      d19b3a36
    • Brian Hall's avatar
      [PATCH] Update for JMTek USBDrive · 55c38fec
      Brian Hall authored
      Attached is a patch against the 2.4.19 linux kernel. It adds an entry
      for another version of the JMTek USBDrive (driverless), and also updates
      my email address.
      55c38fec
    • Andrew Morton's avatar
      [PATCH] export test_clear_page_dirty() to modules. · 14fc589b
      Andrew Morton authored
      - XFS has started to use clear_page_dirty(), so we should export
        test_clear_page_dirty() to modules.
      
        This function is ued by the inlined clear_page_dirty().  It marks a
        page clean and updates the global dirty memory accounting.  Anyone
        who cleans pagecache pages should use this, so the export makes
        sense.  Can't implement aops->writepages() without it, really.
      
      - __mark_inode_dirty is no longer called under mapping->private_lock.
         Update comment.
      14fc589b
    • David Gibson's avatar
      [PATCH] Orinoco driver update · 5bb7978a
      David Gibson authored
      This updates the orinoco wireless driver to version 0.13.
      5bb7978a