summaryrefslogtreecommitdiffstats
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill count device support from config. I've changed the last fewpeter2004-08-303-3/+3
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-13/+14
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-2/+2
* Remove 'td = curthread' that shadows the arguments to coda_root().rwatson2004-07-121-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-5/+2
* Second half of the dev_t cleanup.phk2004-06-173-3/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1610-26/+26
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Device megapatch 5/6:phk2004-02-211-2/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-3/+3
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.bde2003-10-051-2/+1
* - Check XLOCK prior to accessing v_data.jeff2003-10-051-0/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labeljeff2003-10-041-3/+5
* Move an overly verbose message under #ifdef CODA_VERBOSE.tjr2003-09-131-0/+2
OpenPOWER on IntegriCloud