| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 3 | -91/+0 |
* | Fix a warning on 64 bits platforms: copystr() takes a size_t *, | mux | 2002-10-06 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 2 | -20/+20 |
* | Fix misspellings, capitalization, and punctuation in comments. Minor | truckman | 2002-09-22 | 3 | -90/+95 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 1 | -8/+15 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -4/+5 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 2 | -6/+7 |
* | nmount'ify unionfs further by using separate options instead | mux | 2002-06-15 | 2 | -6/+16 |
* | Convert unionfs to nmount. | mux | 2002-05-24 | 2 | -25/+22 |
* | Fix comments. | mux | 2002-05-24 | 1 | -1/+1 |
* | Change the vm_zone calls over to uma calls. Remove the reference to the | jeff | 2002-04-08 | 1 | -9/+9 |
* | Remove __P. | alfred | 2002-03-19 | 4 | -83/+83 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 2 | -4/+4 |
* | Don't even think about using v_id for magic tricks, v_id is giving | phk | 2002-02-17 | 1 | -5/+0 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 2 | -1/+8 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -1/+1 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -1/+1 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -2/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -216/+216 |
* | 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 |