aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* In the words of the submitter:Mike Smith1998-05-071-3/+5
* Grammar police.Alexander Langer1998-04-101-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()Wolfram Schneider1998-04-081-1/+6
* Today is not my lucky day. Fix missing brace and I got a requestPeter Wemm1998-04-061-3/+3
* Use a different errno (ELOOP (as sef mentioned) since the text that goesPeter Wemm1998-04-061-2/+6
* Rather than let users get fd's to symlink files, make O_NOFOLLOW causePeter Wemm1998-04-061-3/+3
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openPeter Wemm1998-04-061-2/+3
* Removed unused #includes.Bruce Evans1998-02-251-2/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Fix some vnode management problems, and better mgmt of vnode free list.John Dyson1998-01-121-4/+2
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-2/+2
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemJohn Dyson1997-12-291-3/+4
* Lots of improvements, including restructring the caching and managementJohn Dyson1997-12-291-2/+4
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-061-2/+3
* Fix and complete the AIO syscalls. There are some performance enhancementsJohn Dyson1997-11-291-3/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+2
* Use 127 instead of CHAR_MAX for the limit on the sequence count. TheBruce Evans1997-10-271-18/+17
* Relax the vnode locking for read only operations.John Dyson1997-10-061-3/+3
* vn_select -> vn_pollPeter Wemm1997-09-141-8/+9
* Removed unused #includes.Bruce Evans1997-09-021-8/+1
* [Previous comment was incorrect for these files]Doug Rabson1997-04-041-1/+1
* Add a function vop_sharedlock which a copy of vop_nolock without theDoug Rabson1997-04-041-1/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includeBruce Evans1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* Fix style bugs and other bugs in the NFS fix.Guido van Rooij1997-03-081-6/+5
* Fix (I hope) the NFS hole. This is only compile tested.Gary Palmer1997-03-071-2/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-21/+57
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-3/+35
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-56/+5
* Remove a now unnecessary function prototype.John Dyson1996-03-091-3/+1
* Enable VMIO for non-VDIR metadata and block device.John Dyson1996-03-021-4/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+3
* Staticize.Poul-Henning Kamp1995-12-171-7/+18
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-32/+56
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-14/+1
* A little hack to avoid a 64bit divide. Can go away if Gcc ever learns toPoul-Henning Kamp1995-10-061-1/+6
* vnode_pager_alloc() never returns NULL, so don't check for it.David Greenman1995-07-201-3/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-9/+5
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-091-3/+6
* Removed extra semicolon.David Greenman1995-06-281-2/+2
* 1) Converted v_vmdata to v_object.David Greenman1995-06-281-10/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce'sDavid Greenman1995-05-101-15/+16
* Removed unnecessary call to vnode_pager_uncache(). We automatically clearDavid Greenman1995-03-191-2/+2
* YFfixPoul-Henning Kamp1995-02-141-2/+4