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
/
vm
/
vnode_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Lock the vm_object when performing vm_pager_deallocate().
alc
2003-05-06
1
-3
/
+4
*
- Convert vm_object_pip_wait() from using tsleep() to msleep().
alc
2003-04-26
1
-3
/
+8
*
Update locking around vm_object_page_remove() to use the new macros.
alc
2003-04-18
1
-2
/
+2
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.
alc
2003-03-06
1
-3
/
+0
*
We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.
phk
2003-01-13
1
-1
/
+4
*
Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages and
phk
2003-01-05
1
-2
/
+2
*
Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since
phk
2003-01-03
1
-2
/
+2
*
Allow the VM object flushing code to cluster. When the filesystem syncer
dillon
2002-12-28
1
-2
/
+8
*
Perform vm_object_lock() and vm_object_unlock() around
alc
2002-12-15
1
-0
/
+2
*
Hold the page queues lock when performing pmap_clear_modify().
alc
2002-11-27
1
-0
/
+4
*
Hold the page queues/flags lock when calling vm_page_set_validclean().
alc
2002-11-23
1
-0
/
+4
*
Add page queue and flag locking in vnode_pager_setsize().
alc
2002-11-23
1
-0
/
+2
*
Now that pmap_remove_all() is exported by our pmap implementations
alc
2002-11-16
1
-1
/
+1
*
When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than
alc
2002-11-10
1
-1
/
+1
*
Better printf() formats.
mux
2002-11-07
1
-8
/
+7
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
- Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.
jeff
2002-09-25
1
-2
/
+7
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-9
/
+17
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-14
/
+19
*
o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().
alc
2002-07-27
1
-0
/
+2
*
- Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).
robert
2002-07-01
1
-5
/
+7
*
o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition and
alc
2002-06-22
1
-6
/
+5
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
1
-2
/
+2
*
o Condition the compilation and use of vm_freeze_copyopts()
alc
2002-05-06
1
-0
/
+2
*
We do not necessarily need to map/unmap pages to zero parts of them.
peter
2002-04-28
1
-4
/
+1
*
Remove __P.
alfred
2002-03-19
1
-10
/
+10
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
1
-2
/
+2
*
- Remove a number of extra newlines that do not belong here according to
eivind
2002-03-10
1
-6
/
+4
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-6
/
+6
*
This fixes a large number of bugs in our NFS client side code. A recent
dillon
2001-12-14
1
-2
/
+27
*
Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the
dillon
2001-11-05
1
-2
/
+7
*
Finally fix the VM bug where a file whos EOF occurs in the middle of a page
dillon
2001-10-12
1
-3
/
+21
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-10
/
+8
*
KSE Milestone 2
julian
2001-09-12
1
-8
/
+8
*
Whitespace fixes.
jhb
2001-08-04
1
-1
/
+1
*
whitespace / register cleanup
dillon
2001-07-04
1
-2
/
+2
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-50
/
+17
*
Fix a XXX comment by moving the initialization of the number of pbuf's
jhb
2001-07-03
1
-9
/
+9
*
Don't hold the VM lock across VOP's and other things that can sleep.
jhb
2001-05-29
1
-2
/
+19
*
- Assert Giant is held in the vnode pager methods.
jhb
2001-05-23
1
-14
/
+18
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-15
/
+38
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
vnode_pager_freepage() is really vm_page_free() in disguise,
alfred
2001-04-19
1
-14
/
+7
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
1
-3
/
+36
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-0
/
+5
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-3
/
+3
[prev]
[next]