| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gjournal GEOM class (kernel side), which implements block level | pjd | 2006-10-31 | 3 | -0/+3555 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 6 | -3/+174 |
* | Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk | pjd | 2006-10-31 | 2 | -1/+22 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 2 | -1/+30 |
* | Guard against invalid metadata. | pjd | 2006-10-10 | 1 | -0/+6 |
* | A GEOM cache can speed up read performance by sending fixed size | ru | 2006-10-06 | 2 | -0/+1183 |
* | One more white space fix. | pjd | 2006-09-30 | 1 | -1/+1 |
* | Remove trailing spaces. | pjd | 2006-09-30 | 5 | -7/+7 |
* | Remove trailing spaces. | pjd | 2006-09-30 | 1 | -16/+16 |
* | Fix detecting of UFS1 label when mediasize%fragsize != 0. | pjd | 2006-09-16 | 1 | -2/+2 |
* | Add 'configure' subcommand which for now only allows setting and removing | pjd | 2006-09-16 | 2 | -3/+116 |
* | Add __printflike() to gctl_error(). | pjd | 2006-09-16 | 1 | -1/+1 |
* | Small fixes after adding __printflike() to gctl_error(). | pjd | 2006-09-16 | 1 | -4/+4 |
* | Remove extra arguments. | pjd | 2006-09-16 | 1 | -2/+1 |
* | Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if | pjd | 2006-09-15 | 2 | -2/+215 |
* | Fix synchronization in gmirror and graid3 which I broken. Synchronization | pjd | 2006-09-13 | 2 | -6/+12 |
* | Delay an orphan event if provider has still in-flight I/O requests. | pjd | 2006-09-10 | 1 | -1/+4 |
* | move created/detected/activated under debug level 1 to quiet the common case.. | jmg | 2006-09-09 | 2 | -10/+13 |
* | Fix format character. | pjd | 2006-09-08 | 1 | -1/+1 |
* | Bump copyright year. | pjd | 2006-09-08 | 2 | -2/+2 |
* | Use __FBSDID in .c files. | pjd | 2006-09-08 | 1 | -2/+3 |
* | - Split failure probability configuration into read failure probability and | pjd | 2006-09-08 | 2 | -26/+74 |
* | Fix problems with destroy and forcible destroy functionality: | pjd | 2006-09-05 | 2 | -75/+47 |
* | while (0); -> while (0) in multi-line macros | imp | 2006-08-17 | 1 | -1/+1 |
* | Handle MSDOS file systems properly. Before the change file systems | pjd | 2006-08-12 | 2 | -34/+295 |
* | Verify if a label doesn't point to the parent directory. | pjd | 2006-08-12 | 1 | -0/+24 |
* | Before using byte offset for IV creation, covert it to little endian. | pjd | 2006-08-11 | 2 | -11/+21 |
* | Forgot to bump version number after G_ELI_FLAG_READONLY flag addition. | pjd | 2006-08-11 | 1 | -3/+5 |
* | Strengthen the check for a PMBR: | marcel | 2006-08-09 | 1 | -18/+35 |
* | Allow geli to operate on read-only providers. | pjd | 2006-08-09 | 3 | -24/+67 |
* | Not only a request from us can be passed to g_{mirror,raid3}_worker() | pjd | 2006-08-09 | 2 | -10/+23 |
* | Fix a phase-ordering bug: check the mediasize and sectorsize after | marcel | 2006-08-08 | 1 | -20/+21 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 3 | -3/+3 |
* | Don't use f-word in comments. We are gentlemans. | pjd | 2006-08-01 | 2 | -2/+2 |
* | Fix what looks like a typo: MODULE_DEPEND() takes module names, | yar | 2006-07-27 | 1 | -1/+1 |
* | Don't forget to initialize crp_olen field, which is used to calculate | pjd | 2006-07-22 | 1 | -0/+1 |
* | Always allow to specify components with /dev/ prefix. | pjd | 2006-07-13 | 2 | -2/+8 |
* | Only check if we're freeing a valid object if we hold the topology lock. | pjd | 2006-07-12 | 1 | -4/+7 |
* | Use proper defines instead of magic values. | pjd | 2006-07-10 | 2 | -4/+4 |
* | When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of | pjd | 2006-07-09 | 1 | -43/+88 |
* | Remove bogus assertion. | pjd | 2006-07-07 | 1 | -1/+0 |
* | Allow to close access even if device is already destroyed. | pjd | 2006-07-03 | 2 | -6/+10 |
* | Improve check for protective MBR. Instead of assiming that protective | sobomax | 2006-06-26 | 1 | -5/+24 |
* | In g_dev_strategy(), when failing an IO request with EINVAL due to | simon | 2006-06-18 | 1 | -0/+1 |
* | Allow to use the old -a option to specify an encryption algorithm to use | pjd | 2006-06-06 | 1 | -13/+31 |
* | - Unbreak the build when geli is compiled into the kernel (on as module), | pjd | 2006-06-06 | 1 | -2/+2 |
* | Implement data integrity verification (data authentication) for geli(8). | pjd | 2006-06-05 | 6 | -275/+1101 |
* | Make kern.geom.eli.overwrites sysctl a tunable as well. | pjd | 2006-06-05 | 1 | -0/+1 |
* | Add g_duplicate_bio() function which does the same thing what g_clone_bio() | pjd | 2006-06-05 | 2 | -0/+26 |
* | Fix unaligned memory accesses on Alpha and possible other platforms. | marcel | 2006-06-04 | 1 | -3/+4 |