index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
coda
/
coda_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since we're now actively maintaining the Coda module in the FreeBSD source
rwatson
2008-02-10
1
-321
/
+311
*
Various further non-functional cleanups to coda:
rwatson
2008-02-09
1
-38
/
+14
*
No reason not to maintain stats on statfs in Coda, as it's done for
rwatson
2008-02-09
1
-3
/
+3
*
Remove unused devtomp(), which exploited UFS-specific knowledge to find
rwatson
2008-02-09
1
-21
/
+0
*
Make all calls to vn_lock() in Coda, including recently added ones,
rwatson
2008-02-09
1
-3
/
+3
*
The Coda module was originally ported to NetBSD from Mach by rvb, and
rwatson
2008-02-08
1
-1
/
+1
*
Remove undefined coda excluded by #if 1 #else, which previously protected
rwatson
2008-02-08
1
-12
/
+0
*
Rework coda_statfs(): no longer need to zero the statfs structure or
rwatson
2008-01-19
1
-6
/
+1
*
Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on the
rwatson
2008-01-19
1
-3
/
+2
*
Don't declare functions as extern.
rwatson
2008-01-19
1
-3
/
+0
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-3
/
+3
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-1
/
+1
*
Make sure we release the control vnode in Coda:
rwatson
2007-07-20
1
-0
/
+1
*
Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda
rwatson
2007-07-12
1
-6
/
+6
*
Fix ioctls on the control vnode: ioctls on a character device fail with
rwatson
2007-07-11
1
-1
/
+1
*
Avoid a panic in insmntque when we pass a NULL mount: this reenables
rwatson
2007-07-11
1
-7
/
+1
*
Resolve Coda mount failing because Coda failed to match the device
rwatson
2007-07-11
1
-8
/
+4
*
o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typo
maxim
2006-01-09
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+2
*
Replace the workaround for a deadlock bug in Coda with a different
das
2005-02-20
1
-15
/
+4
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-2
/
+1
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-2
/
+2
*
Convert coda to nmount.
phk
2004-12-06
1
-19
/
+13
*
Do not use devsw() but si_devsw direction. This is still bogus but a
phk
2004-09-23
1
-1
/
+1
*
General modernization of coda:
brooks
2004-09-01
1
-9
/
+1
*
Kill count device support from config. I've changed the last few
peter
2004-08-30
1
-1
/
+1
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-13
/
+14
*
Remove 'td = curthread' that shadows the arguments to coda_root().
rwatson
2004-07-12
1
-1
/
+0
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
Move an overly verbose message under #ifdef CODA_VERBOSE.
tjr
2003-09-13
1
-0
/
+2
*
Add support for the Coda 6.x venus<->kernel interface. This extends
tjr
2003-09-07
1
-19
/
+10
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-14
/
+6
*
Use __FBSDID().
obrien
2003-06-10
1
-4
/
+3
*
Set f_fstypename in coda_nb_statfs().
tjr
2003-03-07
1
-0
/
+1
*
Add a temporary workaround for a deadlock in Coda venus 5.3.19 that
tjr
2003-03-06
1
-2
/
+27
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-2
/
+3
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-2
/
+2
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Fixed bitrot in a banal comment by removing the comment.
bde
2001-10-13
1
-1
/
+1
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
1
-1
/
+0
*
fix typo
julian
2001-09-13
1
-3
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-18
/
+23
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-1
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+4
*
fix it so it compiles again
mjacob
2001-04-23
1
-0
/
+2
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-14
/
+2
[next]