summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* More s/file system/filesystem/gtrhodes2002-05-161-3/+3
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+1
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+2
* Staticise the coda vfsop pointer.msmith2002-01-081-0/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* KSE Milestone 2julian2001-09-121-71/+72
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.bp2001-06-141-0/+3
* Now works again and as a module and with devfs.shafeeq2001-06-051-8/+21
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-8/+9
* fix it so it compiles againmjacob2001-04-231-0/+2
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Delete unused #include <sys/select.h>.wollman2001-01-091-1/+0
* Protect accesses to member of struct proc with the proc lock.jhb2000-12-061-0/+3
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-51/+3
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-7/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't examine vp->v_tag (see comment in vnode.h)phk1999-08-131-3/+2
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-10/+16
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-211-230/+1
* Removed a bogus cast to c_caddr_t. This is part of terminatingbde1999-01-291-2/+8
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-2/+10
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+11
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-2/+5
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-4/+7
* Don't print diagnostic anymorervb1998-12-041-1/+6
* A few bug fixes for Robert Watsonrvb1998-11-161-3/+12
* Change the way unmounting happens to guarantee that thervb1998-10-281-1/+10
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-3/+4
* Cleanup and fix THE bugrvb1998-09-281-3/+9
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-23/+35
* Finish conversion of cfs -> codarvb1998-09-131-11/+15
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-300/+303
* Pass2 completervb1998-09-021-727/+79
* Very Preliminary Codarvb1998-08-291-0/+2802
OpenPOWER on IntegriCloud