| Commit message (Expand) | Author | Age | Files | Lines |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+9 |
| * | Format the cdevsw like all other drivers do it for improved grepability. | Poul-Henning Kamp | 2003-03-02 | 1 | -4/+13 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-03-02 | 2 | -19/+1 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -2/+2 |
| * | NO_GEOM cleanup: unifdef -UNO_GEOM | Poul-Henning Kamp | 2003-02-22 | 2 | -29/+0 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -2/+2 |
| * | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
| * | Deregister the dev_clone event handler when unloading the module. Bad | Joerg Wunsch | 2003-02-11 | 1 | -1/+5 |
| * | Rename bio_linkage to the more obvious bio_parent. | Poul-Henning Kamp | 2003-02-07 | 1 | -0/+1 |
| * | Finally make vinum ready for the root filesystem in FreeBSD 5.x. (A | Joerg Wunsch | 2003-02-05 | 3 | -22/+90 |
| * | Put use of DIOCWLABEL under #ifdef NO_GEOM | Poul-Henning Kamp | 2003-01-26 | 2 | -1/+8 |
| * | Make the arguments to d_close() match the arguments to d_open(), since | Joerg Wunsch | 2003-01-22 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
| * | Make vinum disk-related devices readable by group "operator" to match | Joerg Wunsch | 2003-01-16 | 1 | -6/+6 |
| * | Remove unused second argument from DEV_STRATEGY(). | Poul-Henning Kamp | 2003-01-03 | 4 | -7/+7 |
| * | Back out revision 1.38. disklabel now understands vinum volumes again. | Greg Lehey | 2002-12-18 | 1 | -5/+1 |
| * | Create raw plexes and subdisks, not the old volume-related ones. This | Greg Lehey | 2002-12-13 | 1 | -2/+2 |
| * | revive_block: If we have an I/O error, don't forget to drop the stripe lock. | Greg Lehey | 2002-12-12 | 1 | -2/+4 |
| * | Implement DIOCGDINFO for volumes. newfs will no longer build a file | Greg Lehey | 2002-12-02 | 1 | -0/+4 |
| * | Don't blindly call make_dev when configuring an object: the device | Greg Lehey | 2002-12-02 | 1 | -23/+24 |
| * | Explicitly cast daddr_t's to long long's when printing them since daddr_t | John Baldwin | 2002-11-07 | 4 | -13/+13 |
| * | Get Vinum up and running with GEOM: | Robert Watson | 2002-10-05 | 1 | -86/+21 |
| * | Refinement on previous fix for mutex destruction: make sure we don't | Robert Watson | 2002-10-05 | 1 | -4/+3 |
| * | Remove a panic on vinum module unload: make sure to destroy all mutexes | Robert Watson | 2002-10-05 | 1 | -1/+4 |
| * | Reduce <sys/disklabel.h> poisoning a bit. | Poul-Henning Kamp | 2002-09-20 | 2 | -1/+1 |
| * | Retire now unused DIOCGDVIRGIN kludge. | Poul-Henning Kamp | 2002-09-20 | 1 | -3/+0 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-21 | 2 | -2/+2 |
| * | Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and rename | Joerg Wunsch | 2002-08-14 | 1 | -1/+9 |
| * | "Fixed" printf format errors (64-bit daddr_t casualties; should use %jx | Bruce Evans | 2002-05-25 | 1 | -4/+4 |
| * | Fix new compiler unhappiness. | Peter Wemm | 2002-05-24 | 4 | -1/+4 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 3 | -4/+4 |
| * | Retire the bogus uses of the disklabel field d_sbsize and begin to | Poul-Henning Kamp | 2002-05-12 | 2 | -2/+1 |
| * | vinum_open: recognize twed device. | Greg Lehey | 2002-04-26 | 1 | -1/+4 |
| * | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | Poul-Henning Kamp | 2002-04-08 | 1 | -0/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Retire the bogus ioctl DIOCGPART in toto. | Poul-Henning Kamp | 2002-04-02 | 2 | -12/+0 |
| * | Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE and | Poul-Henning Kamp | 2002-04-02 | 2 | -7/+19 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Remove bogus vinumdump(), if you can't dump, say so with nodump(). | Poul-Henning Kamp | 2002-03-29 | 2 | -9/+1 |
| * | Remove unused include. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 4 | -12/+12 |
| * | GC: BIO_ORDERED going away. | Poul-Henning Kamp | 2002-02-22 | 2 | -2/+2 |
| * | Grr. The last commit contained update conflicts. It just goes to | Greg Lehey | 2002-01-29 | 1 | -5/+0 |
| * | Forced commit. The previous commit log was garbled and didn't even | Greg Lehey | 2002-01-29 | 1 | -0/+5 |
| * | vinumioctl: Fix a double fault caused by calling setjmp() without holding the... | Greg Lehey | 2002-01-27 | 2 | -3/+2 |
| * | Don't call cdevsw_{add,remove}(). | Poul-Henning Kamp | 2001-11-04 | 1 | -3/+0 |
| * | allocrqg: Don't ever try to write to a NULL pointer. | Greg Lehey | 2001-11-03 | 1 | -1/+1 |
| * | attachobject: Return correct status after successfully attaching a | Greg Lehey | 2001-10-13 | 1 | -0/+1 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |