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
*
Always call vn_finished_write after vn_start_write was called. All
kan
2004-03-06
1
-2
/
+3
*
Switch the sleep/wakeup and condition variable implementations to use the
jhb
2004-02-27
1
-7
/
+2
*
Split the mlock() kernel code into two parts, mlock(), which unpacks
truckman
2004-02-26
1
-1
/
+3
*
Check for NODEV return from udev2dev()
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 6/6:
phk
2004-02-21
1
-2
/
+4
*
Device megapatch 5/6:
phk
2004-02-21
1
-1
/
+1
*
More style fixes.
kan
2004-01-05
1
-15
/
+13
*
style(9):
kan
2004-01-05
1
-236
/
+266
*
Cosmetics: strip '\n' from a string passed to Debugger().
kan
2004-01-04
1
-2
/
+2
*
v_vxproc was a bogus name for a thread (pointer).
bde
2003-12-28
1
-3
/
+3
*
- In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT.
jeff
2003-12-16
1
-3
/
+4
*
- When doing a forced unmount, VFS attempts to keep VCHR vnodes valid by
jeff
2003-12-16
1
-1
/
+28
*
- Don't forget to unlock the vnode interlock in the LK_NOWAIT case.
jeff
2003-11-30
1
-1
/
+2
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-25
/
+26
*
Add appropriate const poisoning to the assert_*locked() family so that I can
wollman
2003-10-23
1
-8
/
+8
*
Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (This
alc
2003-10-20
1
-0
/
+2
*
Simplify count_dev()
phk
2003-10-17
1
-5
/
+5
*
Simplify vn_isdisk() a bit.
phk
2003-10-12
1
-24
/
+10
*
- Fix a typo, I meant & and not |. This was causing lockups from the syncer
jeff
2003-10-11
1
-1
/
+1
*
- Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify
jeff
2003-10-05
1
-13
/
+2
*
- Rename vcanrecycle() to vtryrecycle() to reflect its new role.
jeff
2003-10-05
1
-26
/
+32
*
- Don't cache_purge() in getnewvnode. It's done in vclean(). With this
jeff
2003-10-05
1
-11
/
+5
*
- Solve a LOR with the sync_mtx by using the VI_ONWORKLST flag to determine
jeff
2003-10-05
1
-6
/
+12
*
- Move the xlock 'locking' code into vx_lock() and vx_unlock().
jeff
2003-10-05
1
-21
/
+54
*
- In sched_sync() test our preconditions prior to dropping the sync_mtx.
jeff
2003-10-04
1
-22
/
+18
*
- In a Giantless world, the vn_lock() in vcanrecycle() could legitimately
jeff
2003-10-04
1
-21
/
+22
*
- In reassignbuf() don't unlock vp and lock newvp if they are the same.
jeff
2003-09-20
1
-6
/
+11
*
- Remove spls(). The locking that has replaced them is in place and they
jeff
2003-09-19
1
-62
/
+6
*
Eliminate one case of VI_UNLOCK followed by an immediate
kan
2003-09-19
1
-3
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Revert stuff which accidentally ended up in the previous commit.
phk
2003-07-22
1
-7
/
+8
*
Don't attempt to inline large functions mb_alloc() and mb_free(),
phk
2003-07-22
1
-8
/
+7
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+4
*
Remove unused variable and now unbalanced call to splbio();
phk
2003-05-31
1
-2
/
+0
*
Make the maximum number of vnodes a function of both the physical memory
alc
2003-05-23
1
-1
/
+10
*
Detect that a vnode has been reclaimed while vflush() was waiting to lock
truckman
2003-05-16
1
-0
/
+11
*
Optimize the use of splay in gbincore(). During a "make buildworld" the
alc
2003-05-13
1
-7
/
+22
*
Remove bogus locking from DDB's "show lockedvnods" command: using
rwatson
2003-05-12
1
-11
/
+7
*
- Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't
alc
2003-05-03
1
-1
/
+1
*
Lock accesses to the vm_object's ref_count and resident_page_count.
alc
2003-05-01
1
-5
/
+9
*
Various changes to vm_object_page_remove():
alc
2003-04-26
1
-1
/
+1
*
- Convert vm_object_pip_wait() from using tsleep() to msleep().
alc
2003-04-26
1
-0
/
+2
*
- Acquire the vm_object's lock when performing vm_object_page_clean().
alc
2003-04-24
1
-0
/
+2
*
Update locking around vm_object_page_remove() to use the new macros.
alc
2003-04-18
1
-2
/
+2
*
Use vm_object_pip_wait() rather than reimplementing it.
alc
2003-04-13
1
-2
/
+1
*
Adjust the number of vnodes scanned by vlrureclaim() according to the
tegge
2003-03-26
1
-8
/
+11
*
We shouldn't assert that a vode is locked in vop_lock_post()
yar
2003-03-22
1
-1
/
+2
*
- Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not been
jeff
2003-03-13
1
-14
/
+17
*
- Remove a race between fsync like functions and flushbufqueues() by
jeff
2003-03-13
1
-1
/
+0
[next]