summaryrefslogtreecommitdiffstats
path: root/sys/geom/sched
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* g_sched_destroy(): prevent return of uninitialized scalar variable.pfg2016-04-031-1/+2
* Don't assume that bio_cmd is a bit mask.imp2016-03-102-6/+6
* It turns out that it's OK to sleep in this context, so use M_WAITOKimp2015-12-181-2/+1
* Scheduling module to introduce a fixed delay into the I/O path.imp2015-12-181-0/+265
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Remove support for FreeBSD 7 and really old FreeBSD 8. The classifiersimp2014-12-205-435/+12
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-2/+2
* - Don't pass geom and provider names as format strings.jh2012-11-201-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Include sys/sbuf.h directly.ae2011-07-112-0/+2
* Remove unneeded code.ae2011-05-041-30/+4
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Correct a subtle bug in the 'gsched_rr' disk scheduler.luigi2011-02-141-8/+20
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-12/+12
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-10/+27
* Check that gsp is not NULL before access. It can be NULLae2010-08-031-1/+1
* Forward ioctl requests to original geom.ae2010-08-021-0/+19
* fix copyright format, as requested by Joel Dahlluigi2010-04-134-4/+8
* make code compile with KTRluigi2010-04-131-11/+4
* Bring in geom_sched, support for scheduling disk I/O requestsluigi2010-04-126-0/+3330
OpenPOWER on IntegriCloud