summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+1
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Since devfs now uses vnode locks, add devfs back to IS_LOCKING_VFS.rwatson2002-04-291-0/+1
* Add UDF to the list of filesystems where locking assertions should berwatson2002-04-261-1/+2
* 1.43 (dfr 04-Apr-97): /*rwatson2002-04-261-2/+1
* Add a filesystem driver for the Universal Disk Format. For more info,scottl2002-04-141-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* Remove __Palfred2002-03-191-109/+109
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-1/+2
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-0/+1
* Move the stuff related to select and poll out of struct vnode.phk2002-02-171-11/+16
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-171-0/+4
* v_lease is unused, zap it.phk2002-02-171-1/+0
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-0/+5
* This is a forward port of Peter's vlrureclaim() fix, with some minor modsdillon2001-12-181-2/+2
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-111-0/+2
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-0/+1
* syncdelay, filedelay, dirdelay, metadelay are ints, not time_t's,dillon2001-10-271-4/+0
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-0/+5
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-1/+1
* Convert textvp_fullpath() into the more generic vn_fullpath() which takes ades2001-10-211-2/+4
* After extensive testing it has been determined that adding complexitydillon2001-10-011-1/+1
* Re-apply rev 1.178 -- style(9) the structure definitions.obrien2001-09-131-1/+1
* KSE Milestone 2julian2001-09-121-26/+28
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-0/+3
* If a file has been completely unlinked, stop automatically syncing thepeter2001-08-271-1/+1
* Remove MFSphk2001-05-291-2/+1
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-241-0/+1
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+8
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-0/+1
* Removed old version of vaccess_acl_posix1e() that snuck back in rev 1.146.obrien2001-04-221-2/+0
* Style(9) fixes:obrien2001-04-221-51/+53
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-181-0/+1
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-2/+0
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-171-2/+3
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.bp2001-04-131-1/+1
* Prepare for pseudofs.des2001-03-281-1/+1
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-3/+3
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-6/+6
* o Introduce filesystem-independent POSIX.1e ACL utility routines torwatson2001-03-061-0/+2
* Add VI_LOCK(), VI_TRYLOCK() and VI_UNLOCK() macros to isolate implementationbp2001-02-211-0/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-5/+5
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-0/+1
* Implement a low-memory deadlock solution.dillon2000-11-181-0/+1
* Catch up to moving headers:jhb2000-10-201-3/+1
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-191-6/+7
OpenPOWER on IntegriCloud