Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
| | | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days | ||||
* | fix copyright format, as requested by Joel Dahl | luigi | 2010-04-13 | 1 | -1/+2 |
| | |||||
* | Bring in geom_sched, support for scheduling disk I/O requests | luigi | 2010-04-12 | 1 | -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/ |