aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codaRobert Watson2007-07-121-520/+0
* Fix ioctls on the control vnode: ioctls on a character device fail withRobert Watson2007-07-111-1/+1
* Avoid a panic in insmntque when we pass a NULL mount: this reenablesRobert Watson2007-07-111-7/+1
* Resolve Coda mount failing because Coda failed to match the deviceRobert Watson2007-07-111-8/+4
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typoMaxim Konovalov2006-01-091-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Replace the workaround for a deadlock bug in Coda with a differentDavid Schultz2005-02-201-15/+4
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-2/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-2/+2
* Convert coda to nmount.Poul-Henning Kamp2004-12-061-19/+13
* 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-011-9/+1
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-13/+14
* 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
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Move an overly verbose message under #ifdef CODA_VERBOSE.Tim J. Robbins2003-09-131-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-071-19/+10
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-14/+6
* Use __FBSDID().David E. O'Brien2003-06-101-4/+3
* Set f_fstypename in coda_nb_statfs().Tim J. Robbins2003-03-071-0/+1
* Add a temporary workaround for a deadlock in Coda venus 5.3.19 thatTim J. Robbins2003-03-061-2/+27
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+3
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Fixed bitrot in a banal comment by removing the comment.Bruce Evans2001-10-131-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* fix typoJulian Elischer2001-09-131-3/+0
* KSE Milestone 2Julian Elischer2001-09-121-18/+23
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-4/+4
* fix it so it compiles againMatt Jacob2001-04-231-0/+2
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-14/+2
* Delete unused #include <sys/select.h>.Garrett Wollman2001-01-091-2/+0
* When p_ucred is passed to the venus daemon, first grab the proc lock toJohn Baldwin2000-12-151-2/+14
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-151-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+4
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-2/+2
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-4/+3
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-56/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+1
* Remove the RCS "Log" and all the verbiage it has generated.Poul-Henning Kamp1999-07-211-219/+1