summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+1
* Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucredjhb2001-10-091-1/+2
* KSE Milestone 2julian2001-09-121-35/+36
* OOPS, remove local change that somehow slipped into a commit (I swear thatsobomax2001-08-271-1/+0
* - On module unload try to detach all configured disks and let unload proceedsobomax2001-08-271-57/+69
* There is no MD_OBJET disk type, it's actually MD_SWAP. I guess thedd2001-08-161-1/+1
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-071-2/+5
* - Deny detaching requests until device is still open, otherwise it is possiblesobomax2001-08-021-3/+17
* Make sure the total number of sectors is not 0 for a vnode-type md totmm2001-07-261-0/+4
* Use MD_NAME and MDCTL_NAME constants where appropriate.dd2001-07-181-2/+3
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-5/+4
* We don't need the vm lock to perform a few simple calculations on thejhb2001-06-251-1/+1
* Remove MFS compat bits.phk2001-05-291-11/+0
* Acquire vm_mtx before calling vm_pager_deallocate.dd2001-05-271-1/+7
* Sort includes.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Polish error handling code using biofinish()phk2001-05-081-6/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-6/+3
* Fix a panic if MD devices were left half-created.phk2001-05-061-14/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+7
* Fix a reference to the "vn" driver in a warning message.phk2001-03-201-1/+1
* Use a more BIOS friendly geometry.phk2001-03-091-1/+1
* Make "md" and "mdctl" macroized parameters.phk2001-02-251-4/+28
* Make md/mdconfig do kld.phk2001-02-241-4/+35
* Remove devstat entries in mddelete()phk2001-01-281-0/+1
* General cleanup.phk2001-01-211-53/+33
* Fix a maybe-not-so-harmless warning.peter2001-01-191-1/+1
* Either cvs(1) or I forgot this file in my last commit.phk2001-01-021-25/+93
* This is the first snapshot of the new all-singing-and-dancing md(4).phk2000-12-311-127/+507
* Enforce disk unit numbers upper limit in cloning.phk2000-12-151-0/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+3
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-17/+5
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-4/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-9/+59
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tsheldonh2000-07-171-3/+3
* Fix the "almost clone" semantics.phk2000-07-041-6/+11
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-39/+40
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-6/+6
* Initialize type correctly.phk1999-12-011-1/+3
OpenPOWER on IntegriCloud