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_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that
alc
2010-10-02
1
-2
/
+1
*
Switch to our preferred 2-clause BSD license.
joel
2010-04-07
1
-7
/
+1
*
Spell DIAGNOSTIC correctly.
ru
2009-10-24
1
-1
/
+1
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-9
/
+17
*
Catch up with netsmb locking: explicit thread arguments no longer required.
rwatson
2008-11-02
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-1
/
+1
*
Replace lockmgr lock protecting smbfs node hash table with sx lock.
rwatson
2008-03-02
1
-3
/
+4
*
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
*
Lock the smb share before doing a 'put' on it in smbfs_unmount().
jhb
2006-07-17
1
-0
/
+3
*
Eradicate caddr_t from the VFS API.
des
2005-12-14
1
-2
/
+2
*
Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option
avatar
2005-12-05
1
-3
/
+1
*
- Add errmsg to the list of smbfs mount options.
rodrigc
2005-11-16
1
-7
/
+23
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
In preparation for making the modules actually use opt_*.h files
yar
2005-10-14
1
-4
/
+0
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-2
/
+2
*
Make smbfs_debuglevel private.
phk
2005-02-10
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
typo
phk
2004-12-11
1
-1
/
+1
*
Convert to nmount. Add omount compat.
phk
2004-12-06
1
-27
/
+85
*
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
-3
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-4
/
+3
*
Another LINT compilation fix
phk
2004-07-13
1
-1
/
+0
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-3
/
+3
*
Remove useless SMP check code.
des
2003-12-07
1
-12
/
+0
*
Don't mess about with spare fields in public structures.
phk
2003-11-12
1
-1
/
+0
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-1
/
+1
*
size_t != int. Make this compile on 64 bit platforms (eg: amd64).
peter
2003-07-24
1
-1
/
+2
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-24
/
+17
*
Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtime
tjr
2003-04-01
1
-1
/
+2
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-45
/
+1
*
Remove fragments of support for the FreeBSD 3.x and 4.x branches.
tjr
2003-03-06
1
-13
/
+0
*
Revert removal of vnode and VFS stubs; bp asserts that they are needed.
tjr
2003-02-08
1
-3
/
+45
*
Garbage-collect stub VFS ops, use the defaults instead.
tjr
2003-02-07
1
-45
/
+3
*
Keep trying to flush the vnode list for the mount while some are still
tjr
2002-12-13
1
-2
/
+13
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-3
/
+6
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+2
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-2
/
+2
*
Get rid from extra #ifdefs.
bp
2002-04-23
1
-60
/
+1
*
Remove 3 instances of vm_zone.h inclusion.
phk
2002-04-08
1
-1
/
+0
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-2
/
+4
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-4
/
+4
*
Add module dependency on libmchain.
sheldonh
2001-12-13
1
-0
/
+2
*
Catch up with KSE changes.
bp
2001-12-02
1
-27
/
+27
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-15
/
+2
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+513