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_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Update nwfs_lookup() to match the current cache_lookup() API.
truckman
2005-10-16
1
-26
/
+11
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-7
/
+3
*
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
jeff
2005-03-29
1
-4
/
+3
*
- nwfs_lookup() is no longer responsible for unlocking the dvp, this is
jeff
2005-03-28
1
-26
/
+10
*
vp->v_id is a private field for the vfs namecache and it is a big mistake
phk
2005-02-22
1
-11
/
+10
*
Eliminate constant and unused arguments to nwfs_vinvalbuf()
phk
2005-01-14
1
-3
/
+3
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-3
/
+4
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Fix warning
phk
2004-12-06
1
-1
/
+1
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-34
/
+28
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-21
/
+21
*
Explicitly pass the vnode to the nw_doio() function.
phk
2004-09-07
1
-3
/
+1
*
Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.
phk
2003-10-18
1
-1
/
+0
*
Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.
phk
2003-10-18
1
-2
/
+1
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+1
*
Fix vnode corruption bug when trying to rename files across filesystems.
tjr
2003-02-27
1
-10
/
+13
*
Sync nwfs_access() with smbfs_access(): use vaccess() instead of checking
tjr
2003-02-27
1
-13
/
+5
*
Since Jeffr made the std* functions the default in rev 1.63 of
phk
2003-01-04
1
-3
/
+0
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-2
/
+2
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-65
/
+66
*
- sys/n[tw]fs moved to sys/fs/n[tw]fs
ru
2001-05-26
1
-3
/
+3
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-25
/
+0
*
Do not kill vnodes after rename. This can cause deadlocks in the deadfs.
bp
2001-03-11
1
-6
/
+2
*
Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected
bp
2001-03-10
1
-35
/
+0
*
Synch with changes in the NCP requester.
bp
2001-03-10
1
-13
/
+9
*
A name of the file can change while its id stays the same. So, we have
bp
2001-03-06
1
-15
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-7
/
+7
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-7
/
+9
*
Protect hash data with lock manager instead of home grown one.
bp
2000-10-02
1
-12
/
+27
*
Get rid from the legacy __P() macro. Remove 'register' keywords.
bp
2000-10-02
1
-57
/
+57
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-33
/
+1
*
Fix pointer problem for the Alpha
peter
1999-12-12
1
-2
/
+2
*
Remove race condition under SMP.
bp
1999-11-21
1
-2
/
+8
*
Under some condition vnode can reference itself.
bp
1999-10-14
1
-1
/
+4
*
Remove unnessary includes.
bp
1999-10-12
1
-7
/
+0
*
Import kernel part of ncplib: netncp and nwfs
bp
1999-10-02
1
-0
/
+1128