You need to sign in or sign up before continuing.
  1. 20 6月, 2005 2 次提交
    • J
      [PATCH] Cleanup blk_rq_map_* interfaces · dd1cab95
      Jens Axboe 提交于
      Change the blk_rq_map_user() and blk_rq_map_kern() interface to require
      a previously allocated request to be passed in. This is both more efficient
      for multiple iterations of mapping data to the same request, and it is also
      a much nicer API.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      dd1cab95
    • M
      [PATCH] Add blk_rq_map_kern() · df46b9a4
      Mike Christie 提交于
      Add blk_rq_map_kern which takes a kernel buffer and maps it into
      a request and bio. This can be used by the dm hw_handlers, old
      sg_scsi_ioctl, and one day scsi special requests so all requests
      comming into scsi will have bios. All requests having bios
      should allow scsi to use scatter lists for all IO and allow it
      to use block layer functions.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      df46b9a4
  2. 21 5月, 2005 1 次提交
  3. 17 4月, 2005 2 次提交
    • [PATCH] fix NMI lockup with CFQ scheduler · 152587de
      提交于
      The current problem seen is that the queue lock is actually in the
      SCSI device structure, so when that structure is freed on device
      release, we go boom if the queue tries to access the lock again.
      
      The fix here is to move the lock from the scsi_device to the queue.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      152587de
    • 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