summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Check that gsp is not NULL before access. It can be NULLae2010-08-031-1/+1
* Check that table is not NULL before access, it can be NULLae2010-08-031-1/+1
* Forward ioctl requests to original geom.ae2010-08-021-0/+19
* Release access for consumers that are opened, but will be destroyedae2010-08-021-0/+4
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-252-0/+16
* Prevent access after free to table entry in case whenae2010-07-231-8/+8
* Fixed cache size decoding read from a label.ru2010-07-141-1/+1
* Add NTFS partition type to GEOM_MBR.rpaulo2010-06-263-2/+14
* 'unit' can be negative, so use signed type for it.pjd2010-06-141-1/+1
* BIO_DELETE contains range we want to delete and doesn't provide any usefulpjd2010-06-141-1/+1
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-1/+1
* Untangle g_print_bio(), silencing Coverity.trasz2010-06-101-8/+7
* Try and narrow the gap in which you act on an event that has been canceled.mjacob2010-06-081-0/+10
* Make sure not to pass NULL to g_orphan_provider().trasz2010-06-051-1/+2
* Don't leak memory on destruction.marius2010-06-022-0/+12
* g_label: fix possible NULL pointer dereferenceavg2010-05-311-4/+2
* Fix some whitespace nits.marius2010-05-241-10/+11
* Teach gpart about bootcode on APM.nwhitehorn2010-05-161-0/+26
* Yet another potential dereference of a dead provider.mjacob2010-05-141-1/+1
* Make sure to check that the active provider pointer points to something beforemjacob2010-05-141-1/+1
* - Don't return EAGAIN from gv_unload(). It was used to work around thejh2010-05-104-5/+20
* In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.jh2010-05-101-1/+1
* - Remove obsolete flags.lulf2010-05-081-6/+0
* Fix deadlock between GEOM class unloading and withering. Withering can'tjh2010-05-052-47/+54
* Re-calculate a geometry when reprobing as well.marcel2010-04-251-0/+9
* Fix undo for schemes that have internal partitions. Internal partitionsmarcel2010-04-251-1/+14
* Implement the resize verb and add support for resizing partitionsmarcel2010-04-238-4/+222
* Fix ddb(4) "show geom addr" command when INVARIANTS is enabled. Don'tjh2010-04-191-7/+13
* Use lower priority for GELI worker threads. This improves systempjd2010-04-151-3/+2
* g_io_check: respond to zero pp->mediasize with ENXIOavg2010-04-151-2/+2
* fix copyright format, as requested by Joel Dahlluigi2010-04-134-4/+8
* make code compile with KTRluigi2010-04-131-11/+4
* Bring in geom_sched, support for scheduling disk I/O requestsluigi2010-04-126-0/+3330
* g_vfs_open: allow only one mount per device vnodeavg2010-04-031-1/+6
* bo_bsize: revert r205860 and take an alternative approch in getblkavg2010-04-021-1/+1
* g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZEavg2010-03-291-1/+1
* Change how multipath labels are created and managed. This makes it easiermjacob2010-03-291-76/+38
* Do not fetch precise time of request start when stats collection disabled.mav2010-03-241-1/+4
* Add 'rotate' and 'getactive' verbs to provide some control and informationmjacob2010-03-211-0/+87
* Escape characters unsafe for XML output in GEOM class, instance andjh2010-03-201-3/+25
* Simplify loops.pjd2010-03-181-20/+10
* - Set missing flag when initiating a plex rebuild with the rebuildparitylulf2010-03-081-0/+15
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-182-74/+134
* - Style fixes.pjd2010-02-181-54/+32
* Correct comment.pjd2010-02-181-1/+1
* Log attach just like we log detach.pjd2010-02-181-0/+1
* - Give geom_redboot taste of flash/spi. Now there is another providergonzo2010-02-031-1/+2
* Prevent NULL deference by checking return value ofdelphij2010-02-021-0/+9
* Export the UUID of the partition in the XML. The partition UUID is usedmarcel2010-01-301-0/+3
* Go through with write_metadata() non-error-handling and make it return "void".ivoras2010-01-251-6/+16
OpenPOWER on IntegriCloud