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
/
nullfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
2
-3
/
+3
*
Reflect mpsafety of the underlying filesystem in the nullfs image.
kris
2005-10-16
1
-0
/
+1
*
Handle a race condition where NULLFS vnode can be cleaned while threads
kan
2005-09-15
1
-4
/
+28
*
Use vput() instead of vrele() in null_reclaim() since the lower vnode
ssouhlal
2005-09-02
1
-4
/
+5
*
- As this is presently the one and only place where duplicate acquires of
jeff
2005-04-22
1
-1
/
+1
*
- Clear VI_OWEINACT before calling vget() with no lock type. We know
jeff
2005-04-11
1
-0
/
+7
*
- Honor the flags argument passed to null_root(). The filesystem below
jeff
2005-04-11
1
-1
/
+1
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+2
*
- Lock the clearing of v_data so it is safe to inspect it with the
jeff
2005-03-17
1
-1
/
+7
*
- Assume that all lower filesystems now support proper locking. Assert
jeff
2005-03-15
3
-190
/
+63
*
- We have to transfer lockers after reseting our vnlock pointer.
jeff
2005-03-15
1
-0
/
+5
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
2
-12
/
+8
*
Introduce vx_wait{l}() and use it instead of home-rolled versions.
phk
2005-02-17
1
-4
/
+2
*
Remove vop_destroyvobject()
phk
2005-02-07
1
-27
/
+1
*
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
*
Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.
phk
2005-01-25
1
-11
/
+0
*
Don't implement vop_createvobject(), vop_open() and vop_close() manages
phk
2005-01-24
1
-19
/
+0
*
Add null_open() and null_close() which calls null_bypass() and managed
phk
2005-01-24
1
-0
/
+29
*
Kill the VV_OBJBUF and test the v_object for NULL instead.
phk
2005-01-24
1
-2
/
+1
*
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
*
Change the generated VOP_ macro implementations to improve type checking
phk
2005-01-13
1
-1
/
+1
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-2
/
+1
*
whitespace
phk
2005-01-10
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
4
-4
/
+4
*
Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().
phk
2004-12-06
1
-5
/
+2
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-5
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
4
-30
/
+24
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-14
/
+14
*
Eliminate null_open() and use instead null_bypass().
phk
2004-11-26
1
-24
/
+0
*
Use system wide no-op vfs_start function.
phk
2004-11-25
1
-17
/
+0
*
Refuse attempts to mount root filesystem
phk
2004-11-09
1
-0
/
+2
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-6
/
+4
*
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
2
-3
/
+3
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
4
-16
/
+0
*
Don't try to unlock the directory vnode in null_lookup() if the lock is
truckman
2004-01-11
1
-1
/
+1
*
v_vxproc was a bogus name for a thread (pointer).
bde
2003-12-28
1
-2
/
+2
*
MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:
tjr
2003-06-17
3
-13
/
+95
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-37
/
+26
*
Use temporary variable to avoid double expansion of macro with side effects.
phk
2003-05-31
1
-1
/
+4
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-2
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-2
/
+2
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
2
-3
/
+1
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-3
/
+3
*
- Hold the vp lock while accessing v_vflags.
jeff
2002-09-25
1
-5
/
+7
[next]