| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucred | jhb | 2001-10-09 | 1 | -1/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -35/+36 |
* | OOPS, remove local change that somehow slipped into a commit (I swear that | sobomax | 2001-08-27 | 1 | -1/+0 |
* | - On module unload try to detach all configured disks and let unload proceed | sobomax | 2001-08-27 | 1 | -57/+69 |
* | There is no MD_OBJET disk type, it's actually MD_SWAP. I guess the | dd | 2001-08-16 | 1 | -1/+1 |
* | Introduce a force option, MD_FORCE, that instructs the driver to | dd | 2001-08-07 | 1 | -2/+5 |
* | - Deny detaching requests until device is still open, otherwise it is possible | sobomax | 2001-08-02 | 1 | -3/+17 |
* | Make sure the total number of sectors is not 0 for a vnode-type md to | tmm | 2001-07-26 | 1 | -0/+4 |
* | Use MD_NAME and MDCTL_NAME constants where appropriate. | dd | 2001-07-18 | 1 | -2/+3 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -5/+4 |
* | We don't need the vm lock to perform a few simple calculations on the | jhb | 2001-06-25 | 1 | -1/+1 |
* | Remove MFS compat bits. | phk | 2001-05-29 | 1 | -11/+0 |
* | Acquire vm_mtx before calling vm_pager_deallocate. | dd | 2001-05-27 | 1 | -1/+7 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+1 |
* | Polish error handling code using biofinish() | phk | 2001-05-08 | 1 | -6/+1 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -6/+3 |
* | Fix a panic if MD devices were left half-created. | phk | 2001-05-06 | 1 | -14/+12 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+7 |
* | Fix a reference to the "vn" driver in a warning message. | phk | 2001-03-20 | 1 | -1/+1 |
* | Use a more BIOS friendly geometry. | phk | 2001-03-09 | 1 | -1/+1 |
* | Make "md" and "mdctl" macroized parameters. | phk | 2001-02-25 | 1 | -4/+28 |
* | Make md/mdconfig do kld. | phk | 2001-02-24 | 1 | -4/+35 |