1. 12 10月, 2005 1 次提交
    • J
      [PATCH] uml: revert block driver use of host AIO · 91acb21f
      Jeff Dike 提交于
      The patch to use host AIO support that I submitted early after 2.6.13 exposed
      some problems in the block driver.  I have fixes for these, but am not
      comfortable putting them into 2.6.14 at this late date.  So, this patch reverts
      the use of host AIO.
      
      I will resubmit the original patch, plus fixes to the driver after 2.6.14
      in order to get a reasonable amount of testing before they're exposed to
      the general public.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      91acb21f
  2. 05 9月, 2005 1 次提交
    • J
      [PATCH] uml: add host AIO support to block driver · 09ace81c
      Jeff Dike 提交于
      This adds AIO support to the ubd driver.
      
      The driver breaks a struct request into IO requests to the host, based on the
      hardware segments in the request and on any COW blocks covered by the request.
      
      The ubd IO thread is gone, since there is now an equivalent thread in the AIO
      module.
      
      There is provision for multiple outstanding requests now.  Requests aren't
      retired until all pieces of it have been completed.  The AIO requests have a
      shared count, which is decremented as IO operations come in until it reaches
      0.  This can be possibly moved to the request struct - haven't looked at this
      yet.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      09ace81c
  3. 29 7月, 2005 1 次提交
  4. 15 7月, 2005 1 次提交
  5. 14 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