summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.src (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the vnode_if.* files, as they are now totallythib2011-04-021-439/+0
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-161-11/+1
* Use daddr64_t for logical blocks, okay krw@ thib@ mickey@pedro2006-10-161-2/+2
* Introduce daddr64_t and use it for physical block numberspedro2006-10-031-2/+2
* Fix comments concerning VOP_LINK().pedro2005-07-141-2/+2
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-07-031-25/+1
* change VOP_PATHCONF to take a locked vnode, as itsjaredy2005-07-031-2/+2
* bye bye VOP_WHITEOUTpedro2005-05-281-13/+1
* change VOP_CLOSE to take a locked vnodepedro2005-05-221-3/+3
* typos from Jonathon Gray;jmc2003-11-081-2/+2
* Prepare for conversion of select backend -> pollmillert2003-09-231-8/+4
* remove caddr_t casts. it's just silly to cast something when the functiontedu2003-07-211-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* several related changes:tedu2003-05-011-12/+12
* Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@drahn2002-02-221-1/+25
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-36/+1
* Big cleanup inspired by NetBSD with some parts of the code from NetBSD.art2001-12-101-21/+1
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-041-1/+11
* more typedef zapping vm_page_t -> struct vm_page *art2001-11-281-3/+3
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-1/+46
* Back out changes to symlink and mknod that were not well tested.millert2001-07-261-5/+9
* change vop_symlink and vop_mknod to return vpp (the created node)assar2001-07-261-9/+5
* Get rid of UFS-specific and unused functions in the VFS interfacecsapuntz2001-06-231-87/+1
* port kqueue changes from freebsd, plus all required openbsd glue.provos2001-03-011-1/+9
* Updated vnode_if specificiationcsapuntz1998-12-051-37/+37
* Document the locking discipline a bit bettercsapuntz1998-08-081-4/+18
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-11/+230
* back out vfs lite2 till after 2.2deraadt1997-10-061-230/+11
* VFS Lite2 Changescsapuntz1997-10-061-11/+230
* Change VOP_UPDATE() semantics:deraadt1996-05-221-4/+4
* NetBSD 960317 mergeniklas1996-04-191-0/+1
* From NetBSD: Merge with NetBSD 960217niklas1996-02-291-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+313