| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -7/+7 |
* | Remove the code that limited the buffer_map to 1/2 the size of the | dillon | 2001-08-22 | 1 | -0/+2 |
* | Move most of the kernel submap initialization code, including the | dillon | 2001-08-22 | 1 | -7/+61 |
* | Revert previous accidental commit. FWIW, it was part of enabling | peter | 2001-07-27 | 1 | -0/+3 |
* | Fix cut/paste blunder. Serves me right for doing a last minute tweak | peter | 2001-07-27 | 1 | -3/+0 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -77/+35 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -2/+7 |
* | - Always call bfreekva() w/o vm_mtx held. | jhb | 2001-05-23 | 1 | -28/+12 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -4/+101 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | bread() is a special case of breadn(), so don't replicate code. | phk | 2001-04-18 | 1 | -23/+2 |
* | Write a switch statement as less obscure if statements. | phk | 2001-04-17 | 1 | -18/+8 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+8 |
* | Add debugging option to always read/write cylinder groups as full | mckusick | 2001-04-17 | 1 | -1/+5 |
* | Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be | dillon | 2001-02-28 | 1 | -3/+7 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -1/+1 |
* | This commit represents work mainly submitted by Tor and slightly modified | dillon | 2001-02-04 | 1 | -6/+13 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -5/+5 |
* | This implements a better launder limiting solution. There was a solution | dillon | 2000-12-26 | 1 | -135/+128 |
* | Stick the kthread API in a kthread_* namespace, and the specialized kproc | jhb | 2000-12-15 | 1 | -2/+2 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -80/+128 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -1/+1 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -2/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -2/+2 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -11/+13 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -7/+13 |
* | Now that buffer locks can be recursive, we need to delete the panics | mckusick | 2000-07-25 | 1 | -4/+0 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -1/+5 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -14/+13 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Give struct bio it's own call back mechanism. | phk | 2000-05-01 | 1 | -7/+11 |
* | Hmm, diff/patch still doesn't like me. | phk | 2000-04-30 | 1 | -2/+2 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 1 | -3/+3 |
* | Remove a leftover dysonism. | phk | 2000-04-29 | 1 | -4/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Don't declare common variables in include files: | phk | 2000-04-18 | 1 | -0/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -2/+8 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -26/+38 |
* | Draw the outline of "struct bio". | phk | 2000-04-02 | 1 | -3/+3 |
* | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | dillon | 2000-03-27 | 1 | -198/+138 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -7/+7 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -23/+33 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -26/+0 |
* | Need to reset the buffer pointer to avoid reconsidering the same buffer | mckusick | 2000-01-18 | 1 | -0/+1 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -3/+3 |
* | Several performance improvements for soft updates have been added: | mckusick | 2000-01-10 | 1 | -5/+144 |
* | Introduce a mechanism to suspend/resume system processes. Suspend syncer | luoqi | 2000-01-07 | 1 | -10/+21 |