summaryrefslogtreecommitdiffstats
path: root/sys/xfs/xfs_vfsops-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-528/+0
|
* typos from Jonathon Gray;jmc2003-11-081-2/+2
|
* Fix include stuff, unused variables and statics and other small things neededhin2003-08-121-2/+0
| | | | to compile in our tree.
* Mergehin2003-08-121-80/+119
|
* mergehin2002-06-071-10/+15
|
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-1/+2
| | | | | | | any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile.
* use void * rather than caddr_t in xfs_mount to match change in mount.h.nate2001-02-211-2/+2
| | | | ok assar@
* New xfs from Arla between 0.34.2 and current in arla cvs.art2000-09-111-53/+165
| | | | Too many new features and fixes to mention here.
* $OpenBSD$todd2000-03-031-1/+3
|
* update to use new checkexp vfs operationassar2000-02-071-11/+2
|
* remove superflous declaration of vnops, it's now in <sys/file.h>assar2000-02-011-2/+1
|
* upgrade Arla to fresher code. Too many new features and bugfixes.art1999-04-301-0/+381