summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Write the output parameter (if present) for the add, create, deletemarcel2007-05-091-3/+50
* When reverting the creation of a partitioning scheme on a provider,marcel2007-05-091-2/+6
* MFp4:marcel2007-05-084-94/+102
* When deleting key, flush write cache after each overwrite, so we don'tpjd2007-05-061-0/+5
* Allow to use ':' in d_ident, which is quite handy character.pjd2007-05-051-1/+2
* Handle GEOM::ident attribute by attaching 'sX' string at the end of identpjd2007-05-051-0/+32
* Because there are many strange hardware out there, allow to use onlypjd2007-05-051-0/+39
* - Extend disk structure to allow to store disk's serial number, which can bepjd2007-05-052-2/+7
* Implement three new ioctls that can be used with GEOM provider:pjd2007-05-051-0/+20
* Implement g_delete_data() similar to g_read_data() and g_write_data().pjd2007-05-052-0/+23
* - Implement helper g_handleattr_str() function for string attributespjd2007-05-052-7/+23
* Put the scheme (APM, GPT, etc) in the XML.marcel2007-04-271-1/+3
* If compressed length is zero, return a zero-filled block.simokawa2007-04-241-0/+7
* -) Correct sdcount for a plex when removing or adding subdisks.le2007-04-123-3/+93
* Avoid infinite loop if the device string given for a drivele2007-04-121-6/+3
* Use root_mounted().pjd2007-04-081-1/+1
* Fix a bug for over 4GB media.simokawa2007-04-071-1/+1
* Sysctl description is not a format string, so one % is enough.pjd2007-04-061-1/+1
* - Be more verbose when saying "foo" not found.delphij2007-03-301-10/+10
* make_dev(9) can be (and is) called without Giant, so there is no need tokris2007-03-261-8/+0
* Add missing \n.pjd2007-03-221-2/+2
* Overhaul driver/subsystem api's:sam2007-03-212-3/+5
* Warn when user use sectorsize bigger than the page size, which will leadpjd2007-03-051-0/+4
* Fix geli after last commit for UP systems that are running SMP kernel.pjd2007-03-021-1/+2
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-272-4/+4
* First cut at GEOM based multipath. This is an active/passive{/passive...}mjacob2007-02-272-0/+867
* Use tsleep() rather than msleep() with a NULL mtx parameter.jhb2007-02-232-2/+2
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portn_hibma2007-02-211-1/+1
* #include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.rodrigc2007-02-081-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-077-1619/+2782
* We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but forpjd2007-01-281-2/+7
* It is possible that GEOM taste provider before SMP is started.pjd2007-01-281-0/+7
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+1
* Softc may be NULL in g_journal_orphan(), so don't be surprised.pjd2006-12-021-3/+4
* Fix ia64 build breakage.pjd2006-11-021-0/+2
* - Use g_duplicate_bio() instead of g_clone_bio(), so there memory ispjd2006-11-021-5/+3
* I want CPU number here.pjd2006-11-021-1/+1
* Grr, fix one more build breakage.pjd2006-11-021-0/+1
* Now, that we have gjournal in the tree add possibility to configurepjd2006-11-016-15/+98
* Change spaces to tabs where needed.pjd2006-11-014-28/+28
* Skip disabled CPU, because after we sched_bind() to a disabled CPU,pjd2006-11-011-1/+16
* Forgot to remove this line.pjd2006-11-011-1/+0
* Add BIO_FLUSH support to GSHSEC class.pjd2006-11-011-0/+1
* Add BIO_FLUSH support to GPT class.pjd2006-11-011-0/+2
* Update the code to the current sync(2) version:pjd2006-11-011-4/+12
* Remove debugging code I accidentally committed.pjd2006-11-011-35/+0
* Add gjournal GEOM class (kernel side), which implements block levelpjd2006-10-313-0/+3555
* Implement BIO_FLUSH handling by simply passing it down to the components.pjd2006-10-316-3/+174
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskpjd2006-10-312-1/+22
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-312-1/+30
OpenPOWER on IntegriCloud