| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bug with preloaded image -- for some reason [that i don't | Luigi Rizzo | 2004-03-31 | 1 | -14/+3 |
| * | - Remove some unused #includes. | Alan Cox | 2004-03-19 | 1 | -69/+55 |
| * | Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeral | Alan Cox | 2004-03-18 | 1 | -9/+9 |
| * | Allow swap-backed devices to run without Giant. | Alan Cox | 2004-03-14 | 1 | -3/+1 |
| * | Fix a long-standing deadlock issue with vnode backed md(4) devices: | Poul-Henning Kamp | 2004-03-10 | 1 | -3/+5 |
| * | kthread_exit() no longer requires Giant, so don't force callers to acquire | John Baldwin | 2004-03-05 | 1 | -2/+2 |
| * | Make swapbacked md(4) devices respect the -x and -y emulation arguments. | Poul-Henning Kamp | 2004-03-02 | 1 | -0/+4 |
| * | Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors for | Colin Percival | 2004-02-29 | 1 | -19/+49 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Allow specification of a geometry for vnode backed devices as well as | Poul-Henning Kamp | 2004-01-12 | 1 | -0/+4 |
| * | Fix a locking problem with MD_ROOT_SIZE. | Poul-Henning Kamp | 2003-12-13 | 1 | -6/+3 |
| * | Use the class->init() to hitch up preload devices, rather than rely on | Poul-Henning Kamp | 2003-11-18 | 1 | -2/+6 |
| * | Don't initialize unused bio_blkno field. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
| * | The present defaults for the open and close for device drivers which | Poul-Henning Kamp | 2003-09-27 | 1 | -2/+0 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -4/+4 |
| * | Change the implementation of swap backing to use the VM system in normal | Poul-Henning Kamp | 2003-08-05 | 1 | -22/+58 |
| * | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | Poul-Henning Kamp | 2003-07-27 | 1 | -2/+2 |
| * | Remove 256 unit limit, there is no evil minor number encoding to | Poul-Henning Kamp | 2003-06-22 | 1 | -2/+0 |
| * | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+0 |
| * | The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent | Poul-Henning Kamp | 2003-05-31 | 1 | -3/+2 |
| * | Use vm_object_deallocate(), not vm_pager_deallocate(), to destroy a | Alan Cox | 2003-05-16 | 1 | -2/+2 |
| * | Call g_wither_geom(), instead of just setting the flag. | Poul-Henning Kamp | 2003-05-02 | 1 | -3/+13 |
| * | Add a couple of undocumented test options to MD(4) to aid in regression | Poul-Henning Kamp | 2003-04-09 | 1 | -22/+33 |
| * | Remove all references to BIO_SETATTR. We will not be using it. | Poul-Henning Kamp | 2003-04-03 | 1 | -1/+0 |
| * | Use bioq_flush() to drain a bio queue with a specific error code. | Poul-Henning Kamp | 2003-04-01 | 1 | -1/+1 |
| * | Don't include <sys/disk.h>. | Poul-Henning Kamp | 2003-04-01 | 1 | -2/+0 |
| * | remove a blank line. | Poul-Henning Kamp | 2003-03-29 | 1 | -1/+0 |
| * | Allocate the toplevel indir with M_WAITOK to avoid complicating things | Poul-Henning Kamp | 2003-03-27 | 1 | -2/+6 |
| * | Change g_class initialization to sparse format. | Poul-Henning Kamp | 2003-03-24 | 1 | -3/+1 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -14/+0 |
| * | Add a "-S sectorsize" option to enable Kirk to find a bug :-) | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+7 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -10/+5 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Mark our provider with G_PF_CANDELETE in the cases where this is actually | Poul-Henning Kamp | 2003-02-11 | 1 | -8/+14 |
| * | NO_GEOM cleanup: unifdef | Poul-Henning Kamp | 2003-01-30 | 1 | -111/+0 |
| * | Implement MDIOCLIST which returns the unit numbers of configured md(4) | Poul-Henning Kamp | 2003-01-27 | 1 | -0/+11 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | OK Ok, so I didn't check the NO_GEOM case for the final version... | Poul-Henning Kamp | 2003-01-13 | 1 | -3/+3 |
| * | Enable the new h0h0magic code which on GEOM kernels make the md(4) | Poul-Henning Kamp | 2003-01-13 | 1 | -3/+0 |
| * | Add a mutex around the per unit bioqueue. | Poul-Henning Kamp | 2003-01-13 | 1 | -12/+28 |
| * | Remove the printf which announces the creation of malloc disks: it is | Poul-Henning Kamp | 2003-01-13 | 1 | -1/+0 |
| * | Add code to make md(4) a GEOM device driver instead of relying in | Poul-Henning Kamp | 2003-01-12 | 1 | -4/+134 |
| * | Shift things around a bit in preparation for future evilness. | Poul-Henning Kamp | 2003-01-12 | 1 | -43/+48 |
| * | Move the check for the MD_SHUTDOWN flag to before the tsleep() call | Ian Dowse | 2002-11-30 | 1 | -1/+1 |
| * | We want /dev/md0 for ramdisk roots, not /dev/md0c. | Poul-Henning Kamp | 2002-10-21 | 1 | -1/+1 |
| * | Use ENOSPC error return, not ENOMEM. | Poul-Henning Kamp | 2002-10-20 | 1 | -3/+5 |
| * | MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloaded | Jake Burkholder | 2002-10-13 | 1 | -1/+1 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Put the casts on the right hand side of =. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |