| Commit message (Expand) | Author | Age | Files | Lines |
* | Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 1 | -0/+4 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 3 | -3/+3 |
* | Sort includes from previous commit. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+1 |
* | Currently there is no way to tell if write operation invoked via | bp | 2001-05-18 | 1 | -1/+1 |
* | VOP getwritemount() can be invoked on vnodes with VFREE flag set (used in | bp | 2001-05-17 | 1 | -4/+12 |
* | Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. | bp | 2001-05-17 | 3 | -60/+60 |
* | Do not leave an extra reference on vnode. | bp | 2001-05-17 | 1 | -6/+2 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -24/+6 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -32/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -4/+7 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -27/+1 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -3/+0 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -2/+1 |
* | Fix breakage unconvered by LINT - dont refer to undefined variables in | peter | 2001-01-17 | 1 | -0/+2 |
* | Don't compile a dead variable declaration. | wollman | 2001-01-09 | 1 | -0/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -3/+1 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -17/+0 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 2 | -6/+40 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -2/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 3 | -48/+26 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 2 | -7/+10 |
* | Remove unused #includes. | phk | 1999-12-08 | 1 | -2/+0 |
* | Fix an unused variable warning. | peter | 1999-11-18 | 1 | -1/+0 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -5/+2 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -2/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 2 | -6/+0 |
* | Make sure file after VOP_OPEN is VMIO'd when transfering control from | dillon | 1999-09-28 | 2 | -4/+8 |
* | This is a major fixup of unionfs. At least 30 serious bugs have been | dillon | 1999-09-26 | 4 | -860/+1259 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -1/+2 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -49/+6 |
* | Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf | bde | 1999-08-29 | 2 | -12/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | phk | 1999-07-02 | 1 | -2/+1 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -12/+5 |
* | This code got moved as a result of confusion between union mounts and | peter | 1999-02-28 | 1 | -10/+1 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 2 | -4/+8 |
* | Cleanup uninitialized-possibly-used (but really not) warnings | dillon | 1998-12-14 | 2 | -4/+4 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |