aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portNick Hibma2007-02-211-1/+1
* #include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.Craig Rodrigues2007-02-081-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-077-1619/+2782
* We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but forPawel Jakub Dawidek2007-01-281-2/+7
* It is possible that GEOM taste provider before SMP is started.Pawel Jakub Dawidek2007-01-281-0/+7
* Cylinder group bitmaps and blocks containing inode for a snapshotKonstantin Belousov2007-01-231-0/+1
* Softc may be NULL in g_journal_orphan(), so don't be surprised.Pawel Jakub Dawidek2006-12-021-3/+4
* Fix ia64 build breakage.Pawel Jakub Dawidek2006-11-021-0/+2
* - Use g_duplicate_bio() instead of g_clone_bio(), so there memory isPawel Jakub Dawidek2006-11-021-5/+3
* I want CPU number here.Pawel Jakub Dawidek2006-11-021-1/+1
* Grr, fix one more build breakage.Pawel Jakub Dawidek2006-11-021-0/+1
* Now, that we have gjournal in the tree add possibility to configurePawel Jakub Dawidek2006-11-016-15/+98
* Change spaces to tabs where needed.Pawel Jakub Dawidek2006-11-014-28/+28
* Skip disabled CPU, because after we sched_bind() to a disabled CPU,Pawel Jakub Dawidek2006-11-011-1/+16
* Forgot to remove this line.Pawel Jakub Dawidek2006-11-011-1/+0
* Add BIO_FLUSH support to GSHSEC class.Pawel Jakub Dawidek2006-11-011-0/+1
* Add BIO_FLUSH support to GPT class.Pawel Jakub Dawidek2006-11-011-0/+2
* Update the code to the current sync(2) version:Pawel Jakub Dawidek2006-11-011-4/+12
* Remove debugging code I accidentally committed.Pawel Jakub Dawidek2006-11-011-35/+0
* Add gjournal GEOM class (kernel side), which implements block levelPawel Jakub Dawidek2006-10-313-0/+3555
* Implement BIO_FLUSH handling by simply passing it down to the components.Pawel Jakub Dawidek2006-10-316-3/+174
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskPawel Jakub Dawidek2006-10-312-1/+22
* Add a new I/O request - BIO_FLUSH, which basically tells providers below toPawel Jakub Dawidek2006-10-312-1/+30
* Guard against invalid metadata.Pawel Jakub Dawidek2006-10-101-0/+6
* A GEOM cache can speed up read performance by sending fixed sizeRuslan Ermilov2006-10-062-0/+1183
* One more white space fix.Pawel Jakub Dawidek2006-09-301-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-305-7/+7
* Remove trailing spaces.Pawel Jakub Dawidek2006-09-301-16/+16
* Fix detecting of UFS1 label when mediasize%fragsize != 0.Pawel Jakub Dawidek2006-09-161-2/+2
* Add 'configure' subcommand which for now only allows setting and removingPawel Jakub Dawidek2006-09-162-3/+116
* Add __printflike() to gctl_error().Pawel Jakub Dawidek2006-09-161-1/+1
* Small fixes after adding __printflike() to gctl_error().Pawel Jakub Dawidek2006-09-161-4/+4
* Remove extra arguments.Pawel Jakub Dawidek2006-09-161-2/+1
* Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology ifPawel Jakub Dawidek2006-09-152-2/+215
* Fix synchronization in gmirror and graid3 which I broken. SynchronizationPawel Jakub Dawidek2006-09-132-6/+12
* Delay an orphan event if provider has still in-flight I/O requests.Pawel Jakub Dawidek2006-09-101-1/+4
* move created/detected/activated under debug level 1 to quiet the common case..John-Mark Gurney2006-09-092-10/+13
* Fix format character.Pawel Jakub Dawidek2006-09-081-1/+1
* Bump copyright year.Pawel Jakub Dawidek2006-09-082-2/+2
* Use __FBSDID in .c files.Pawel Jakub Dawidek2006-09-081-2/+3
* - Split failure probability configuration into read failure probability andPawel Jakub Dawidek2006-09-082-26/+74
* Fix problems with destroy and forcible destroy functionality:Pawel Jakub Dawidek2006-09-052-75/+47
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* Handle MSDOS file systems properly. Before the change file systemsPawel Jakub Dawidek2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.Pawel Jakub Dawidek2006-08-121-0/+24
* Before using byte offset for IV creation, covert it to little endian.Pawel Jakub Dawidek2006-08-112-11/+21
* Forgot to bump version number after G_ELI_FLAG_READONLY flag addition.Pawel Jakub Dawidek2006-08-111-3/+5
* Strengthen the check for a PMBR:Marcel Moolenaar2006-08-091-18/+35
* Allow geli to operate on read-only providers.Pawel Jakub Dawidek2006-08-093-24/+67
* Not only a request from us can be passed to g_{mirror,raid3}_worker()Pawel Jakub Dawidek2006-08-092-10/+23