summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up to moving headers:jhb2000-10-201-1/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+3
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-251-52/+18
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-0/+116
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-6/+13
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+15
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-4/+4
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+16
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+0
* Lock reporting and assertion changes.eivind1999-12-111-2/+4
* Make vop_panic() a little more informative.phk1999-11-071-1/+3
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-3/+10
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-0/+116
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add Id stringsgpalmer1999-06-171-0/+2
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-0/+12
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-0/+1
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+11
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-101-0/+7
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-0/+1
* As described by the submitter:msmith1998-05-061-23/+0
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-2/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-0/+23
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-3/+18
* Revert poll() for UFS files to traditional behavior where polling for read-wollman1997-12-171-0/+2
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-151-2/+23
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-0/+1
* Removed an unused #include.bde1997-11-181-3/+1
* VFS interior redecoration.phk1997-10-261-2/+205
* Simplify the lease_check stuff.phk1997-10-261-1/+1
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-0/+45
* VFS clean up "hekto commit"phk1997-10-161-0/+3
* Another VFS cleanup "kilo commit"phk1997-10-161-6/+76
* Oops. forgot the blasted cvs add.phk1997-10-161-0/+101
OpenPOWER on IntegriCloud