summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_default.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-2/+2
* kqueue attach functions should return an errno or 0, not a plain 1. Fixnicm2011-07-021-2/+2
* Introduce vop_generic_bmap(); use it where applicable.thib2008-05-031-1/+16
* fifofs, deadfs and specfs all have the same "trivial lookup routine thatthib2007-12-271-1/+11
* Allow to pull out an usb stick with ffs filesystem while mountedbluhm2007-09-151-1/+13
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-16/+4
* Nuke a bunch of simpelocks and associated goo.thib2007-05-261-6/+1
* Remove the v_interlock simplelock from the vnode structure.thib2007-03-211-19/+1
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-161-9/+1
* nitpedro2005-11-071-2/+2
* Make comments match reality, space the code a bit while at itpedro2005-11-061-5/+14
* Use ANSI-style function declarations, no binary change, okay jsg@pedro2005-11-061-22/+10
* Remove v_vnlock from struct vnode, okay krw@ tedu@pedro2005-10-191-47/+1
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-07-031-17/+1
* in theory, vnlock should alays be NULL in the generic lock (sic) functions.tedu2004-06-091-23/+3
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-141-2/+3
* fix typos/spelling in comments, from pedro martellettojolan2004-04-251-2/+2
* match syscallargs comments with realityhenning2003-09-011-1/+7
* remove caddr_t casts. it's just silly to cast something when the functiontedu2003-07-211-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-3/+3
* fucntion->function.fgsch2002-02-261-4/+3
* Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@drahn2002-02-221-1/+17
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-11/+3
* Big cleanup inspired by NetBSD with some parts of the code from NetBSD.art2001-12-101-684/+2
* Merge in struct uvm_vnode into struct vnode.art2001-12-101-7/+7
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-041-1/+8
* Call buf_cleanout, which handles wakeupscsapuntz2001-11-301-5/+3
* Bunch of bug fixes from NetBSD.art2001-11-291-16/+17
* Make sure the whole buffer is initialized before calling bgetvp.art2001-11-291-3/+3
* Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.art2001-11-291-5/+12
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-3/+680
* Remove NQNFScsapuntz2001-06-251-1/+9
* KNFderaadt2001-06-221-9/+9
* generic kqfilter that just like select returns ready for read and write.provos2001-06-051-1/+51
* Locking bug on spechash. Thanks to Dawson Engler and teamcsapuntz2001-03-161-1/+2
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-10/+26
* Fix a couple spinlock references. More code motion in vfs_subr.ccsapuntz1998-01-111-1/+3
* A couple more splbio()s in vfs_bio plus moving around a couple functions.csapuntz1998-01-101-0/+235