summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-2/+3
* Staticized.bde1997-11-221-4/+1
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-9/+2
* VFS interior redecoration.phk1997-10-261-5/+4
* Simplify the lease_check stuff.phk1997-10-261-12/+1
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-1/+4
* Another VFS cleanup "kilo commit"phk1997-10-161-8/+12
* VFS mega cleanup commit (x/N)phk1997-10-161-6/+9
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+6
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-1/+4
* Update interfaces for poll()peter1997-09-141-2/+3
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-27/+19
* Uncut&paste cache_lookup().phk1997-08-261-1/+2
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-2/+7
* Add some debugging macros for tracing VFS locking bugs.dfr1997-04-041-1/+40
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Remove function prototypes for vfs_mountroot and vgoneall, sincempp1997-02-121-1/+0
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-28/+69
* Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctlbde1997-01-161-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-3/+1
* Some very small changes to support Netcon's TFS filesystem.jkh1996-10-171-2/+2
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-6/+6
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structurespeter1996-05-311-1/+2
* Change v_usecount & v_writecount from a short to an int. As shorts theydg1996-03-291-4/+4
* Add missing prototype for newly public vn_vmio_open function, next topeter1996-03-031-1/+3
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-6/+6
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-1/+2
* Removed redundant (incompletely staticized) declararations.bde1995-12-251-4/+1
* Staticize.phk1995-12-171-5/+1
* Completed a function declaration.bde1995-12-151-33/+33
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-1/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-4/+6
* Export a symbol that ext2fs wants (insmntque.)dyson1995-11-081-1/+2
* Fixed an object allocation race condition that was causing a "objectdg1995-07-061-10/+12
* 1) Converted v_vmdata to v_object.dg1995-06-281-2/+2
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-2/+2
* Changes from John Dyson and myself:dg1995-04-091-1/+2
* When NFS is compiled into the kernel, make NQNFS lease checking conditionaldg1995-03-291-1/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* Added a new flag "VAGE" to indicate that the vnode should go on the headdg1995-03-071-1/+2
* Add VNINACT flag. LFS has a habbit of skipping the ufs_inactive procedure.gibbs1995-01-051-1/+2
* Add prototype for vfinddev().bde1994-11-141-1/+2
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-3/+1
* Added prototypes here and there. Moved pfctlinput into socket.h.phk1994-10-081-1/+2
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-1/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-1/+3
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-1/+2
OpenPOWER on IntegriCloud