summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused include.jeff2002-03-201-1/+0
* The previous commit missed fixing 2 old printf format errors andbde2002-03-191-3/+3
* Fix printf warning caused by recent changes in bio_pblkno's type.gallatin2002-03-191-1/+2
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-7/+6
* Staticize the malloc definitions.phk2002-02-101-2/+2
* Gah! last commit botched indentation, fix indentation and some otherphk2002-01-211-122/+122
* Restructure slightly, eliminating some repetitive source lines andphk2002-01-211-77/+34
* Actually make use of the md_version field of 'struct mdio'. In orderdd2001-12-201-0/+13
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-4/+7
OpenPOWER on IntegriCloud