1. 27 Mar, 2006 12 commits
  2. 03 Feb, 2006 1 commit
  3. 15 Jan, 2006 1 commit
  4. 06 Jan, 2006 10 commits
  5. 12 Dec, 2005 1 commit
  6. 28 Nov, 2005 1 commit
  7. 09 Nov, 2005 10 commits
  8. 07 Nov, 2005 1 commit
  9. 01 Nov, 2005 1 commit
    • Jens Axboe's avatar
      [BLOCK] Unify the seperate read/write io stat fields into arrays · a362357b
      Jens Axboe authored
      
      Instead of having ->read_sectors and ->write_sectors, combine the two
      into ->sectors[2] and similar for the other fields. This saves a branch
      several places in the io path, since we don't have to care for what the
      actual io direction is. On my x86-64 box, that's 200 bytes less text in
      just the core (not counting the various drivers).
      Signed-off-by: default avatarJens Axboe <axboe@suse.de>
      a362357b
  10. 09 Sep, 2005 2 commits