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
/
hpfs
/
hpfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-25
/
+19
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Third argument to copyinstr() is a pointer to a size_t, not a pointer to a
jhb
2002-11-07
1
-1
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-1
/
+0
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-15
/
+13
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-5
/
+13
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
Replace 'p' with 'td' as appropriate.
jhb
2001-11-27
1
-21
/
+21
*
GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.
jhb
2001-11-27
1
-5
/
+5
*
Expand LOCKMGR() compat macro.
jhb
2001-11-27
1
-2
/
+2
*
GC some KSE compatiblity macros that were somehow still here.
jhb
2001-11-26
1
-12
/
+7
*
GC non-FreeBSD code that didn't work anyways.
jhb
2001-11-26
1
-196
/
+3
*
Restore these files to being portable:
jhb
2001-09-12
1
-42
/
+44
*
KSE Milestone 2
julian
2001-09-12
1
-37
/
+43
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-1
/
+1
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
1
-10
/
+7
*
Reviewed by: jlemon
adrian
2001-03-01
1
-9
/
+5
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-9
/
+1
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-1
/
+2
*
Proc locking to protect p_ucred while we obtain an additional reference.
jhb
2001-01-23
1
-1
/
+9
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-3
/
+3
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-1
/
+12
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-3
/
+1
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+2
*
First version of HPFS stuff.
semenu
1999-12-09
1
-0
/
+770