1. 23 3月, 2006 1 次提交
  2. 08 2月, 2006 1 次提交
  3. 12 1月, 2006 1 次提交
  4. 11 1月, 2006 1 次提交
  5. 10 1月, 2006 1 次提交
  6. 06 1月, 2006 1 次提交
    • T
      [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() · 8ffdc655
      Tejun Heo 提交于
      add @uptodate argument to end_that_request_last() and @error
      to rq_end_io_fn().  there's no generic way to pass error code
      to request completion function, making generic error handling
      of non-fs request difficult (rq->errors is driver-specific and
      each driver uses it differently).  this patch adds @uptodate
      to end_that_request_last() and @error to rq_end_io_fn().
      
      for fs requests, this doesn't really matter, so just using the
      same uptodate argument used in the last call to
      end_that_request_first() should suffice.  imho, this can also
      help the generic command-carrying request jens is working on.
      Signed-off-by: Ntejun heo <htejun@gmail.com>
      Signed-Off-By: NJens Axboe <axboe@suse.de>
      8ffdc655
  7. 07 11月, 2005 1 次提交
  8. 02 11月, 2005 3 次提交
  9. 24 10月, 2005 2 次提交
  10. 11 9月, 2005 2 次提交
  11. 10 9月, 2005 1 次提交
  12. 30 8月, 2005 1 次提交
  13. 28 7月, 2005 3 次提交
  14. 26 6月, 2005 2 次提交
  15. 20 6月, 2005 2 次提交
  16. 29 5月, 2005 1 次提交
  17. 06 5月, 2005 1 次提交
  18. 02 5月, 2005 1 次提交
  19. 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