aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
Commit message (Expand)AuthorAgeFilesLines
* 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
* vinum_open: recognize twed device.Greg Lehey2002-04-261-1/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-022-12/+0
* Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE andPoul-Henning Kamp2002-04-022-7/+19
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove bogus vinumdump(), if you can't dump, say so with nodump().Poul-Henning Kamp2002-03-292-9/+1
* Remove unused include.Jeff Roberson2002-03-201-1/+0
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-154-12/+12
* GC: BIO_ORDERED going away.Poul-Henning Kamp2002-02-222-2/+2
* Grr. The last commit contained update conflicts. It just goes toGreg Lehey2002-01-291-5/+0
* Forced commit. The previous commit log was garbled and didn't evenGreg Lehey2002-01-291-0/+5
* vinumioctl: Fix a double fault caused by calling setjmp() without holding the...Greg Lehey2002-01-272-3/+2
* Don't call cdevsw_{add,remove}().Poul-Henning Kamp2001-11-041-3/+0
* allocrqg: Don't ever try to write to a NULL pointer.Greg Lehey2001-11-031-1/+1
* attachobject: Return correct status after successfully attaching aGreg Lehey2001-10-131-0/+1
* Add missing includes of sys/lock.h.John Baldwin2001-10-111-0/+1
* KSE Milestone 2Julian Elischer2001-09-125-16/+16
* Remove an accidentally forgotten #ifdef. This could cause depletionGreg Lehey2001-09-041-2/+0
* open_device: Recognize ar device.Greg Lehey2001-08-011-0/+2
* The kernel *does* now define setjmp/longjmp. Dont duplicate it here.Peter Wemm2001-07-272-4/+0
* Fix warnings:Peter Wemm2001-06-151-1/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.Greg Lehey2001-05-238-31/+27
* Move objflags from vinumvar.h to vinumobj.h in preparation forGreg Lehey2001-05-231-45/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forGreg Lehey2001-05-231-2/+37
* Move external declaration to vinumhdr.h.Greg Lehey2001-05-231-1/+2
* Set flag VF_HASDEBUG in vinum_conf to indicate that the module wasGreg Lehey2001-05-231-10/+6
* New header file.Greg Lehey2001-05-221-0/+54
* Remove Malloc definitions (now in vinumext.h)Greg Lehey2001-05-221-21/+2
* Add a field 'version' to vinum_conf. This field is a constant whichGreg Lehey2001-05-221-191/+30
* vinumstart: If a write request is for a RAID-[45] plex or a volumeGreg Lehey2001-05-221-13/+23
* tokenize: Take third parameter specifying the maximum number ofGreg Lehey2001-05-221-6/+8
* Cosmetics: wrap long lines to be < 80 characters.Greg Lehey2001-05-221-2/+4
* Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.Greg Lehey2001-05-221-12/+25
* Change ioctls to use the expurgated userland version of the VinumGreg Lehey2001-05-223-20/+22
* format_config: Replace long format lines.Greg Lehey2001-05-221-18/+28
* complete_rqe:Greg Lehey2001-05-221-7/+41
* Remove unnecessary declarations of userland functions.Greg Lehey2001-05-221-13/+25
* config_sd: Add code to recognize "retryerrors" keyword.Greg Lehey2001-05-221-29/+48
* free_vinum: Change some explicit struct member references to the SD,Greg Lehey2001-05-221-13/+23
* Add xferinfo flag bit for copied buffers.Greg Lehey2001-05-221-2/+16
* New file containing definitions for separate views of objects forGreg Lehey2001-05-221-0/+275
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-262-4/+1
* devfs convertion used VINUMRMINOR incorrectly (passing args inAlfred Perlstein2001-03-221-3/+3