summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Delay an orphan event if provider has still in-flight I/O requests.pjd2006-09-101-1/+4
* move created/detected/activated under debug level 1 to quiet the common case..jmg2006-09-092-10/+13
* Fix format character.pjd2006-09-081-1/+1
* Bump copyright year.pjd2006-09-082-2/+2
* Use __FBSDID in .c files.pjd2006-09-081-2/+3
* - Split failure probability configuration into read failure probability andpjd2006-09-082-26/+74
* Fix problems with destroy and forcible destroy functionality:pjd2006-09-052-75/+47
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Handle MSDOS file systems properly. Before the change file systemspjd2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.pjd2006-08-121-0/+24
* Before using byte offset for IV creation, covert it to little endian.pjd2006-08-112-11/+21
* Forgot to bump version number after G_ELI_FLAG_READONLY flag addition.pjd2006-08-111-3/+5
* Strengthen the check for a PMBR:marcel2006-08-091-18/+35
* Allow geli to operate on read-only providers.pjd2006-08-093-24/+67
* Not only a request from us can be passed to g_{mirror,raid3}_worker()pjd2006-08-092-10/+23
* Fix a phase-ordering bug: check the mediasize and sectorsize aftermarcel2006-08-081-20/+21
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-043-3/+3
* Don't use f-word in comments. We are gentlemans.pjd2006-08-012-2/+2
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Don't forget to initialize crp_olen field, which is used to calculatepjd2006-07-221-0/+1
* Always allow to specify components with /dev/ prefix.pjd2006-07-132-2/+8
* Only check if we're freeing a valid object if we hold the topology lock.pjd2006-07-121-4/+7
* Use proper defines instead of magic values.pjd2006-07-102-4/+4
* When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead ofpjd2006-07-091-43/+88
* Remove bogus assertion.pjd2006-07-071-1/+0
* Allow to close access even if device is already destroyed.pjd2006-07-032-6/+10
* Improve check for protective MBR. Instead of assiming that protectivesobomax2006-06-261-5/+24
* In g_dev_strategy(), when failing an IO request with EINVAL due tosimon2006-06-181-0/+1
* Allow to use the old -a option to specify an encryption algorithm to usepjd2006-06-061-13/+31
* - Unbreak the build when geli is compiled into the kernel (on as module),pjd2006-06-061-2/+2
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-056-275/+1101
* Make kern.geom.eli.overwrites sysctl a tunable as well.pjd2006-06-051-0/+1
* Add g_duplicate_bio() function which does the same thing what g_clone_bio()pjd2006-06-052-0/+26
* Fix unaligned memory accesses on Alpha and possible other platforms.marcel2006-06-041-3/+4
* Remove the trailing half of a sentence which was clearly supercededceri2006-05-241-2/+0
* Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() inpjd2006-05-041-6/+4
* We shouldn't lock the topology here - we will panic on assertion insidepjd2006-04-301-2/+0
* - Don't hold the device sx lock when going to sleep.pjd2006-04-281-6/+23
* - Remove dead code.pjd2006-04-282-17/+18
* Be sure to not destroy device twice. This is not possible in theory, butpjd2006-04-281-2/+13
* Be sure to not destroy device twice. This is not possible in theory, butpjd2006-04-281-2/+13
* geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flagpjd2006-04-202-3/+2
* Fix storing offset of already synchronized data. Offset in entire array waspjd2006-04-181-3/+5
* Correct debug: we are sending child bio here, not parent bio.pjd2006-04-151-2/+2
* Make CCD be able to read and write Linux software raids.cracauer2006-04-131-2/+24
* Pass BIO_GETATTR requests down.pjd2006-04-121-5/+14
* Introduce and use delayed-destruction functionality from a pre-sync hook,pjd2006-04-106-111/+174
* MFp4:marcel2006-04-101-20/+169
* Add g_wither_provider() to abstract the details of destroying amarcel2006-04-104-3/+15
* Change gctl_set_param() to return an error instead of setting anmarcel2006-04-074-17/+34
OpenPOWER on IntegriCloud