summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize unused bio_blkno field.phk2003-10-181-1/+0
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-4/+4
* Change the implementation of swap backing to use the VM system in normalphk2003-08-051-23/+59
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-2/+2
* Remove 256 unit limit, there is no evil minor number encoding tophk2003-06-221-2/+0
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-311-3/+2
* Use vm_object_deallocate(), not vm_pager_deallocate(), to destroy aalc2003-05-161-2/+2
* Call g_wither_geom(), instead of just setting the flag.phk2003-05-021-3/+13
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-091-22/+33
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-1/+0
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* Don't include <sys/disk.h>.phk2003-04-011-2/+0
* remove a blank line.phk2003-03-291-1/+0
* Allocate the toplevel indir with M_WAITOK to avoid complicating thingsphk2003-03-271-2/+6
* Change g_class initialization to sparse format.phk2003-03-241-3/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-14/+0
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-031-1/+7
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-10/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Mark our provider with G_PF_CANDELETE in the cases where this is actuallyphk2003-02-111-8/+14
* NO_GEOM cleanup: unifdefphk2003-01-301-111/+0
* Implement MDIOCLIST which returns the unit numbers of configured md(4)phk2003-01-271-0/+11
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* OK Ok, so I didn't check the NO_GEOM case for the final version...phk2003-01-131-3/+3
* Enable the new h0h0magic code which on GEOM kernels make the md(4)phk2003-01-131-3/+0
* Add a mutex around the per unit bioqueue.phk2003-01-131-12/+28
* Remove the printf which announces the creation of malloc disks: it isphk2003-01-131-1/+0
* Add code to make md(4) a GEOM device driver instead of relying inphk2003-01-121-4/+134
* Shift things around a bit in preparation for future evilness.phk2003-01-121-43/+48
* Move the check for the MD_SHUTDOWN flag to before the tsleep() calliedowse2002-11-301-1/+1
* We want /dev/md0 for ramdisk roots, not /dev/md0c.phk2002-10-211-1/+1
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
* MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloadedjake2002-10-131-1/+1
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Put the casts on the right hand side of =.phk2002-09-281-1/+1
* Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS andgrehan2002-09-221-2/+2
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+5
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* mdcreate_vnode() isn't correctly clearing things out of the linkedphk2002-06-151-2/+2
* - Whitespace only: use return statement consistentlt (return (foo), notsobomax2002-06-101-8/+6
* Use a per-device worker thread to avoid blocking in mdstrategy()iedowse2002-06-031-11/+36
* Mis-edit in last commit.phk2002-05-261-0/+1
* Be a bit smarter about rewriting data so we don't loose too much performance.phk2002-05-261-21/+21
* Use an umazone per unit for allocating the sectors for malloc backing.phk2002-05-261-14/+32
* Give the "malloc" backing of md(4) an adaptive multilevel index tree tophk2002-05-251-64/+225
* Fix a memory-leak when configuring a vnode backed md(4) device fails.phk2002-05-031-13/+16
OpenPOWER on IntegriCloud