summaryrefslogtreecommitdiffstats
path: root/sys/xfs/xfs_node-bsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-031-801/+0
|
* back out vfs change - todd fries has seen afs issues, and I'm suspiciousbeck2007-05-301-17/+8
| | | | this can cause other problems.
* make xfs use VT_XFS instead of VT_AFS when getting vnodesthib2007-05-291-1/+1
| | | | | | | via getnewvnode(); ok art@,tedu@ tested by todd@
* Step one of some vnode improvements - change getnewvnode tobeck2007-05-291-8/+17
| | | | | | | | actually allocate "desiredvnodes" - add a vdrop to un-hold a vnode held with vhold, and change the name cache to make use of vhold/vdrop, while keeping track of which vnodes are referred to by which cache entries to correctly hold/drop vnodes when the cache uses them. ok thib@, tedu@, art@
* avoid bypassing sys/queue.h in many places in the kernel.pyr2007-05-281-7/+1
| | | | | | | | many assumptions were made about the way the various list types are implemented. lots of suggestions and help from otto and miod. ok otto@
* typos from Jonathon Gray;jmc2003-11-081-4/+4
|
* Fix include stuff, unused variables and statics and other small things neededhin2003-08-121-1/+0
| | | | to compile in our tree.
* Mergehin2003-08-121-120/+141
|
* File system locking fixups, mostly from NetBSD:art2003-01-311-4/+4
| | | | | | | | | | | | | | | - cache_lookup move common code from various fs's here always return with vnode and parent locked adjust return codes - PDIRUNLOCK - new flag set if lookup couldn't lock parent vnode - kernfs and procfs lock vnode in get_root don't unlock (again) in kernfs_freevp fix memory leak in procfs From tedu@stanford.edu deraadt@ and various other ok
* mergehin2002-06-071-21/+70
|
* New xfs from Arla between 0.34.2 and current in arla cvs.art2000-09-111-62/+208
| | | | Too many new features and fixes to mention here.
* $OpenBSD$todd2000-03-031-1/+3
|
* upgrade Arla to fresher code. Too many new features and bugfixes.art1999-04-301-0/+590