summaryrefslogtreecommitdiffstats
path: root/sys/xfs/xfs_vnodeops-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-1537/+0
|
* physmem allocator: change the view of free memory from single free pagesariane2009-06-011-1/+1
| | | | | | | | | to free ranges. Classify memory based on region with associated use-counter (which is used to construct a priority list of where to allocate memory). Based on code from tedu@, help from many. Ok art@
* MALLOC/FREE -> malloc/freechl2007-10-291-2/+1
| | | | ok krw@
* daddr64_t (in comments)deraadt2007-06-021-2/+2
|
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-10/+2
| | | | | "ap = v" comments in under 8 seconds, so it must be ok. and it compiles too.
* Remove the v_interlock simplelock from the vnode structure.thib2007-03-211-2/+2
| | | | | | | | | Zap all calls to simple_lock/unlock() on it (those calls are #defined away though). Remove the LK_INTERLOCK from the calls to vn_lock() and cleanup the filesystems wich implement VOP_LOCK(). (by remvoing the v_interlock from there calls to lockmgr()). ok pedro@, art@, tedu@
* Make lf_advlock glue work for AFS so flock/fcntl lock requests will workbeck2004-05-281-23/+4
| | | | | | on the local machine (like NFS). This does not yet implement whole file AFS locking (arla doesn't do that yet). ok tedu@ art@
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-141-2/+4
|
* fix PR 3552 by removing ifdef cruftbeck2003-12-091-2/+0
| | | | ok (and sent earlier by) tedu@
* Fix include stuff, unused variables and statics and other small things neededhin2003-08-121-1/+2
| | | | to compile in our tree.
* Mergehin2003-08-121-117/+308
|
* mergehin2002-06-071-28/+243
|
* New xfs from Arla between 0.34.2 and current in arla cvs.art2000-09-111-176/+302
| | | | 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/+1030