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
/
nwfs
/
nwfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-2
/
+2
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
1
-0
/
+2
*
Eradicate caddr_t from the VFS API.
des
2005-12-14
1
-2
/
+2
*
In preparation for making the modules actually use opt_*.h files
yar
2005-10-14
1
-4
/
+0
*
The NWFS code in RELENG_6 is broken due to a typo in
phk
2005-09-30
1
-1
/
+1
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-2
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Convert nwfs to nmount, but take the low road: There is no way this is
phk
2004-12-06
1
-9
/
+29
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-8
/
+0
*
Use system wide no-op vfs_start function.
phk
2004-11-25
1
-16
/
+0
*
Refuse attempts to mount root filesystem
phk
2004-11-09
1
-0
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-4
/
+4
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-4
/
+3
*
Remove useless SMP check code.
des
2003-12-07
1
-10
/
+0
*
Don't mess around with spare fields of public structures.
phk
2003-11-12
1
-1
/
+0
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-23
/
+17
*
Specify the M_WAITOK flag explicitly in the MALLOC call to silence a
tjr
2003-04-01
1
-1
/
+2
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-52
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-3
/
+3
*
- 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
-5
/
+5
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-4
/
+4
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-34
/
+35
*
Protect the mnt_vnode list with the mntvnode lock.
jhb
2001-06-28
1
-4
/
+15
*
- sys/n[tw]fs moved to sys/fs/n[tw]fs
ru
2001-05-26
1
-3
/
+3
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-22
/
+3
*
Add dependancy on libmchain module.
bp
2001-03-22
1
-0
/
+1
*
Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected
bp
2001-03-10
1
-1
/
+1
*
Synch with changes in the NCP requester.
bp
2001-03-10
1
-1
/
+1
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Make malloc use M_ZERO in some more locations.
dwmalone
2000-10-29
1
-3
/
+1
*
Protect hash data with lock manager instead of home grown one.
bp
2000-10-02
1
-1
/
+2
*
Get rid from the legacy __P() macro. Remove 'register' keywords.
bp
2000-10-02
1
-16
/
+13
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
nwfs depends on ncp
peter
2000-04-29
1
-0
/
+2
*
Check if module was compiled without SMP support and running on
bp
2000-01-15
1
-0
/
+9
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+2
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
Change structure field named 'toupper' to 'to_upper' to avoid conflict
archie
1999-11-02
1
-5
/
+5
*
Remove unnessary includes.
bp
1999-10-12
1
-3
/
+0
*
Import kernel part of ncplib: netncp and nwfs
bp
1999-10-02
1
-0
/
+515