05 Nov, 2011

1 commit


11 Nov, 2010

1 commit


26 Mar, 2009

1 commit


16 Oct, 2007

1 commit

  • 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
     

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