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
Commit message (
Expand
)
Author
Age
Files
Lines
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+4
*
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
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-1
/
+1
*
Fix interaction with Windows 2000/XP based servers:
bp
2005-11-22
1
-1
/
+3
*
- 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
3
-4
/
+4
*
In preparation for making the modules actually use opt_*.h files
yar
2005-10-14
1
-4
/
+0
*
Staticize a symbol used only in this file.
anholt
2005-05-06
1
-1
/
+1
*
Fix breakage on alpha.
takawata
2005-05-05
1
-2
/
+2
*
Make smbfs capable to use 16bit char set in filenames.
takawata
2005-05-04
3
-11
/
+31
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-6
/
+2
*
Initialize vp before using it. Failing to do this can cause instant
delphij
2005-04-10
1
-0
/
+1
*
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
jeff
2005-03-29
1
-4
/
+3
*
- cache_lookup() now locks the new vnode for us to prevent some races.
jeff
2005-03-29
1
-57
/
+37
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-54
/
+21
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-2
/
+2
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
3
-17
/
+3
*
vp->v_id is a private field for the vfs namecache and it is a big mistake
phk
2005-02-22
1
-25
/
+24
*
Make smbfs_debuglevel private.
phk
2005-02-10
2
-4
/
+1
*
don't call vprint with NULL.
phk
2005-02-10
1
-1
/
+1
*
Unbreak a few filesystems for which vnode_create_vobject() wasn't being
peadar
2005-01-29
1
-1
/
+3
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-1
/
+1
*
Eliminate unused and constant arguments to smbfs_vinvalbuf()
phk
2005-01-14
4
-26
/
+13
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
1
-2
/
+2
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-2
/
+3
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
9
-9
/
+9
*
typo
phk
2004-12-11
1
-1
/
+1
*
Convert to nmount. Add omount compat.
phk
2004-12-06
5
-39
/
+100
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-8
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
2
-40
/
+33
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-23
/
+23
*
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
*
Remove unused B_WRITEINPROG flag
phk
2004-09-15
1
-2
/
+0
*
Explicitly pass vnode to smbfs_doio() function.
phk
2004-09-07
3
-6
/
+3
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-4
/
+3
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-1
/
+1
*
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
*
Update for the KDB framework:
marcel
2004-07-10
1
-3
/
+4
*
Make vm_page's PG_ZERO flag immutable between the time of the page's
alc
2004-05-06
1
-2
/
+0
*
Fixes problems that occurred when a file was removed and a directory
tjr
2004-02-10
3
-1
/
+42
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-5
/
+9
*
Fix an inverted test for NOPEN in the unused function smb_smb_flush().
tjr
2004-01-12
1
-1
/
+1
*
Restore closing of SMB find handle in smbfs_close().
tjr
2004-01-10
1
-1
/
+8
*
In smbfs_inactive(), only invalidate the node's attribute cache if we
tjr
2004-01-04
1
-1
/
+1
*
Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid
tjr
2003-12-22
1
-1
/
+1
*
Remove useless SMP check code.
des
2003-12-07
1
-12
/
+0
[next]