| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Actually this order (unlock, wakeup) in this case is race-safe and can | pjd | 2004-09-18 | 1 | -1/+1 |
* | - Make md(4) 64-bit clean. | pjd | 2004-09-16 | 1 | -161/+89 |
* | There is no need to keep 'npage' value inside our softc structure, | pjd | 2004-09-16 | 1 | -8/+8 |
* | - Do not use bio_pblkno as it is going away anyway. | pjd | 2004-09-16 | 1 | -13/+14 |
* | First wakeup, then unlock. | pjd | 2004-09-16 | 1 | -2/+1 |
* | Type 'int' is too small for 'i' and 'lastp' variables. Use proper type, | pjd | 2004-09-16 | 1 | -2/+2 |
* | Deallocate VM object on failure. | pjd | 2004-09-14 | 1 | -0/+2 |
* | One more missing NDFREE(9). | pjd | 2004-09-14 | 1 | -0/+1 |
* | - Don't forget about NDFREE() in case of vn_open() failure. | pjd | 2004-09-14 | 1 | -2/+4 |
* | Fix UMA zone leak. | pjd | 2004-09-14 | 1 | -0/+1 |
* | Use bioq_takefirst() | phk | 2004-09-07 | 1 | -3/+1 |
* | Don't g_waitidle() when initializing a preloaded md. This fixes a | cperciva | 2004-08-30 | 1 | -1/+2 |
* | When creating a new md, wait for geom's event queue to become empty | cperciva | 2004-08-22 | 1 | -0/+1 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use a ->fini() from the geom class to destroy the control device. | phk | 2004-08-08 | 1 | -40/+19 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -3/+3 |
* | Fix panic which occurs when given sector size for memory-backed device | pjd | 2004-05-18 | 1 | -2/+1 |
* | Ooops, removed this acknowledgement bogusly. | imp | 2004-04-09 | 1 | -0/+4 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -8/+0 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 1 | -1/+1 |
* | Fix a bug with preloaded image -- for some reason [that i don't | luigi | 2004-03-31 | 1 | -14/+3 |
* | - Remove some unused #includes. | alc | 2004-03-19 | 1 | -72/+58 |
* | Utilize sf_buf_alloc() and sf_buf_free() to implement the ephemeral | alc | 2004-03-18 | 1 | -9/+9 |
* | Allow swap-backed devices to run without Giant. | alc | 2004-03-14 | 1 | -3/+1 |
* | Fix a long-standing deadlock issue with vnode backed md(4) devices: | phk | 2004-03-10 | 1 | -3/+5 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -2/+2 |
* | Make swapbacked md(4) devices respect the -x and -y emulation arguments. | phk | 2004-03-02 | 1 | -0/+4 |
* | Use DEV_BSIZE byte sectors instead of PAGE_SIZE byte sectors for | cperciva | 2004-02-29 | 1 | -19/+49 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Allow specification of a geometry for vnode backed devices as well as | phk | 2004-01-12 | 1 | -0/+4 |
* | Fix a locking problem with MD_ROOT_SIZE. | phk | 2003-12-13 | 1 | -6/+3 |
* | Use the class->init() to hitch up preload devices, rather than rely on | phk | 2003-11-18 | 1 | -2/+6 |
* | Don't initialize unused bio_blkno field. | phk | 2003-10-18 | 1 | -1/+0 |
* | The present defaults for the open and close for device drivers which | phk | 2003-09-27 | 1 | -2/+0 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -4/+4 |
* | Change the implementation of swap backing to use the VM system in normal | phk | 2003-08-05 | 1 | -23/+59 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -2/+2 |
* | Remove 256 unit limit, there is no evil minor number encoding to | phk | 2003-06-22 | 1 | -2/+0 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent | phk | 2003-05-31 | 1 | -3/+2 |
* | Use vm_object_deallocate(), not vm_pager_deallocate(), to destroy a | alc | 2003-05-16 | 1 | -2/+2 |
* | Call g_wither_geom(), instead of just setting the flag. | phk | 2003-05-02 | 1 | -3/+13 |
* | Add a couple of undocumented test options to MD(4) to aid in regression | phk | 2003-04-09 | 1 | -22/+33 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 1 | -1/+0 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+1 |
* | Don't include <sys/disk.h>. | phk | 2003-04-01 | 1 | -2/+0 |
* | remove a blank line. | phk | 2003-03-29 | 1 | -1/+0 |
* | Allocate the toplevel indir with M_WAITOK to avoid complicating things | phk | 2003-03-27 | 1 | -2/+6 |
* | Change g_class initialization to sparse format. | phk | 2003-03-24 | 1 | -3/+1 |