aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/sched
Commit message (Expand)AuthorAgeFilesLines
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* g_sched_destroy(): prevent return of uninitialized scalar variable.Pedro F. Giffuni2016-04-031-1/+2
* Don't assume that bio_cmd is a bit mask.Warner Losh2016-03-102-6/+6
* It turns out that it's OK to sleep in this context, so use M_WAITOKWarner Losh2015-12-181-2/+1
* Scheduling module to introduce a fixed delay into the I/O path.Warner Losh2015-12-181-0/+265
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Remove support for FreeBSD 7 and really old FreeBSD 8. The classifiersWarner Losh2014-12-205-435/+12
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-2/+2
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-112-0/+2
* Remove unneeded code.Andrey V. Elsukov2011-05-041-30/+4
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Correct a subtle bug in the 'gsched_rr' disk scheduler.Luigi Rizzo2011-02-141-8/+20
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-122-12/+12
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-021-10/+27
* Check that gsp is not NULL before access. It can be NULLAndrey V. Elsukov2010-08-031-1/+1
* Forward ioctl requests to original geom.Andrey V. Elsukov2010-08-021-0/+19
* fix copyright format, as requested by Joel DahlLuigi Rizzo2010-04-134-4/+8
* make code compile with KTRLuigi Rizzo2010-04-131-11/+4
* Bring in geom_sched, support for scheduling disk I/O requestsLuigi Rizzo2010-04-126-0/+3330