09 Oct, 2008

1 commit


03 Jul, 2008

1 commit


22 Apr, 2008

1 commit


16 Oct, 2007

3 commits

  • Add Documentation/block/00-INDEX

    Signed-off-by: Rob Landley
    Signed-off-by: Jens Axboe

    Rob Landley
     
  • as-iosched.txt:
    o Changed IO scheduler selection text to a reference to the
    switching-sched.txt file.

    o Fixed typo: 'for up time...' -> 'for up to...'

    o Added short description of the est_time file.

    deadline-iosched.txt:
    o Changed IO scheduler selection text to a reference to the
    switching-sched.txt file.

    o Removed references to non-existent seek-cost and stream_unit.

    o Fixed typo: 'write_starved' -> 'writes_starved'

    switching-sched.txt:
    o Added in boot-time argument to set the default IO scheduler. (From
    as-iosched.txt)

    o Added in sysfs mount instructions. (From deadline-iosched.txt)

    Signed-off-by: Alan D. Brunelle
    Signed-off-by: Jens Axboe

    Alan D. Brunelle
     
  • Jens Axboe's old email address bounces.

    Signed-off-by: Rob Landley
    Signed-off-by: Jens Axboe

    Rob Landley
     

10 Oct, 2007

2 commits


24 Jul, 2007

1 commit

  • Some of the code has been gradually transitioned to using the proper
    struct request_queue, but there's lots left. So do a full sweet of
    the kernel and get rid of this typedef and replace its uses with
    the proper type.

    Signed-off-by: Jens Axboe

    Jens Axboe
     

10 Jul, 2007

1 commit


24 May, 2007

1 commit

  • Allow user space to determine if a disk supports Asynchronous Notification of
    media changes. This is done by adding a new sysfs file "capability_flags",
    which is documented in (insert file name). This sysfs file will export all
    disk capabilities flags to user space. We also define a new flag to define
    the media change notification capability.

    Signed-off-by: Kristen Carlson Accardi
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kristen Carlson Accardi
     

09 May, 2007

1 commit


20 Dec, 2006

1 commit


08 Dec, 2006

1 commit


30 Nov, 2006

2 commits

  • This patch fixes typos in various Documentation txts. The patch addresses some
    misc words.

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     
  • This patch fixes typos in various Documentation txts. The patch addresses some
    +words starting with the letters 'U-Z'.

    Looks like I made it through the alphabet...just in time to start over again
    +too! Maybe I can fit more profound fixes into the next round...? Time will
    +tell. :)

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     

04 Oct, 2006

8 commits


20 Apr, 2006

1 commit

  • We added the ability to change a block device's IO elevator scheduler both
    at kernel boot and on-the-fly, but we only documented the elevator= boot
    parameter. Add a quick how-to on doing it on the fly.

    Signed-off-by: Valdis Kletnieks
    Signed-off-by: Andrew Morton
    Signed-off-by: Jens Axboe

    Valdis Kletnieks
     

27 Mar, 2006

1 commit


16 Jan, 2006

1 commit


09 Jan, 2006

1 commit

  • I couldn't find any docs explaining the contents of /sys/block//stat,
    so I wrote up the following. I'm not completely sure it's accurate - Jens,
    could you give a yea or nay on this?

    In particular, the counts of read/write IOs and read/write sectors are
    incremented in different places - it looks like they both increment as the
    request is being finished, but I'm not completely sure of that.

    Cc: Jens Axboe
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andy Isaacson
     

06 Jan, 2006

1 commit


03 Jan, 2006

1 commit


16 Nov, 2005

1 commit


28 Oct, 2005

1 commit


28 Jun, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds