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
*
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
*
Don't allow reads past the end of a file.
scottl
2005-01-12
1
-1
/
+1
*
Silently ignore forced argument to unmount.
phk
2005-01-11
1
-2
/
+0
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
4
-4
/
+4
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
7
-18
/
+12
*
whitespace
phk
2005-01-10
1
-1
/
+1
*
Annotate that pfs_exit() always acquires and releases two mutexes for
rwatson
2005-01-08
1
-0
/
+4
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
67
-68
/
+70
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
19
-27
/
+27
*
Unsupport forceful unmounts of DEVFS.
phk
2005-01-04
1
-1
/
+1
*
Be consistent about flag values passed to device drivers read/write
phk
2004-12-22
1
-11
/
+4
*
Shuffle numeric values of the IO_* flags to match the O_* flags from
phk
2004-12-22
1
-0
/
+13
*
We can only ever get to vgonechrl() from a devfs vnode, so we do not
phk
2004-12-20
1
-1
/
+2
*
Add a couple of KASSERTS to try to diagnose a problem reported.
phk
2004-12-20
1
-1
/
+5
*
Be a bit more assertive about vnode bypass.
phk
2004-12-14
1
-16
/
+17
*
Exporting of NTFS filesystem broke in rev 1.70. Fix it.
ssouhlal
2004-12-13
1
-7
/
+4
*
Don't forget to bypass vnodes in corner cases.
phk
2004-12-13
1
-8
/
+6
*
Another FNONBLOCK -> O_NONBLOCK.
phk
2004-12-13
1
-2
/
+2
*
Use O_NONBLOCK instead of FNONBLOCK alias.
phk
2004-12-13
1
-1
/
+1
*
Explicit panic in vop_read/vop_write for devices
phk
2004-12-13
1
-0
/
+2
*
Explicitly panic vop_read/vop_write on fifos.
phk
2004-12-13
1
-0
/
+2
*
Don't deref NULL if no charset-conversion is specified.
phk
2004-12-12
2
-2
/
+10
*
Handle MNT_UPDATE export requests first and return so we do not
phk
2004-12-11
1
-14
/
+14
*
typo
phk
2004-12-11
1
-1
/
+1
*
First save from editor, *then* commit.
phk
2004-12-07
1
-2
/
+1
*
Fix exports.
phk
2004-12-07
1
-6
/
+4
*
The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly
phk
2004-12-07
2
-128
/
+80
*
Use vfs_mountedfrom().
phk
2004-12-06
1
-2
/
+2
*
Trust vfs_mount to call VFS_STATFS() on all mounts.
phk
2004-12-06
1
-2
/
+0
*
Convert to nmount. Add omount compat.
phk
2004-12-06
5
-39
/
+100
*
Convert to nmount. Add omount compat.
phk
2004-12-06
1
-27
/
+37
*
Convert to nmount. Add omount compat.
phk
2004-12-06
2
-61
/
+80
*
Convert to nmount. Add backwards compat cmount method.
phk
2004-12-06
3
-47
/
+81
*
Convert nwfs to nmount, but take the low road: There is no way this is
phk
2004-12-06
1
-9
/
+29
[next]