summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronize Coda kernel module definitions in our coda.h to Coda 6'srwatson2010-04-051-6/+6
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+11
* Remove unused local variables.bz2009-01-311-2/+0
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Since we're now actively maintaining the Coda module in the FreeBSD sourcerwatson2008-02-101-321/+311
* Various further non-functional cleanups to coda:rwatson2008-02-091-38/+14
* No reason not to maintain stats on statfs in Coda, as it's done forrwatson2008-02-091-3/+3
* Remove unused devtomp(), which exploited UFS-specific knowledge to findrwatson2008-02-091-21/+0
* Make all calls to vn_lock() in Coda, including recently added ones,rwatson2008-02-091-3/+3
* The Coda module was originally ported to NetBSD from Mach by rvb, andrwatson2008-02-081-1/+1
* Remove undefined coda excluded by #if 1 #else, which previously protectedrwatson2008-02-081-12/+0
* Rework coda_statfs(): no longer need to zero the statfs structure orrwatson2008-01-191-6/+1
* Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on therwatson2008-01-191-3/+2
* Don't declare functions as extern.rwatson2008-01-191-3/+0
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Make sure we release the control vnode in Coda:rwatson2007-07-201-0/+1
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-121-6/+6
* 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
* Resolve Coda mount failing because Coda failed to match the devicerwatson2007-07-111-8/+4
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typomaxim2006-01-091-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Replace the workaround for a deadlock bug in Coda with a differentdas2005-02-201-15/+4
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-2/+2
* Convert coda to nmount.phk2004-12-061-19/+13
* Do not use devsw() but si_devsw direction. This is still bogus but aphk2004-09-231-1/+1
* General modernization of coda:brooks2004-09-011-9/+1
* Kill count device support from config. I've changed the last fewpeter2004-08-301-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-13/+14
* 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
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Move an overly verbose message under #ifdef CODA_VERBOSE.tjr2003-09-131-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-071-19/+10
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+6
* Use __FBSDID().obrien2003-06-101-4/+3
* 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-061-2/+27
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Remove __P.alfred2002-03-201-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Fixed bitrot in a banal comment by removing the comment.bde2001-10-131-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* fix typojulian2001-09-131-3/+0
* KSE Milestone 2julian2001-09-121-18/+23
OpenPOWER on IntegriCloud