1. 02 1月, 2009 2 次提交
  2. 30 12月, 2008 1 次提交
  3. 14 10月, 2008 1 次提交
  4. 24 7月, 2008 1 次提交
  5. 16 7月, 2008 2 次提交
  6. 26 4月, 2008 1 次提交
    • B
      ide-cd: remove the internal 64k buffer · 968c4964
      Borislav Petkov 提交于
      This removes the internal ide-cd buffer and falls back to read-ahead block layer
      capabilities. Thorough testing (cd burning, dvd read, raw read) gives with the
      bufferless mode marginally better performance in addition to simplified code.
      
      bufferless:
      
      dd: reading `/dev/hdc': Input/output error
      6238+0 records in
      6238+0 records out
      204406784 bytes (204 MB) copied, 259.891 s, 787 kB/s
      
      real    4m21.598s
      user    0m0.014s
      sys     0m0.744s
      
      with the old buffer (2.6.25-rc1):
      
      dd: reading `/dev/hdc': Input/output error
      6238+0 records in
      6238+0 records out
      204406784 bytes (204 MB) copied, 262.893 s, 778 kB/s
      
      real    4m22.938s
      user    0m0.009s
      sys     0m0.771s
      Signed-off-by: NBorislav Petkov <petkovbb@gmail.com>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      968c4964
  7. 02 2月, 2008 18 次提交
  8. 24 12月, 2007 1 次提交
  9. 10 7月, 2007 1 次提交
  10. 15 12月, 2005 1 次提交
  11. 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