| Commit message (Expand) | Author | Age | Files | Lines |
| * | make_dev(9) can be (and is) called without Giant, so there is no need to | Kris Kennaway | 2007-03-26 | 1 | -8/+0 |
| * | Add missing \n. | Pawel Jakub Dawidek | 2007-03-22 | 1 | -2/+2 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 2 | -3/+5 |
| * | Warn when user use sectorsize bigger than the page size, which will lead | Pawel Jakub Dawidek | 2007-03-05 | 1 | -0/+4 |
| * | Fix geli after last commit for UP systems that are running SMP kernel. | Pawel Jakub Dawidek | 2007-03-02 | 1 | -1/+2 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 2 | -4/+4 |
| * | First cut at GEOM based multipath. This is an active/passive{/passive...} | Matt Jacob | 2007-02-27 | 2 | -0/+867 |
| * | Use tsleep() rather than msleep() with a NULL mtx parameter. | John Baldwin | 2007-02-23 | 2 | -2/+2 |
| * | Reduce the noise when plugging in (USB) mass storage devices, like a 4 port | Nick Hibma | 2007-02-21 | 1 | -1/+1 |
| * | #include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build. | Craig Rodrigues | 2007-02-08 | 1 | -0/+1 |
| * | Evolve the ctlreq interface added to geom_gpt into a generic | Marcel Moolenaar | 2007-02-07 | 7 | -1619/+2782 |
| * | We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but for | Pawel Jakub Dawidek | 2007-01-28 | 1 | -2/+7 |
| * | It is possible that GEOM taste provider before SMP is started. | Pawel Jakub Dawidek | 2007-01-28 | 1 | -0/+7 |
| * | Cylinder group bitmaps and blocks containing inode for a snapshot | Konstantin Belousov | 2007-01-23 | 1 | -0/+1 |
| * | Softc may be NULL in g_journal_orphan(), so don't be surprised. | Pawel Jakub Dawidek | 2006-12-02 | 1 | -3/+4 |
| * | Fix ia64 build breakage. | Pawel Jakub Dawidek | 2006-11-02 | 1 | -0/+2 |
| * | - Use g_duplicate_bio() instead of g_clone_bio(), so there memory is | Pawel Jakub Dawidek | 2006-11-02 | 1 | -5/+3 |
| * | I want CPU number here. | Pawel Jakub Dawidek | 2006-11-02 | 1 | -1/+1 |
| * | Grr, fix one more build breakage. | Pawel Jakub Dawidek | 2006-11-02 | 1 | -0/+1 |
| * | Now, that we have gjournal in the tree add possibility to configure | Pawel Jakub Dawidek | 2006-11-01 | 6 | -15/+98 |
| * | Change spaces to tabs where needed. | Pawel Jakub Dawidek | 2006-11-01 | 4 | -28/+28 |
| * | Skip disabled CPU, because after we sched_bind() to a disabled CPU, | Pawel Jakub Dawidek | 2006-11-01 | 1 | -1/+16 |
| * | Forgot to remove this line. | Pawel Jakub Dawidek | 2006-11-01 | 1 | -1/+0 |
| * | Add BIO_FLUSH support to GSHSEC class. | Pawel Jakub Dawidek | 2006-11-01 | 1 | -0/+1 |
| * | Add BIO_FLUSH support to GPT class. | Pawel Jakub Dawidek | 2006-11-01 | 1 | -0/+2 |
| * | Update the code to the current sync(2) version: | Pawel Jakub Dawidek | 2006-11-01 | 1 | -4/+12 |
| * | Remove debugging code I accidentally committed. | Pawel Jakub Dawidek | 2006-11-01 | 1 | -35/+0 |
| * | Add gjournal GEOM class (kernel side), which implements block level | Pawel Jakub Dawidek | 2006-10-31 | 3 | -0/+3555 |
| * | Implement BIO_FLUSH handling by simply passing it down to the components. | Pawel Jakub Dawidek | 2006-10-31 | 6 | -3/+174 |
| * | Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk | Pawel Jakub Dawidek | 2006-10-31 | 2 | -1/+22 |
| * | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | Pawel Jakub Dawidek | 2006-10-31 | 2 | -1/+30 |
| * | Guard against invalid metadata. | Pawel Jakub Dawidek | 2006-10-10 | 1 | -0/+6 |
| * | A GEOM cache can speed up read performance by sending fixed size | Ruslan Ermilov | 2006-10-06 | 2 | -0/+1183 |
| * | One more white space fix. | Pawel Jakub Dawidek | 2006-09-30 | 1 | -1/+1 |
| * | Remove trailing spaces. | Pawel Jakub Dawidek | 2006-09-30 | 5 | -7/+7 |
| * | Remove trailing spaces. | Pawel Jakub Dawidek | 2006-09-30 | 1 | -16/+16 |
| * | Fix detecting of UFS1 label when mediasize%fragsize != 0. | Pawel Jakub Dawidek | 2006-09-16 | 1 | -2/+2 |
| * | Add 'configure' subcommand which for now only allows setting and removing | Pawel Jakub Dawidek | 2006-09-16 | 2 | -3/+116 |
| * | Add __printflike() to gctl_error(). | Pawel Jakub Dawidek | 2006-09-16 | 1 | -1/+1 |
| * | Small fixes after adding __printflike() to gctl_error(). | Pawel Jakub Dawidek | 2006-09-16 | 1 | -4/+4 |
| * | Remove extra arguments. | Pawel Jakub Dawidek | 2006-09-16 | 1 | -2/+1 |
| * | Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if | Pawel Jakub Dawidek | 2006-09-15 | 2 | -2/+215 |
| * | Fix synchronization in gmirror and graid3 which I broken. Synchronization | Pawel Jakub Dawidek | 2006-09-13 | 2 | -6/+12 |
| * | Delay an orphan event if provider has still in-flight I/O requests. | Pawel Jakub Dawidek | 2006-09-10 | 1 | -1/+4 |
| * | move created/detected/activated under debug level 1 to quiet the common case.. | John-Mark Gurney | 2006-09-09 | 2 | -10/+13 |
| * | Fix format character. | Pawel Jakub Dawidek | 2006-09-08 | 1 | -1/+1 |
| * | Bump copyright year. | Pawel Jakub Dawidek | 2006-09-08 | 2 | -2/+2 |
| * | Use __FBSDID in .c files. | Pawel Jakub Dawidek | 2006-09-08 | 1 | -2/+3 |
| * | - Split failure probability configuration into read failure probability and | Pawel Jakub Dawidek | 2006-09-08 | 2 | -26/+74 |
| * | Fix problems with destroy and forcible destroy functionality: | Pawel Jakub Dawidek | 2006-09-05 | 2 | -75/+47 |