| Commit message (Expand) | Author | Age | Files | Lines |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -6/+6 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -5/+3 |
* | Reorder and clean up make_coda_node(), annotate weaknesses in the | rwatson | 2008-02-15 | 1 | -20/+25 |
* | Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old and | rwatson | 2008-02-14 | 1 | -28/+3 |
* | Implement a rudimentary access cache for the Coda kernel module, | rwatson | 2008-02-13 | 1 | -20/+50 |
* | Rather than having the Coda module use its own namecache, use the global | rwatson | 2008-02-13 | 1 | -125/+73 |
* | Clean up coda_pathconf() slightly while debugging a problem there. | rwatson | 2008-02-11 | 1 | -11/+7 |
* | Since we're now actively maintaining the Coda module in the FreeBSD source | rwatson | 2008-02-10 | 1 | -1358/+1442 |
* | Various further non-functional cleanups to coda: | rwatson | 2008-02-09 | 1 | -19/+10 |
* | Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP | rwatson | 2008-02-09 | 1 | -37/+1 |
* | Lock cache vnode when VOP_FSYNC() is called on a Coda vnode. | rwatson | 2008-02-09 | 1 | -2/+5 |
* | Make all calls to vn_lock() in Coda, including recently added ones, | rwatson | 2008-02-09 | 1 | -4/+4 |
* | The Coda module was originally ported to NetBSD from Mach by rvb, and | rwatson | 2008-02-08 | 1 | -7/+10 |
* | Before invoking vnode operations on cache vnodes, acquire the vnode | rwatson | 2008-02-08 | 1 | -1/+9 |
* | Put "coda_rdwr: Internally Opening" printf generated by in-kernel writes | rwatson | 2008-01-21 | 1 | -0/+2 |
* | Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY, | rwatson | 2008-01-21 | 1 | -14/+4 |
* | Improve default vnode operation handling for Coda: | rwatson | 2008-01-19 | 1 | -4/+1 |
* | Don't acquire an additional vnode reference to a vnode when it is opened | rwatson | 2008-01-19 | 1 | -5/+0 |
* | Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so as | rwatson | 2008-01-19 | 1 | -1/+1 |
* | Lock the new directory vnode returned by coda_mkdir(), as this is required | rwatson | 2008-01-19 | 1 | -1/+5 |
* | Borrow the VM object associated with an underlying cache vnode with the | rwatson | 2008-01-19 | 1 | -1/+5 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -4/+4 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Make sure we release the control vnode in Coda: | rwatson | 2007-07-20 | 1 | -5/+0 |
* | Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda | rwatson | 2007-07-12 | 1 | -8/+8 |
* | Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because | rwatson | 2007-07-11 | 1 | -113/+24 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -3/+3 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -2/+2 |
* | 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 |