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
/
kern
/
vfs_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add gjournal specific code to the UFS file system:
pjd
2006-10-31
1
-0
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Correct the comment: numvnodes is decreased on vdestroying the vnode.
kib
2006-10-02
1
-1
/
+2
*
Add mnt_noasync counter to better handle interleaved calls to nmount(),
tegge
2006-09-26
1
-5
/
+6
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
1
-0
/
+4
*
Add 'show vnode <addr>' DDB command.
pjd
2006-09-04
1
-2
/
+18
*
getnewvnode() can be called with NULL mp.
pjd
2006-08-10
1
-1
/
+1
*
Add a bandaid to avoid a deadlock in a situation, when we are trying to suspend
pjd
2006-08-09
1
-0
/
+10
*
Improve commenting of vaccess(), making sure to be clear that the ifdef
rwatson
2006-08-06
1
-4
/
+10
*
Enable debug.mpsafevfs by default on arm. Since every architecture except
alc
2006-07-15
1
-2
/
+1
*
Back out my rev. 1.674. The better fix (rev. 1.637) is already in tree.
kib
2006-07-05
1
-3
/
+3
*
Backed out the change by request from rwatson.
babkin
2006-06-26
1
-72
/
+0
*
The common UID/GID space implementation. It has been discussed on -arch
babkin
2006-06-25
1
-0
/
+72
*
Fix the LOR that occurs when the MAC compiled into the kernel
kib
2006-06-08
1
-3
/
+3
*
Do not set B_NOCACHE on buffers when releasing them in flushbuflist().
ups
2006-05-25
1
-1
/
+1
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-1
/
+1
*
vn_start_write()/vn_finished_write() is not needed here, because
pjd
2006-04-29
1
-2
/
+0
*
- Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child
jeff
2006-04-28
1
-1
/
+2
*
- VFS_LOCK_GIANT when recycling a vnode via getnewvnode. We may be
jeff
2006-04-04
1
-0
/
+3
*
- Add an assert to vgone. It is illegal to call vgone without a reference
jeff
2006-03-31
1
-3
/
+0
*
- Hold a reference from the time vfs_busy starts until vfs_unbusy is
jeff
2006-03-31
1
-3
/
+9
*
- Add the B_NEEDSGIANT flag which is only set if the vnode that owns a buf
jeff
2006-03-31
1
-0
/
+3
*
- Correct an assert in vop_rename_pre. fdvp may be locked if it is either
jeff
2006-03-19
1
-1
/
+1
*
Use vn_start_secondary_write() and vn_finished_secondary_write() as a
tegge
2006-03-08
1
-4
/
+20
*
Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must
tegge
2006-03-02
1
-0
/
+2
*
Don't try to show marker nodes.
tegge
2006-03-02
1
-1
/
+1
*
- Move softdep from using a global worklist to per-mount worklists. This
jeff
2006-03-02
1
-10
/
+0
*
- Release the mount ref once the vnode has been recycled rather than once
jeff
2006-02-23
1
-3
/
+2
*
- Grab a mnt ref in vfs_busy() before dropping the interlock. This will
jeff
2006-02-22
1
-1
/
+6
*
- Add a ref count to the mount structure. Sleep for up to 3 seconds in
jeff
2006-02-06
1
-6
/
+8
*
- Solve a race where we could lose a call to VOP_INACTIVE. If vget() waiting
jeff
2006-02-01
1
-12
/
+30
*
Back out r1.653; it turns out that the race (or at least the printf) is
kris
2006-01-28
1
-20
/
+0
*
Convert remaining functions in vfs_subr.c from K&R prototypes to ANSI C
rwatson
2006-01-21
1
-82
/
+34
*
Add marker vnodes to ensure that all vnodes associated with the mount point are
tegge
2006-01-09
1
-22
/
+17
*
Print a warning when we miss vinactive() call, because of race in vget().
pjd
2005-12-29
1
-0
/
+20
*
This is a workaround for a complicated issue involving VFS cookies and devfs.
dwhite
2005-11-09
1
-0
/
+4
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
mpsafevm has been stable and defaulted to 1 on sparc64 for over 6 months,
kris
2005-10-14
1
-1
/
+1
*
Move execve's access time update functionality into a new
dds
2005-10-12
1
-0
/
+17
*
Un-staticize runningbufwakeup() and staticize updateproc.
truckman
2005-09-30
1
-1
/
+2
*
Break out of loop if next buffer pointer has become invalid while flushing
tegge
2005-09-16
1
-0
/
+15
*
In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupported
rwatson
2005-09-12
1
-1
/
+1
*
use monotonic `time_uptime' instead of `time_second'
jkim
2005-09-12
1
-4
/
+4
*
Introduce vfs_read_dirent() which can help VOP_READDIR() implementations
phk
2005-09-12
1
-0
/
+27
*
Fix a typo in vop_rename_pre() where we ended up using vholdl()
ssouhlal
2005-08-28
1
-1
/
+1
*
Back out the removal of LK_NOWAIT from the VOP_LOCK() call in
truckman
2005-08-23
1
-7
/
+37
*
Silence "busy" warnings when unmounting devfs at system shutdown. This
rwatson
2005-08-20
1
-6
/
+16
*
Make mpsafe_vfs=1 the default on ia64.
marcel
2005-08-13
1
-1
/
+2
*
Do not drop the vnode interlock if vdropl is called on already doomed vnode.
kan
2005-08-10
1
-3
/
+1
*
Holding a vnode doesn't prevent v_mount from disappearing (when the
ssouhlal
2005-08-06
1
-0
/
+2
[next]