1. 18 Oct, 2002 18 commits
  2. 19 Oct, 2002 11 commits
  3. 18 Oct, 2002 11 commits
    • Alexander Viro's avatar
      [PATCH] old methods removal · 393a9572
      Alexander Viro authored
      	* old methods have no instances left; removed.
      393a9572
    • Alexander Viro's avatar
      [PATCH] i2o · 901d4508
      Alexander Viro authored
      	* switched to private queues
      	* set ->queue and ->private_data
      	* switched to new methods
      901d4508
    • Alexander Viro's avatar
      [PATCH] floppy · a56ef1f0
      Alexander Viro authored
      	* switched to private queues
      	* set ->queue and ->private_data
      	* switched to new methods
      a56ef1f0
    • Alexander Viro's avatar
      [PATCH] cpqarray · e635a53f
      Alexander Viro authored
      	* switched to private queues
      	* set ->queue and ->private_data
      	* switched to new methods
      e635a53f
    • Alexander Viro's avatar
      [PATCH] DAC960 · 21f713f2
      Alexander Viro authored
      	* switched to private queues
      	* set ->queue and ->private_data
      	* switched to new methods
      21f713f2
    • Alexander Viro's avatar
      [PATCH] atari floppy · 1e667320
      Alexander Viro authored
      	* switched to private queue
      	* set ->queue and ->private_data
      	* switched to new methods
      1e667320
    • Alexander Viro's avatar
      [PATCH] amiga floppy · 9d129a7b
      Alexander Viro authored
      	* switched to private queue
      	* set ->queue and ->private_data
      	* switched to new methods
      9d129a7b
    • Alexander Viro's avatar
      [PATCH] acorn floppy · d74a3894
      Alexander Viro authored
      	* switched to private queue
      	* set ->queue and ->private_data
      	* switched to new methods
      	* compile fixes
      
      NOTE: it still has b0rken locking - hadn't been updated in 2.5.1
      d74a3894
    • Alexander Viro's avatar
      [PATCH] swim3 · a7fb3d08
      Alexander Viro authored
      	* switched to private queue
      	* set ->queue and ->private_data
      	* switched to new methods
      	* switched to use of ->bd_disk
      a7fb3d08
    • Alexander Viro's avatar
      [PATCH] swim_iop · 2b0f3d03
      Alexander Viro authored
      	* switched to private queue
      	* set ->queue and ->private_data
      	* switched to new methods
      	* switched to use of ->bd_disk
      	* fixed the idiocy I'd introduced there during end_request()
      	  reshuffling - too many places got hit by search-and-replace ;-/
      
      NOTE: swim_iop (and swim3) are broken for situations when several drives
      are present.  Failure mode is rather amusing - the thing does a sort of
      load-balancing and if you have two drives even requests end up sent to
      the first and odd - to the second ;-) Had been there since they went
      into the tree.  Swim3 mentions that support of multiple drives needs to
      be fixed, swim_iop (derived from it) had lost even that warning. 
      2b0f3d03
    • Alexander Viro's avatar
      [PATCH] umem · a01154a6
      Alexander Viro authored
      	* switched to private queue
      	* set ->queue and ->private_data
      	* switched to new methods
      	* switched to use of ->bd_disk
      a01154a6