summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* -) 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
* Guard against invalid metadata.pjd2006-10-101-0/+6
* A GEOM cache can speed up read performance by sending fixed sizeru2006-10-062-0/+1183
* One more white space fix.pjd2006-09-301-1/+1
* Remove trailing spaces.pjd2006-09-305-7/+7
* Remove trailing spaces.pjd2006-09-301-16/+16
* Fix detecting of UFS1 label when mediasize%fragsize != 0.pjd2006-09-161-2/+2
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-162-3/+116
* Add __printflike() to gctl_error().pjd2006-09-161-1/+1
* Small fixes after adding __printflike() to gctl_error().pjd2006-09-161-4/+4
* Remove extra arguments.pjd2006-09-161-2/+1
* Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology ifpjd2006-09-152-2/+215
* Fix synchronization in gmirror and graid3 which I broken. Synchronizationpjd2006-09-132-6/+12
* Delay an orphan event if provider has still in-flight I/O requests.pjd2006-09-101-1/+4
OpenPOWER on IntegriCloud