summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.src
Commit message (Expand)AuthorAgeFilesLines
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+2
* Per discussion at BSDCon, note that the vop_getattr locking protocolrwatson2002-02-181-1/+1
* Add a comment indicating that the locking protocol should be updatedrwatson2002-02-101-0/+2
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-0/+1
* KSE Milestone 2julian2001-09-121-20/+20
* correct description of `vpp' for mknod/symlink: they are actuallyassar2001-07-241-2/+2
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-12/+0
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-8/+0
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-2/+2
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-0/+2
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-8/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+8
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-10/+0
* o Change locking rules for VOP_GETACL() to indicate that vnode locksrwatson2000-09-211-1/+1
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-0/+24
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrrwatson2000-08-261-2/+2
* o Lock vnode before calling extattr_* VOP's, and modify vnode spec torwatson2000-07-261-1/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+16
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+56
* Since VOP_LOCK can be used to up and downgrade locks, it is not possibleeivind1999-12-181-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-8/+0
* Lock reporting and assertion changes.eivind1999-12-111-1/+6
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-5/+1
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-1/+1
* Move the vop_islocked declaration to the top, in preparation for committingeivind1999-09-261-7/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-5/+6
* Remove incorrect lock specs for vop_whiteout (introduced by Lite/2).eivind1999-03-271-5/+9
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+15
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-4/+5
* In the words of the submitter:msmith1998-05-071-20/+20
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+13
* Another VFS cleanup "kilo commit"phk1997-10-161-22/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-41/+1
* Change VOP_SELECT to VOP_POLLpeter1997-09-141-7/+4
* Add a new vnode op (cachedlookup) so that filesystems can plug intophk1997-08-251-1/+13
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-7/+202
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-3/+3
* Interface change for the VOP_GETPAGES -- missed in previous commits.dyson1995-10-231-1/+4
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+16
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-10/+6
* The generated VCALL always uses the first vp which in the case of /link/dg1995-07-071-6/+10
* Fixed VOP_LINK argument order botch.dg1995-06-281-3/+3
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-281-1/+4
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+296
OpenPOWER on IntegriCloud