summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Deregister the dev_clone event handler when unloading the module. Badjoerg2003-02-111-1/+5
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-071-0/+1
* Finally make vinum ready for the root filesystem in FreeBSD 5.x. (Ajoerg2003-02-053-22/+90
* Put use of DIOCWLABEL under #ifdef NO_GEOMphk2003-01-262-1/+8
* Make the arguments to d_close() match the arguments to d_open(), sincejoerg2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Make vinum disk-related devices readable by group "operator" to matchjoerg2003-01-161-6/+6
* Remove unused second argument from DEV_STRATEGY().phk2003-01-034-7/+7
* Back out revision 1.38. disklabel now understands vinum volumes again.grog2002-12-181-5/+1
* Create raw plexes and subdisks, not the old volume-related ones. Thisgrog2002-12-131-2/+2
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.grog2002-12-121-2/+4
* Implement DIOCGDINFO for volumes. newfs will no longer build a filegrog2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the devicegrog2002-12-021-23/+24
* Explicitly cast daddr_t's to long long's when printing them since daddr_tjhb2002-11-074-13/+13
* Get Vinum up and running with GEOM:rwatson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'trwatson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesrwatson2002-10-051-1/+4
* Reduce <sys/disklabel.h> poisoning a bit.phk2002-09-202-1/+1
* Retire now unused DIOCGDVIRGIN kludge.phk2002-09-201-3/+0
* Don't use "NULL" when "0" is really meant.archie2002-08-212-2/+2
* Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and renamejoerg2002-08-141-1/+9
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxbde2002-05-251-4/+4
* Fix new compiler unhappiness.peter2002-05-244-1/+4
* More s/file system/filesystem/gtrhodes2002-05-163-4/+4
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-122-2/+1
* vinum_open: recognize twed device.grog2002-04-261-1/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-022-12/+0
* Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE andphk2002-04-022-7/+19
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove bogus vinumdump(), if you can't dump, say so with nodump().phk2002-03-292-9/+1
* Remove unused include.jeff2002-03-201-1/+0
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-154-12/+12
* GC: BIO_ORDERED going away.phk2002-02-222-2/+2
* Grr. The last commit contained update conflicts. It just goes togrog2002-01-291-5/+0
* Forced commit. The previous commit log was garbled and didn't evengrog2002-01-291-0/+5
* vinumioctl: Fix a double fault caused by calling setjmp() without holding the...grog2002-01-272-3/+2
* Don't call cdevsw_{add,remove}().phk2001-11-041-3/+0
* allocrqg: Don't ever try to write to a NULL pointer.grog2001-11-031-1/+1
* attachobject: Return correct status after successfully attaching agrog2001-10-131-0/+1
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* KSE Milestone 2julian2001-09-125-16/+16
* Remove an accidentally forgotten #ifdef. This could cause depletiongrog2001-09-041-2/+0
* open_device: Recognize ar device.grog2001-08-011-0/+2
* The kernel *does* now define setjmp/longjmp. Dont duplicate it here.peter2001-07-272-4/+0
* Fix warnings:peter2001-06-151-1/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-238-31/+27
* Move objflags from vinumvar.h to vinumobj.h in preparation forgrog2001-05-231-45/+1
OpenPOWER on IntegriCloud