| Commit message (Expand) | Author | Age | Files | Lines |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+3 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -2/+2 |
* | - Reorder calls to vrele() after calls to vput() when the vrele is a | jeff | 2006-02-01 | 1 | -12/+9 |
* | Convert last four functions in coda_vnops.c to ANSI C function | rwatson | 2006-01-21 | 1 | -14/+6 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -0/+1 |
* | - Don't panic if we can't lock a child in lookup, return an error instead. | jeff | 2005-03-28 | 1 | -5/+4 |
* | - The c_lock in the coda node does not offer any features over the standard | jeff | 2005-03-13 | 1 | -15/+8 |
* | Remove vop_destroyvobject() initialization. | phk | 2005-02-07 | 1 | -1/+0 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | phk | 2005-01-25 | 1 | -1/+0 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | phk | 2005-01-25 | 1 | -1/+0 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -26/+0 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -6/+6 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -3/+2 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -158/+71 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -4/+4 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Add support for the Coda 6.x venus<->kernel interface. This extends | tjr | 2003-09-07 | 1 | -59/+44 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -3/+3 |
* | Remove in toto coda_strategy which incorrectly implemented vop_panic(); | phk | 2003-06-15 | 1 | -23/+0 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -4/+3 |
* | VOP_PATHCONF returns a register_t, not an int. Noticed by phk. | tjr | 2003-03-05 | 1 | -1/+1 |
* | Add a minimal implementation of VOP_PATHCONF to silence warning | tjr | 2003-03-05 | 1 | -1/+29 |
* | Handle the case where a_uio->uio_td == NULL properly in coda_readlink(). | tjr | 2003-03-05 | 1 | -1/+2 |
* | - Use vrefcnt() instead of directly accessing v_usecount. | jeff | 2002-09-25 | 1 | -7/+9 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -3/+3 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -1/+1 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -1/+1 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -2/+2 |
* | Staticise the coda vfsop pointer. | msmith | 2002-01-08 | 1 | -0/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Backed out vestiges of the quick fixes for the transient breakage of | bde | 2001-10-13 | 1 | -1/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -71/+72 |
* | Coda do not call vop_defaultop(), so add nesessary calls for VM objects. | bp | 2001-06-14 | 1 | -0/+3 |
* | Now works again and as a module and with devfs. | shafeeq | 2001-06-05 | 1 | -8/+21 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -8/+9 |
* | fix it so it compiles again | mjacob | 2001-04-23 | 1 | -0/+2 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+0 |
* | Delete unused #include <sys/select.h>. | wollman | 2001-01-09 | 1 | -1/+0 |
* | Protect accesses to member of struct proc with the proc lock. | jhb | 2000-12-06 | 1 | -0/+3 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -1/+0 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -51/+3 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |