aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* coda_vptofh is never defined nor used.Pawel Jakub Dawidek2007-02-021-1/+0
* change vop_lock handling to allowing tracking of callers' file and line forKip Macy2006-11-132-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.Yaroslav Tykhiy2006-02-271-1/+6
* - Reorder calls to vrele() after calls to vput() when the vrele is aJeff Roberson2006-02-011-12/+9
* Convert last four functions in coda_vnops.c to ANSI C functionRobert Watson2006-01-211-14/+6
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typoMaxim Konovalov2006-01-091-1/+1
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-081-3/+4
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-0/+1
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* - Don't panic if we can't lock a child in lookup, return an error instead.Jeff Roberson2005-03-281-5/+4
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Disable two users of findcdev. They do the wrong thing now and willPoul-Henning Kamp2005-03-151-0/+4
* Print devtoname() instead of minor().Poul-Henning Kamp2005-03-151-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-1/+1
* - The c_lock in the coda node does not offer any features over the standardJeff Roberson2005-03-132-16/+8
* Replace the workaround for a deadlock bug in Coda with a differentDavid Schultz2005-02-202-16/+4
* Remove vop_destroyvobject() initialization.Poul-Henning Kamp2005-02-071-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.Poul-Henning Kamp2005-01-251-1/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemPoul-Henning Kamp2005-01-251-1/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thePoul-Henning Kamp2005-01-241-26/+0
* Remove unused coda_fbsd_getpages()Poul-Henning Kamp2005-01-192-68/+0
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()Poul-Henning Kamp2005-01-132-8/+8
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-114-10/+6
* Start each of the license/copyright comments with /*-Warner Losh2005-01-0519-27/+27
* Convert coda to nmount.Poul-Henning Kamp2004-12-061-19/+13
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-012-185/+98
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-4/+4
* Do not use devsw() but si_devsw direction. This is still bogus but aPoul-Henning Kamp2004-09-231-1/+1
* General modernization of coda:Brooks Davis2004-09-014-93/+54
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-303-3/+3
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-13/+14
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-2/+2
* Remove 'td = curthread' that shadows the arguments to coda_root().Robert Watson2004-07-121-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-5/+2
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-173-3/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-1610-26/+26
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-2/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-051-3/+3
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.Bruce Evans2003-10-051-2/+1
* - Check XLOCK prior to accessing v_data.Jeff Roberson2003-10-051-0/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labelJeff Roberson2003-10-041-3/+5