aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-071-59/+44
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-3/+3
* Remove in toto coda_strategy which incorrectly implemented vop_panic();Poul-Henning Kamp2003-06-151-23/+0
* Use __FBSDID().David E. O'Brien2003-06-101-4/+3
* VOP_PATHCONF returns a register_t, not an int. Noticed by phk.Tim J. Robbins2003-03-051-1/+1
* Add a minimal implementation of VOP_PATHCONF to silence warningTim J. Robbins2003-03-051-1/+29
* Handle the case where a_uio->uio_td == NULL properly in coda_readlink().Tim J. Robbins2003-03-051-1/+2
* - Use vrefcnt() instead of directly accessing v_usecount.Jeff Roberson2002-09-251-7/+9
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-3/+3
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-1/+1
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-2/+2
* Staticise the coda vfsop pointer.Mike Smith2002-01-081-0/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-71/+72
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.Boris Popov2001-06-141-0/+3
* Now works again and as a module and with devfs.Shafeeq Sinnamohideen2001-06-051-8/+21
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-8/+9
* fix it so it compiles againMatt Jacob2001-04-231-0/+2
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-171-1/+0
* Delete unused #include <sys/select.h>.Garrett Wollman2001-01-091-1/+0
* Protect accesses to member of struct proc with the proc lock.John Baldwin2000-12-061-0/+3
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-51/+3
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-7/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't examine vp->v_tag (see comment in vnode.h)Poul-Henning Kamp1999-08-131-3/+2
* Fixed all printf format errors reported by gcc -Wformat on i386's:Bruce Evans1999-08-081-10/+16
* Remove the RCS "Log" and all the verbiage it has generated.Poul-Henning Kamp1999-07-211-230/+1
* Removed a bogus cast to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+8
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+10
* Add 'options DEBUG_LOCKS', which stores extra information in structEivind Eklund1999-01-201-1/+11
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-2/+5
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-4/+7
* Don't print diagnostic anymoreRobert V. Baron1998-12-041-1/+6
* A few bug fixes for Robert WatsonRobert V. Baron1998-11-161-3/+12
* Change the way unmounting happens to guarantee that theRobert V. Baron1998-10-281-1/+10
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-3/+4
* Cleanup and fix THE bugRobert V. Baron1998-09-281-3/+9
* Put "stray" printouts under DIAGNOSTIC. Make everything buildRobert V. Baron1998-09-251-23/+35
* Finish conversion of cfs -> codaRobert V. Baron1998-09-131-11/+15