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
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
2
-2
/
+4
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
2
-4
/
+4
*
Remove inode fields previously used for private inode hash tables.
phk
2005-03-16
2
-2
/
+0
*
Don't hold a reference to the disk vnode for each inode.
phk
2005-03-16
10
-38
/
+14
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
2
-6
/
+2
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
2
-46
/
+6
*
Forgot cvs rm in last file.
phk
2005-03-14
1
-169
/
+0
*
Use vfs_hash() instead of home-rolled
phk
2005-03-14
7
-132
/
+60
*
- Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.
jeff
2005-03-13
6
-72
/
+16
*
Remove debug printout of major/minor numbers, print name instead.
phk
2005-02-27
4
-8
/
+8
*
move ptr deref's to after null ptr checks
sam
2005-02-24
2
-4
/
+8
*
Make a SYSCTL_NODE static
phk
2005-02-10
2
-2
/
+2
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
2
-0
/
+2
*
Remove unused argument to vrecycle()
phk
2005-01-28
2
-2
/
+2
*
Introduce and use g_vfs_close().
phk
2005-01-25
2
-4
/
+4
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
2
-0
/
+2
*
Remove unused cred argument to ext2_reload()
phk
2005-01-24
2
-12
/
+6
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
2
-4
/
+4
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
2
-2
/
+2
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
2
-10
/
+8
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
45
-71
/
+72
*
Add dol FreeBSD dol and /*+ize license
imp
2005-01-06
3
-3
/
+9
*
Implement simpler panics for VOP_{read,write} on fifos.
phk
2004-12-14
2
-110
/
+4
*
Revert previous commit. The null-pointer function call (a dereference
marcel
2004-12-11
2
-8
/
+8
*
Convert to nmount. Add omount compat code.
phk
2004-12-06
2
-20
/
+26
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
2
-14
/
+0
*
Fix null-pointer indirect function calls introduced in the previous
marcel
2004-12-05
2
-8
/
+8
*
Remove #if 0'ed rootfs mounting code.
phk
2004-12-04
2
-116
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
6
-134
/
+112
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
2
-52
/
+52
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
2
-6
/
+6
*
Get even closer to not crashing ext2fs
phk
2004-11-06
4
-4
/
+2
*
Get closer to unbreaking ext2fs
phk
2004-11-06
2
-0
/
+4
*
Properly implement a default version of VOP_GETWRITEMOUNT.
phk
2004-11-06
2
-2
/
+0
*
Move EXT2FS to GEOM backing instead of DEVFS.
phk
2004-10-29
8
-100
/
+114
*
Reduce the locking activity by epsilon by checking VNON condition before
phk
2004-10-28
2
-8
/
+6
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
4
-8
/
+2
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
4
-6
/
+8
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
4
-4
/
+4
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
2
-2
/
+2
*
Desupport device nodes on EXT2 filesystems.
phk
2004-09-27
6
-238
/
+24
*
Give cluster_write() an explicit vnode argument.
phk
2004-09-27
2
-2
/
+2
*
Create simple function init_va_filerev() for initializing a va_filerev
phk
2004-09-07
2
-48
/
+2
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
2
-16
/
+10
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
2
-10
/
+10
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
2
-2
/
+4
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
2
-10
/
+10
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
2
-4
/
+6
*
Update for the KDB framework:
marcel
2004-07-10
2
-10
/
+6
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
2
-28
/
+4
[next]