aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_ccd.c
Commit message (Expand)AuthorAgeFilesLines
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Use snprintf instead of sprintf.Xin LI2020-07-261-2/+2
* Fix indent for if clause.Xin LI2020-07-201-1/+1
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* geom_ccd.c: Fix the licenses properlyPedro F. Giffuni2017-12-301-19/+51
* geom_ccd.c: Update the license with changes from upstream.Pedro F. Giffuni2017-12-301-6/+2
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* - Fix a potential NULL pointer reference. Note that this should not happen inUlf Lilleengen2008-11-251-1/+17
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-2/+2
* Make CCD be able to read and write Linux software raids.Martin Cracauer2006-04-131-2/+24
* Change gctl_set_param() to return an error instead of setting anMarcel Moolenaar2006-04-071-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-3/+3
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-2/+2
* don't call sbuf_clear() right after sbuf_new(), it is not necessary.Poul-Henning Kamp2004-02-101-2/+0
* Make sure to return errors if we have any.Poul-Henning Kamp2003-11-121-1/+1
* Close the right consumers if we run into trouble opening them all.Poul-Henning Kamp2003-10-241-1/+1
* Change the the size fields to daddr_t to support greater than 2TB ccd volumes.Paul Saab2003-08-221-5/+5
* Make CCD unloadable.Poul-Henning Kamp2003-08-221-8/+11
* Block all GETATTR calls hitting the CCD, we wouldn't know which childPoul-Henning Kamp2003-08-221-0/+10
* Check for null softc pointers, these happens when a ccd is withering.Poul-Henning Kamp2003-08-221-2/+2
* Fix a memory leak in CCD's mirror code.Poul-Henning Kamp2003-07-291-0/+2
* Use __FBSDID().David E. O'Brien2003-06-111-4/+3
* Fix error handling for ENOMEM style issues.Poul-Henning Kamp2003-06-091-21/+9
* Polishing and nitpicking.Poul-Henning Kamp2003-06-071-16/+19
* Make this a true GEOM class:Poul-Henning Kamp2003-06-041-751/+294
* Further devilification of CCD:Poul-Henning Kamp2003-06-021-86/+87
* Begin deevilification of CCD:Poul-Henning Kamp2003-06-021-1/+56
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* More correct patch: Only call biofinish if we have not already sentPoul-Henning Kamp2003-04-141-1/+18
* Call biofinish() also when we get a malloc() failure.Poul-Henning Kamp2003-04-141-4/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-0/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-17/+1
* Initialize the second buffer for mirroring to point to itself and not itsPoul-Henning Kamp2003-03-041-0/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"Poul-Henning Kamp2003-02-211-5/+5
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-10/+11
* Announce our ability to do MAXPHYS transfers.Poul-Henning Kamp2003-02-111-0/+1
* Eliminate the sc_openmask, ccdopen() and ccdclose() functions, wePoul-Henning Kamp2003-02-011-46/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-10/+10
* Finally give CCD the disk mini-layer treatment:Poul-Henning Kamp2003-01-191-431/+143
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessPoul-Henning Kamp2003-01-191-145/+0
* Inline now trivial functions getccdbuf() and putccdbuf().Poul-Henning Kamp2003-01-181-53/+8
* Fix minor memory-leak.Poul-Henning Kamp2003-01-181-0/+1
* Use the M_CCD malloc bucket instead of M_DEVBUF.Poul-Henning Kamp2003-01-181-41/+25