summaryrefslogtreecommitdiffstats
path: root/sys/geom/sched/gs_scheduler.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
| | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* fix copyright format, as requested by Joel Dahlluigi2010-04-131-1/+2
|
* Bring in geom_sched, support for scheduling disk I/O requestsluigi2010-04-121-0/+236
in a device independent manner. Also include an example anticipatory scheduler, gsched_rr, which gives very nice performance improvements in presence of competing random access patterns. This is joint work with Fabio Checconi, developed last year and presented at BSDCan 2009. You can find details in the README file or at http://info.iet.unipi.it/~luigi/geom_sched/
OpenPOWER on IntegriCloud