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
/
smbfs
/
smbfs_node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for the KDB framework:
marcel
2004-07-10
1
-3
/
+4
*
Fixes problems that occurred when a file was removed and a directory
tjr
2004-02-10
1
-0
/
+17
*
In smbfs_inactive(), only invalidate the node's attribute cache if we
tjr
2004-01-04
1
-1
/
+1
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
Send the close request to the SMB server in smbfs_inactive(), instead of
tjr
2003-06-17
1
-6
/
+17
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Remove redundant check for negative or zero v_usecount; vrele() already
tjr
2002-12-15
1
-14
/
+7
*
Keep trying to flush the vnode list for the mount while some are still
tjr
2002-12-13
1
-0
/
+5
*
Store a reference to the parent directory's vnode in struct smbnode,
tjr
2002-12-13
1
-5
/
+5
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-1
/
+1
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-2
/
+2
*
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
/
+2
*
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
*
Catch up with KSE changes.
bp
2001-12-02
1
-21
/
+21
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-9
/
+11
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+415