aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/lfs/lfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Retire LFS.Poul-Henning Kamp1998-01-301-232/+0
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-5/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-5/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-8/+2
* vnops megacommitPoul-Henning Kamp1997-10-151-112/+6
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-23/+23
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-145/+131
* Use generic ufs_reclaim().Poul-Henning Kamp1997-10-101-24/+4
* Convert select -> poll.Peter Wemm1997-09-141-5/+19
* Removed unused #includes.Bruce Evans1997-09-021-8/+1
* Merged the rest of lfs from Lite2. It compiles (uncleanly) but is asBruce Evans1997-03-231-22/+37
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Staticize.Poul-Henning Kamp1995-12-171-157/+19
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+4
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-130/+130
* Removed redundant call to vm_object_page_clean: this is already handledDavid Greenman1995-08-061-7/+1
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-2/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* 1) Converted v_vmdata to v_object.David Greenman1995-06-281-3/+3
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-4/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Changes from John Dyson and myself:David Greenman1995-04-091-1/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+2
* LFS stability patches. There is still a problem with directory updateJustin T. Gibbs1995-01-041-7/+10
* More loadable VFS changes:Garrett Wollman1994-09-221-5/+1
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+7
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+487