summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Change 'load' balancing mode algorithm:mav2009-12-032-30/+26
* Provide a set of sysctls and tunables to disable device node creationtrasz2009-11-289-29/+68
* Add a missing check for Apple HFS partitions.rpaulo2009-11-121-0/+2
* We need to allocate space for the header in the create path also.rnoland2009-11-121-0/+3
* Fix handling of GPT headers when size is > 92 bytes.rnoland2009-11-071-68/+93
* Set the active flag in the PMBR when we install bootcode on a GPTrnoland2009-10-141-0/+3
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-096-0/+25
* - Improve error message consistency and wording.lulf2009-10-056-21/+21
* The first 96 bytes may not be zeroes. It can contain trivial bootmarcel2009-09-281-5/+5
* Don't create more partitions than can fit in the table by checkingmarcel2009-09-241-0/+4
* Remove unused variable.trasz2009-09-081-2/+0
* Do not check proper request alignment here in geom_dev in production.mav2009-09-081-2/+2
* MFp4:mav2009-09-061-2/+2
* Add support for changing providers priority.pjd2009-09-061-9/+62
* Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYSmav2009-09-041-7/+6
* Simplify g_disk_ident_adjust() function and allow any printable characterpjd2009-09-041-28/+15
* There's no need for checking result of M_WAITOK allocation.pjd2009-08-271-4/+0
* Fix an obvious topology lock leak.pjd2009-08-271-0/+1
* The start of the EFI GPT partition in the PMBR can always be representedmarcel2009-08-171-3/+3
* - Fix the issue with read access count modification on RAID-5 plexes properly.lulf2009-07-181-4/+6
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-083-49/+0
* Fix a panic which (reportedly) can happen when unmounting a filesystemtrasz2009-07-012-1/+3
* Make gjournal work with kernel compiled with "options DIAGNOSTIC".trasz2009-06-303-8/+17
* - Apply the same naming rules of LVM names as done in the LVM code itself.lulf2009-06-241-16/+27
* Do not stop the loop when an empty or deleted directory entry is found.jhay2009-06-241-1/+3
* Fix tabs, slightly improve comments.ivoras2009-06-181-9/+9
* Add support for labels derived from GPT metadata.ivoras2009-06-133-0/+168
* As discussed in the devsummit, introduce two fields in theluigi2009-06-112-0/+88
* Simplify.pjd2009-06-051-4/+2
* Crank the debug level necessary to display the "Label foo is removed"dougb2009-05-301-4/+4
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-5/+2
* - Unbreak 64 bit platforms by casting off_t to intmax.lulf2009-05-261-3/+3
* - Fix wrong print on BIO_DONE.lulf2009-05-261-46/+46
* - Add 'show bio' DDB command.lulf2009-05-261-0/+70
* Check return value of gctl_get_asciiparam().trasz2009-05-121-0/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-1/+1
* - Split up the BIO queue into a queue for new and one for completed requests.lulf2009-05-065-86/+98
* - Fix a case where a RAID5 volume would think that it is supposed to grow a newlulf2009-05-061-2/+1
* - Check if any plexes are doing internal maintenance before removing them.lulf2009-05-061-0/+7
* - Add forgotten KASSERT.lulf2009-05-061-0/+1
* - Fix a bug where the bio_data field of the wrong BIO is freed if an errorlulf2009-05-061-1/+1
* - GV_BIO_RETRY is not used, and it is actually impossible with more than 8lulf2009-05-061-1/+0
* - Split the queue mutex into one for the event queue and one for the BIO queue,lulf2009-05-065-39/+60
* - Make the gvinum softc invisible to userland, as it is not needed.lulf2009-05-041-5/+1
* - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,lulf2009-04-182-4/+2
* Precision '*' expects an int and strlen() returns a size_t.marcel2009-04-161-1/+1
* Add a compat option to the EBR scheme that controls themarcel2009-04-153-44/+65
* - Move out allocation part of different gvinum objects into its own routine andlulf2009-04-102-28/+76
* Revert r190676,190677thompsa2009-04-108-15/+4
* Don't use hexadecimal in the EBR partition names, because 'a'..'f'marcel2009-04-081-1/+1
OpenPOWER on IntegriCloud