aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* check_drive: If we find an existing drive which is "up" or "down",Greg Lehey2003-05-021-2/+4
* White space changes.Greg Lehey2003-05-021-11/+10
* Note when we issue a request to the disk driver, so that we canGreg Lehey2003-05-011-1/+2
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-110/+51
* For consistency's sake, on command failure, throw 1, not -1.Greg Lehey2003-05-011-39/+36
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-5/+5
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-31/+37
* Terminate a comment.Greg Lehey2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. InGreg Lehey2003-05-011-3/+1
* Use strrchr, not rindex. This is for compatibility with otherGreg Lehey2003-05-011-8/+8
* #ifdef VINUMDEBUG, not #if VINUMDEBUG.Greg Lehey2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. It's onlyGreg Lehey2003-05-011-3/+1
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-307/+311
* Use microtime, not getmicrotime, for timing debug entries.Greg Lehey2003-05-011-63/+49
* Remove "to do" comments.Greg Lehey2003-05-012-44/+46
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-130/+110
* Keep the proc locked while we set PS_INMEM so that either of the proc lockJohn Baldwin2003-04-221-1/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Format the cdevsw like all other drivers do it for improved grepability.Poul-Henning Kamp2003-03-021-4/+13
* NO_GEOM cleanup:Poul-Henning Kamp2003-03-022-19/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.Jeff Roberson2003-02-251-2/+2
* NO_GEOM cleanup: unifdef -UNO_GEOMPoul-Henning Kamp2003-02-222-29/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Deregister the dev_clone event handler when unloading the module. BadJoerg Wunsch2003-02-111-1/+5
* Rename bio_linkage to the more obvious bio_parent.Poul-Henning Kamp2003-02-071-0/+1
* Finally make vinum ready for the root filesystem in FreeBSD 5.x. (AJoerg Wunsch2003-02-053-22/+90
* Put use of DIOCWLABEL under #ifdef NO_GEOMPoul-Henning Kamp2003-01-262-1/+8
* Make the arguments to d_close() match the arguments to d_open(), sinceJoerg Wunsch2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-2/+2
* Make vinum disk-related devices readable by group "operator" to matchJoerg Wunsch2003-01-161-6/+6
* Remove unused second argument from DEV_STRATEGY().Poul-Henning Kamp2003-01-034-7/+7
* Back out revision 1.38. disklabel now understands vinum volumes again.Greg Lehey2002-12-181-5/+1
* Create raw plexes and subdisks, not the old volume-related ones. ThisGreg Lehey2002-12-131-2/+2
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.Greg Lehey2002-12-121-2/+4
* Implement DIOCGDINFO for volumes. newfs will no longer build a fileGreg Lehey2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the deviceGreg Lehey2002-12-021-23/+24
* Explicitly cast daddr_t's to long long's when printing them since daddr_tJohn Baldwin2002-11-074-13/+13
* Get Vinum up and running with GEOM:Robert Watson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'tRobert Watson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesRobert Watson2002-10-051-1/+4
* Reduce <sys/disklabel.h> poisoning a bit.Poul-Henning Kamp2002-09-202-1/+1
* Retire now unused DIOCGDVIRGIN kludge.Poul-Henning Kamp2002-09-201-3/+0
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-212-2/+2
* Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and renameJoerg Wunsch2002-08-141-1/+9
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxBruce Evans2002-05-251-4/+4
* Fix new compiler unhappiness.Peter Wemm2002-05-244-1/+4
* More s/file system/filesystem/gTom Rhodes2002-05-163-4/+4
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-122-2/+1