1. 09 9月, 2005 1 次提交
    • P
      [PATCH] USB: ub 1/3: Axboe's quasi-S/G · ba6abf13
      Pete Zaitcev 提交于
      This the quasi-S/G patch for ub as suggested by Jens Axboe at OLS and
      implemented that night before 4 a.m. Surprisingly, it worked right away...
      Alas, I had to skip some OLS partying, but it was for the good cause.
      Now the speed of ub is quite acceptable even on partitions with small
      block size.
      
      The ub does not really support S/G. Instead, it just tells the block
      layer that it does. Then, most of the time, the block layer merges
      requests and passes single-segmnent requests down to ub; everything
      works as before. Very rarely ub gets an unmerged S/G request. In such
      case, it issues several commands to the device.
      
      I added a small array of counters to monitor the merging (sg_stat).
      This may be dropped later.
      Signed-off-by: NPete Zaitcev <zaitcev@yahoo.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ba6abf13
  2. 28 7月, 2005 1 次提交
    • P
      [PATCH] ub: fix for blank CDs · 1872bceb
      Pete Zaitcev 提交于
      This patch fixes a microcode lockup in my CD-ROM adapters when a blank CD
      is inserted.  However, do not try to burn CDs yet!  I'm pretty sure that
      trying it will end in coasters.
      
       - Fix a few cases where we were unable to resynchronize with replies
         for previous commands. The main thing is to keep reading replies
         in case of a stall. This is done with the new state CLRRS.
       - Since I am forgetting the basic state machine already, document it.
       - Move counter increments in the looping path in its own function.
       - Fix a harmless buglet in case CSW read fails to submit: do not
         override state.
       - Implement the Alan Stern's idea for adaptive signature checking.
      Signed-off-by: NPete Zaitcev <zaitcev@yahoo.com>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1872bceb
  3. 21 6月, 2005 1 次提交
  4. 09 6月, 2005 1 次提交
  5. 03 6月, 2005 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4