aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Move an overly verbose message under #ifdef CODA_VERBOSE.Tim J. Robbins2003-09-131-0/+2
* Move an annoying printf() call that gets triggered every time anTim J. Robbins2003-09-101-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-0711-342/+388
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-262-4/+4
* Remove in toto coda_strategy which incorrectly implemented vop_panic();Poul-Henning Kamp2003-06-151-23/+0
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-122-26/+18
* Use __FBSDID().David E. O'Brien2003-06-107-27/+23
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-14/+14
* Deregister the dev_clone event handler we registered - don't touch theTim J. Robbins2003-03-271-2/+4
* Set f_fstypename in coda_nb_statfs().Tim J. Robbins2003-03-071-0/+1