aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
...
* Log attach just like we log detach.Pawel Jakub Dawidek2010-02-181-0/+1
* - Give geom_redboot taste of flash/spi. Now there is another providerOleksandr Tymoshenko2010-02-031-1/+2
* Prevent NULL deference by checking return value ofXin LI2010-02-021-0/+9
* Export the UUID of the partition in the XML. The partition UUID is usedMarcel Moolenaar2010-01-301-0/+3
* Go through with write_metadata() non-error-handling and make it return "void".Ivan Voras2010-01-251-6/+16
* Remove unneeded variables.Edward Tomasz Napierala2010-01-252-4/+0
* Remove pointless assignment.Edward Tomasz Napierala2010-01-251-1/+0
* Remove some pointless variable assignments.Edward Tomasz Napierala2010-01-252-4/+1
* Remove unused variable.Edward Tomasz Napierala2010-01-251-2/+0
* Expose stripe offset and stripe size through libgeom and geom(8) userlandXin LI2010-01-171-0/+4
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-162-0/+717
* Change the way in which zero stripesize is handled. Instead of reportingAlexander Motin2010-01-063-13/+10
* Move wakeup() out of mutex to reduce contention.Alexander Motin2010-01-051-3/+3
* Move wakeup() out of mutex to reduce contention.Alexander Motin2010-01-051-4/+4
* Slightly optimize XOR calculation.Alexander Motin2010-01-051-24/+31
* Properly return the UUID represented by the alias.Marcel Moolenaar2010-01-021-1/+1
* Call wakeup() only for the first request on the queue.Alexander Motin2009-12-301-2/+8
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Add BIO_DELETE support to ada(4):Alexander Motin2009-12-281-2/+2
* Make geom_concat to passthrough stripe parameters of the first component,Alexander Motin2009-12-241-5/+8
* As soon as geom_raid3 reports it's own stripe as sector size, report largestAlexander Motin2009-12-241-0/+14
* As soon as mirror has no own stripes, report largest stripe of unrerlyingAlexander Motin2009-12-241-0/+9
* Add two disk ioctls, giving user-level tools information about disk/arrayAlexander Motin2009-12-241-1/+6
* Make geom_stripe report it's stripe size to upper layers.Alexander Motin2009-12-241-0/+2
* Make graid3 fallback to malloc() when component request size is biggerAlexander Motin2009-12-212-9/+15
* Add Microsoft and NetBSD partition types handling.Rui Paulo2009-12-143-0/+41
* Simplify partition type parsing by using a data-oriented model.Rui Paulo2009-12-143-63/+68
* Change 'load' balancing mode algorithm:Alexander Motin2009-12-032-30/+26
* Provide a set of sysctls and tunables to disable device node creationEdward Tomasz Napierala2009-11-289-29/+68
* Add a missing check for Apple HFS partitions.Rui Paulo2009-11-121-0/+2
* We need to allocate space for the header in the create path also.Robert Noland2009-11-121-0/+3
* Fix handling of GPT headers when size is > 92 bytes.Robert Noland2009-11-071-68/+93
* Set the active flag in the PMBR when we install bootcode on a GPTRobert Noland2009-10-141-0/+3
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-096-0/+25
* - Improve error message consistency and wording.Ulf Lilleengen2009-10-056-21/+21
* The first 96 bytes may not be zeroes. It can contain trivial bootMarcel Moolenaar2009-09-281-5/+5
* Don't create more partitions than can fit in the table by checkingMarcel Moolenaar2009-09-241-0/+4
* Remove unused variable.Edward Tomasz Napierala2009-09-081-2/+0
* Do not check proper request alignment here in geom_dev in production.Alexander Motin2009-09-081-2/+2
* MFp4:Alexander Motin2009-09-061-2/+2
* Add support for changing providers priority.Pawel Jakub Dawidek2009-09-061-9/+62
* Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYSAlexander Motin2009-09-041-7/+6
* Simplify g_disk_ident_adjust() function and allow any printable characterPawel Jakub Dawidek2009-09-041-28/+15
* There's no need for checking result of M_WAITOK allocation.Pawel Jakub Dawidek2009-08-271-4/+0
* Fix an obvious topology lock leak.Pawel Jakub Dawidek2009-08-271-0/+1
* The start of the EFI GPT partition in the PMBR can always be representedMarcel Moolenaar2009-08-171-3/+3
* - Fix the issue with read access count modification on RAID-5 plexes properly.Ulf Lilleengen2009-07-181-4/+6
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cMarcel Moolenaar2009-07-083-49/+0
* Fix a panic which (reportedly) can happen when unmounting a filesystemEdward Tomasz Napierala2009-07-012-1/+3
* Make gjournal work with kernel compiled with "options DIAGNOSTIC".Edward Tomasz Napierala2009-06-303-8/+17