summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so asrwatson2008-01-191-1/+1
* Lock the new directory vnode returned by coda_mkdir(), as this is requiredrwatson2008-01-191-1/+5
* Borrow the VM object associated with an underlying cache vnode with therwatson2008-01-191-1/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-4/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-5/+5
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Make sure we release the control vnode in Coda:rwatson2007-07-202-5/+1
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-128-36/+36
* Forced commit to recognize repo-copy of Coda files from src/sys/coda torwatson2007-07-121-0/+2
* Fix ioctls on the control vnode: ioctls on a character device fail withrwatson2007-07-111-1/+1
* Avoid a panic in insmntque when we pass a NULL mount: this reenablesrwatson2007-07-111-7/+1
* Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled becauserwatson2007-07-116-131/+54
* Resolve Coda mount failing because Coda failed to match the devicerwatson2007-07-111-8/+4
* Avoid crash when opening Coda device: when allocating coda_mntinfo, werwatson2007-07-112-7/+10
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-3/+3
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-182-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+3
* coda_vptofh is never defined nor used.pjd2007-02-021-1/+0
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-132-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.yar2006-02-271-1/+6
* - Reorder calls to vrele() after calls to vput() when the vrele is ajeff2006-02-011-12/+9
* Convert last four functions in coda_vnops.c to ANSI C functionrwatson2006-01-211-14/+6
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typomaxim2006-01-091-1/+1
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-3/+4
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-0/+1
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* - Don't panic if we can't lock a child in lookup, return an error instead.jeff2005-03-281-5/+4
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Disable two users of findcdev. They do the wrong thing now and willphk2005-03-151-0/+4
* Print devtoname() instead of minor().phk2005-03-151-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+1
* - The c_lock in the coda node does not offer any features over the standardjeff2005-03-132-16/+8
* Replace the workaround for a deadlock bug in Coda with a differentdas2005-02-202-16/+4
* Remove vop_destroyvobject() initialization.phk2005-02-071-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-1/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-251-1/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-241-26/+0
* Remove unused coda_fbsd_getpages()phk2005-01-192-68/+0
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-132-8/+8
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-114-10/+6
* Start each of the license/copyright comments with /*-imp2005-01-0519-27/+27
* Convert coda to nmount.phk2004-12-061-19/+13
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-012-185/+98
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-4/+4
* Do not use devsw() but si_devsw direction. This is still bogus but aphk2004-09-231-1/+1
* General modernization of coda:brooks2004-09-014-93/+54
OpenPOWER on IntegriCloud