summaryrefslogtreecommitdiffstats
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move an annoying printf() call that gets triggered every time antjr2003-09-101-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-0711-342/+388
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-262-4/+4
* Remove in toto coda_strategy which incorrectly implemented vop_panic();phk2003-06-151-23/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-122-26/+18
* Use __FBSDID().obrien2003-06-107-27/+23
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+14
* Deregister the dev_clone event handler we registered - don't touch thetjr2003-03-271-2/+4
* Set f_fstypename in coda_nb_statfs().tjr2003-03-071-0/+1
* Add a temporary workaround for a deadlock in Coda venus 5.3.19 thattjr2003-03-062-2/+28
* VOP_PATHCONF returns a register_t, not an int. Noticed by phk.tjr2003-03-051-1/+1
* Add prototype for coda_pathconf() that I missed in the previous commit.tjr2003-03-051-0/+1
* Add a minimal implementation of VOP_PATHCONF to silence warningtjr2003-03-051-1/+29
* Handle the case where a_uio->uio_td == NULL properly in coda_readlink().tjr2003-03-051-1/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* msgphk2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-011-11/+7
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-011-7/+11
* Fix these warns where sizeof(int) != sizeof(void *)njl2002-09-261-4/+4
* - Use vrefcnt() instead of directly accessing v_usecount.jeff2002-09-253-19/+21
* Attempt to fix the error reported by the alpha tinderbox. A pointeriedowse2002-09-221-2/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
OpenPOWER on IntegriCloud