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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid a couple of mutex operations in the process exit path for the
phk
2005-03-01
1
-0
/
+2
*
Remove debug printout of major/minor numbers, print name instead.
phk
2005-02-27
1
-1
/
+2
*
remove dead code
sam
2005-02-22
1
-3
/
+0
*
We may not have an actual cdev at this point.
phk
2005-02-22
1
-0
/
+3
*
Reap more benefits from DEVFS:
phk
2005-02-22
2
-16
/
+18
*
vp->v_id is a private field for the vfs namecache and it is a big mistake
phk
2005-02-22
2
-36
/
+34
*
Use vn_printf() instead of home-rolling.
phk
2005-02-22
1
-10
/
+2
*
Make dev_ref() require the dev_lock() to be held and use it from
phk
2005-02-22
1
-1
/
+1
*
Replace the workaround for a deadlock bug in Coda with a different
das
2005-02-20
2
-16
/
+4
*
Remove basically unused root_vp pointer in udfmount.
rwatson
2005-02-18
2
-2
/
+0
*
Conditionalize cd9660 chattiness regarding the nature of the file system
rwatson
2005-02-18
1
-3
/
+7
*
Introduce vx_wait{l}() and use it instead of home-rolled versions.
phk
2005-02-17
3
-36
/
+9
*
Make a SYSCTL_NODE static
phk
2005-02-10
1
-1
/
+1
*
make M_NTFSMNT and ntfs_calccfree() static
phk
2005-02-10
2
-3
/
+3
*
Make fdesc_root static
phk
2005-02-10
2
-2
/
+2
*
Make smbfs_debuglevel private.
phk
2005-02-10
2
-4
/
+1
*
don't call vprint with NULL.
phk
2005-02-10
1
-1
/
+1
*
Statize malloc types.
phk
2005-02-10
1
-3
/
+3
*
Statize devfs_ops_f
phk
2005-02-10
1
-1
/
+1
*
Make a bunch of malloc types static.
phk
2005-02-10
2
-2
/
+2
*
Unroll the loop for calculating the 8.3 filename checksum. In testing
njl
2005-02-08
1
-5
/
+14
*
Remove vop_destroyvobject()
phk
2005-02-07
1
-27
/
+1
*
Deimplement vop_destroyvobject()
phk
2005-02-07
2
-15
/
+1
*
Remove vop_destroyvobject() initialization.
phk
2005-02-07
1
-1
/
+0
*
Unbreak a few filesystems for which vnode_create_vobject() wasn't being
peadar
2005-01-29
4
-2
/
+40
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
11
-0
/
+11
*
Remove unused argument to vrecycle()
phk
2005-01-28
5
-5
/
+5
*
Make NTFS at least minimally usable after bufobj and GEOM fallout.
peadar
2005-01-27
3
-5
/
+35
*
Introduce and use g_vfs_close().
phk
2005-01-25
5
-10
/
+10
*
Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.
phk
2005-01-25
3
-33
/
+0
*
Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem
phk
2005-01-25
2
-19
/
+0
*
Don't implement vop_createvobject(), vop_open() and vop_close() manages
phk
2005-01-24
1
-19
/
+0
*
Don't call VOP_CREATEVOBJECT(), it's the responsibility of the
phk
2005-01-24
3
-42
/
+0
*
Add null_open() and null_close() which calls null_bypass() and managed
phk
2005-01-24
1
-0
/
+29
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
4
-1
/
+4
*
Kill the VV_OBJBUF and test the v_object for NULL instead.
phk
2005-01-24
2
-5
/
+2
*
Remove "register" keywords.
phk
2005-01-24
1
-2
/
+2
*
Style: Remove the commented out vop_foo_args replicas.
phk
2005-01-24
1
-103
/
+15
*
whitespace nit
phk
2005-01-19
1
-1
/
+1
*
Remove unused coda_fbsd_getpages()
phk
2005-01-19
2
-68
/
+0
*
Fix an incorrect cast.
scottl
2005-01-18
1
-1
/
+1
*
NULL-terminate the . and .. directory entries. Apparently some tools ignore
scottl
2005-01-14
1
-0
/
+2
*
Replace the min() macro with a test that doesn't truncate the 64-bit values
scottl
2005-01-14
1
-1
/
+4
*
Eliminate unused and constant arguments to smbfs_vinvalbuf()
phk
2005-01-14
4
-26
/
+13
*
Eliminate constant and unused arguments to nwfs_vinvalbuf()
phk
2005-01-14
4
-25
/
+14
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
4
-6
/
+6
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
14
-54
/
+63
*
Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()
phk
2005-01-13
4
-15
/
+14
*
Change the generated VOP_ macro implementations to improve type checking
phk
2005-01-13
4
-25
/
+25
*
Use off_t when passing and calculating file offsets. While a single
scottl
2005-01-12
1
-6
/
+11
[next]