summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Change message when setting or unsetting attribute less confusing.pjd2010-09-151-2/+3
* Make the message that informs about bootcode being written to disk lesspjd2010-09-151-2/+2
* - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.pjd2010-09-141-55/+118
* Simplify the code a bit.pjd2010-09-141-12/+8
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-8/+4
* - Allow to specify value as const pointers.pjd2010-09-132-3/+3
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-022-10/+28
* Correct offset conversion to little endian. It was implemented in version 2,pjd2010-08-282-7/+9
* Remove bintime_cmp() function, unused since r200086.mav2010-08-181-15/+0
* 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
OpenPOWER on IntegriCloud