aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Remove bintime_cmp() function, unused since r200086.Alexander Motin2010-08-181-15/+0
* Check that gsp is not NULL before access. It can be NULLAndrey V. Elsukov2010-08-031-1/+1
* Check that table is not NULL before access, it can be NULLAndrey V. Elsukov2010-08-031-1/+1
* Forward ioctl requests to original geom.Andrey V. Elsukov2010-08-021-0/+19
* Release access for consumers that are opened, but will be destroyedAndrey V. Elsukov2010-08-021-0/+4
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-252-0/+16
* Prevent access after free to table entry in case whenAndrey V. Elsukov2010-07-231-8/+8
* Fixed cache size decoding read from a label.Ruslan Ermilov2010-07-141-1/+1
* Add NTFS partition type to GEOM_MBR.Rui Paulo2010-06-263-2/+14
* 'unit' can be negative, so use signed type for it.Pawel Jakub Dawidek2010-06-141-1/+1
* BIO_DELETE contains range we want to delete and doesn't provide any usefulPawel Jakub Dawidek2010-06-141-1/+1
* fix a few cases where a string is passed via format argument instead ofAndriy Gapon2010-06-111-1/+1
* Untangle g_print_bio(), silencing Coverity.Edward Tomasz Napierala2010-06-101-8/+7
* Try and narrow the gap in which you act on an event that has been canceled.Matt Jacob2010-06-081-0/+10
* Make sure not to pass NULL to g_orphan_provider().Edward Tomasz Napierala2010-06-051-1/+2
* Don't leak memory on destruction.Marius Strobl2010-06-022-0/+12
* g_label: fix possible NULL pointer dereferenceAndriy Gapon2010-05-311-4/+2
* Fix some whitespace nits.Marius Strobl2010-05-241-10/+11
* Teach gpart about bootcode on APM.Nathan Whitehorn2010-05-161-0/+26
* Yet another potential dereference of a dead provider.Matt Jacob2010-05-141-1/+1
* Make sure to check that the active provider pointer points to something beforeMatt Jacob2010-05-141-1/+1
* - Don't return EAGAIN from gv_unload(). It was used to work around theJaakko Heinonen2010-05-104-5/+20
* In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.Jaakko Heinonen2010-05-101-1/+1
* - Remove obsolete flags.Ulf Lilleengen2010-05-081-6/+0
* Fix deadlock between GEOM class unloading and withering. Withering can'tJaakko Heinonen2010-05-052-47/+54
* Re-calculate a geometry when reprobing as well.Marcel Moolenaar2010-04-251-0/+9
* Fix undo for schemes that have internal partitions. Internal partitionsMarcel Moolenaar2010-04-251-1/+14
* Implement the resize verb and add support for resizing partitionsMarcel Moolenaar2010-04-238-4/+222
* Fix ddb(4) "show geom addr" command when INVARIANTS is enabled. Don'tJaakko Heinonen2010-04-191-7/+13
* Use lower priority for GELI worker threads. This improves systemPawel Jakub Dawidek2010-04-151-3/+2
* g_io_check: respond to zero pp->mediasize with ENXIOAndriy Gapon2010-04-151-2/+2
* fix copyright format, as requested by Joel DahlLuigi Rizzo2010-04-134-4/+8
* make code compile with KTRLuigi Rizzo2010-04-131-11/+4
* Bring in geom_sched, support for scheduling disk I/O requestsLuigi Rizzo2010-04-126-0/+3330
* g_vfs_open: allow only one mount per device vnodeAndriy Gapon2010-04-031-1/+6
* bo_bsize: revert r205860 and take an alternative approch in getblkAndriy Gapon2010-04-021-1/+1
* g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZEAndriy Gapon2010-03-291-1/+1
* Change how multipath labels are created and managed. This makes it easierMatt Jacob2010-03-291-76/+38
* Do not fetch precise time of request start when stats collection disabled.Alexander Motin2010-03-241-1/+4
* Add 'rotate' and 'getactive' verbs to provide some control and informationMatt Jacob2010-03-211-0/+87
* Escape characters unsafe for XML output in GEOM class, instance andJaakko Heinonen2010-03-201-3/+25
* Simplify loops.Pawel Jakub Dawidek2010-03-181-20/+10
* - Set missing flag when initiating a plex rebuild with the rebuildparityUlf Lilleengen2010-03-081-0/+15
* Please welcome HAST - Highly Avalable Storage.Pawel Jakub Dawidek2010-02-182-74/+134
* - Style fixes.Pawel Jakub Dawidek2010-02-181-54/+32
* Correct comment.Pawel Jakub Dawidek2010-02-181-1/+1
* 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