summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the gv_bioq hack in most parts of the I/O path andle2006-01-065-81/+89
* MFp4: Typo fix (without it the XML GEOM tree wasn't consistent).pjd2005-12-191-1/+1
* Fix build breakage by fixing typo.pjd2005-12-091-1/+1
* - Allow to specify the byte which will be used for filling read buffer.pjd2005-12-081-4/+7
* Teach NOP GEOM class how to gather the following statistics:pjd2005-12-082-3/+74
* It is unclear who is wrong and who is right, but when operating onsobomax2005-11-301-0/+10
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-3013-25/+24
* Check for g_read_data(9) errors properly:sobomax2005-11-3017-26/+26
* Kill leading whilespace.sobomax2005-11-301-1/+1
* We do nothing with returned error value, so just remove it.pjd2005-11-291-3/+2
* Check value returned by g_read_data(9), otherwise we can end in panic(9)sobomax2005-11-291-0/+3
* Add sysctl descriptions.le2005-11-251-7/+8
* Since we want a vinum geom created anytime the module loads, movele2005-11-242-136/+27
* Whitespace.le2005-11-201-8/+8
* Always declare variables at the start of the function.le2005-11-201-47/+110
* Fix whitespace issue.le2005-11-201-11/+11
* Finally bring in what was produced during Google SoC 2005:le2005-11-196-4/+513
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-183-2/+16
* o Slightly refactor the ctlreq code to maximize code sharing betweenmarcel2005-11-131-67/+127
* Make the kern.geom.conftxt sysctl more usable by also dumping themarcel2005-11-121-5/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-318-8/+8
* Fix possible live-lock under heavy load where we can't allocate morepjd2005-10-281-1/+12
* Add checking for File record magic.takawata2005-10-261-0/+6
* Rough implementation of the create and add verbs. The verbs causemarcel2005-10-091-2/+290
* Move some devstat collection to below where large IO operations are choppedtegge2005-09-301-3/+3
* - Fix "end_blk out of range" panic when INVARIANTS.fjoe2005-09-291-2/+5
* o Don't cause a panic when the control request lacks a verb.marcel2005-09-181-5/+9
* Complete rewrite in preparation of adding support for controlmarcel2005-09-171-154/+726
* - Add a new simple facility for marking the current thread as being in ajhb2005-09-151-30/+7
* Fix so that when a slice or a partition is removed through g_slice_config(),rodrigc2005-09-141-0/+1
* Fix copy&paste typo.pjd2005-09-101-1/+1
* Don't forget to initialize crp_etype field.pjd2005-09-101-0/+1
* Set the G_PF_WITHER flag on the subdisk provider that is about tole2005-09-081-34/+1
* Remove a race condition that could result in processes being stuckphk2005-09-041-24/+30
* Typo.phk2005-09-031-1/+1
* Use KTR to log allocations and destructions of bios.pjd2005-08-291-0/+36
* Prevent that sync operations can be started when they are alreadyle2005-08-281-71/+81
* Verify length of the data to read as well.pjd2005-08-281-0/+2
* Shuffle around the order in which the components are compiled.le2005-08-261-14/+4
* Verify offset before reading.pjd2005-08-261-1/+5
* Add NTFS labeling function.takawata2005-08-263-0/+115
* Verify if we can actually read the data at given offset.pjd2005-08-232-6/+13
* Correct the check if a plex is accessible in case it is not up.le2005-08-221-1/+1
* By default, when doing crypto work in software, start as many threadspjd2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).pjd2005-08-211-5/+0
* Back-out the change from revision 1.14 and allow for '/' in labels again.pjd2005-08-201-8/+0
* Add a __packed keyword to g_eli_metadata struct definition, sopjd2005-08-201-1/+1
* Allow to change number of iterations for PKCS#5v2. It can only be usedpjd2005-08-191-2/+21
* - Add a missing period.pjd2005-08-191-3/+3
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-192-7/+1
OpenPOWER on IntegriCloud