1. 19 2月, 2008 1 次提交
    • T
      block: add request->raw_data_len · 6b00769f
      Tejun Heo 提交于
      With padding and draining moved into it, block layer now may extend
      requests as directed by queue parameters, so now a request has two
      sizes - the original request size and the extended size which matches
      the size of area pointed to by bios and later by sgs.  The latter size
      is what lower layers are primarily interested in when allocating,
      filling up DMA tables and setting up the controller.
      
      Both padding and draining extend the data area to accomodate
      controller characteristics.  As any controller which speaks SCSI can
      handle underflows, feeding larger data area is safe.
      
      So, this patch makes the primary data length field, request->data_len,
      indicate the size of full data area and add a separate length field,
      request->raw_data_len, for the unmodified request size.  The latter is
      used to report to higher layer (userland) and where the original
      request size should be fed to the controller or device.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      6b00769f
  2. 31 1月, 2008 1 次提交
  3. 12 1月, 2008 1 次提交
  4. 16 10月, 2007 1 次提交
  5. 13 10月, 2007 1 次提交
  6. 31 7月, 2007 1 次提交
  7. 24 7月, 2007 3 次提交
  8. 21 7月, 2007 3 次提交
  9. 20 7月, 2007 2 次提交
  10. 17 7月, 2007 7 次提交
  11. 16 7月, 2007 18 次提交