| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -14/+0 |
* | Add a "-S sectorsize" option to enable Kirk to find a bug :-) | phk | 2003-03-03 | 1 | -1/+7 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -10/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Mark our provider with G_PF_CANDELETE in the cases where this is actually | phk | 2003-02-11 | 1 | -8/+14 |
* | NO_GEOM cleanup: unifdef | phk | 2003-01-30 | 1 | -111/+0 |
* | Implement MDIOCLIST which returns the unit numbers of configured md(4) | phk | 2003-01-27 | 1 | -0/+11 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | OK Ok, so I didn't check the NO_GEOM case for the final version... | phk | 2003-01-13 | 1 | -3/+3 |
* | Enable the new h0h0magic code which on GEOM kernels make the md(4) | phk | 2003-01-13 | 1 | -3/+0 |
* | Add a mutex around the per unit bioqueue. | phk | 2003-01-13 | 1 | -12/+28 |
* | Remove the printf which announces the creation of malloc disks: it is | phk | 2003-01-13 | 1 | -1/+0 |
* | Add code to make md(4) a GEOM device driver instead of relying in | phk | 2003-01-12 | 1 | -4/+134 |
* | Shift things around a bit in preparation for future evilness. | phk | 2003-01-12 | 1 | -43/+48 |
* | Move the check for the MD_SHUTDOWN flag to before the tsleep() call | iedowse | 2002-11-30 | 1 | -1/+1 |
* | We want /dev/md0 for ramdisk roots, not /dev/md0c. | phk | 2002-10-21 | 1 | -1/+1 |
* | Use ENOSPC error return, not ENOMEM. | phk | 2002-10-20 | 1 | -3/+5 |
* | MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloaded | jake | 2002-10-13 | 1 | -1/+1 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Put the casts on the right hand side of =. | phk | 2002-09-28 | 1 | -1/+1 |
* | Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS and | grehan | 2002-09-22 | 1 | -2/+2 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -10/+5 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
* | Yet another warning fix for 64 bits platforms. | mux | 2002-06-24 | 1 | -2/+3 |
* | mdcreate_vnode() isn't correctly clearing things out of the linked | phk | 2002-06-15 | 1 | -2/+2 |
* | - Whitespace only: use return statement consistentlt (return (foo), not | sobomax | 2002-06-10 | 1 | -8/+6 |
* | Use a per-device worker thread to avoid blocking in mdstrategy() | iedowse | 2002-06-03 | 1 | -11/+36 |
* | Mis-edit in last commit. | phk | 2002-05-26 | 1 | -0/+1 |
* | Be a bit smarter about rewriting data so we don't loose too much performance. | phk | 2002-05-26 | 1 | -21/+21 |
* | Use an umazone per unit for allocating the sectors for malloc backing. | phk | 2002-05-26 | 1 | -14/+32 |
* | Give the "malloc" backing of md(4) an adaptive multilevel index tree to | phk | 2002-05-25 | 1 | -64/+225 |
* | Fix a memory-leak when configuring a vnode backed md(4) device fails. | phk | 2002-05-03 | 1 | -13/+16 |
* | Remove unused include. | jeff | 2002-03-20 | 1 | -1/+0 |
* | The previous commit missed fixing 2 old printf format errors and | bde | 2002-03-19 | 1 | -3/+3 |
* | Fix printf warning caused by recent changes in bio_pblkno's type. | gallatin | 2002-03-19 | 1 | -1/+2 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -7/+6 |
* | Staticize the malloc definitions. | phk | 2002-02-10 | 1 | -2/+2 |
* | Gah! last commit botched indentation, fix indentation and some other | phk | 2002-01-21 | 1 | -122/+122 |
* | Restructure slightly, eliminating some repetitive source lines and | phk | 2002-01-21 | 1 | -77/+34 |
* | Actually make use of the md_version field of 'struct mdio'. In order | dd | 2001-12-20 | 1 | -0/+13 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 1 | -4/+7 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -2/+1 |