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
*
Long ago, revision 1.22 of vm/vm_pager.h introduced a bug. Specifically,
alc
2006-10-14
1
-3
/
+1
*
Change vnode_pager_addr() such that on returning it distinguishes between
alc
2006-10-14
1
-19
/
+24
*
Distinguish between two distinct kinds of errors from VOP_BMAP() in
alc
2006-10-10
1
-2
/
+12
*
Change vnode_pager_generic_getpages() so that it does not panic if the
alc
2006-10-08
1
-2
/
+13
*
Introduce a field to struct vm_page for storing flags that are
alc
2006-08-09
1
-1
/
+1
*
Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must
tegge
2006-03-02
1
-2
/
+0
*
- Fix silly VI locking that is used to check a single flag. The vnode
jeff
2006-02-06
1
-14
/
+6
*
Use off_t for file size passed to vnode_create_vobject().
yar
2006-02-01
1
-1
/
+1
*
Rate limit vnode_pager_putpages printfs to once a second.
ps
2005-11-01
1
-3
/
+8
*
Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.
kan
2005-08-13
1
-9
/
+0
*
Use atomic operations on runningbufspace.
ssouhlal
2005-08-08
1
-2
/
+4
*
Remove a stale comment concerning spl* usage.
alc
2005-05-19
1
-2
/
+0
*
Correct 32 vs 64 bit signedness issues.
bz
2005-05-18
1
-8
/
+9
*
- Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the
jeff
2005-05-03
1
-0
/
+3
*
- Don't NULL the vnode's v_object pointer until after the object is torn
jeff
2005-04-03
1
-1
/
+1
*
- LK_NOPAUSE is a nop now.
jeff
2005-03-31
1
-1
/
+1
*
- Don't directly adjust v_usecount, use vref() instead.
jeff
2005-03-14
1
-3
/
+1
*
- Retire OLOCK and OWANT. All callers hold the vnode lock when creating
jeff
2005-03-14
1
-17
/
+0
*
- Don't acquire the vnode lock in destroy_vobject, assert that it has
jeff
2005-03-13
1
-2
/
+1
*
Try to unbreak the vnode locking around vop_reclaim() (based mostly on
phk
2005-02-19
1
-0
/
+2
*
Move the contents of vop_stddestroyvobject() to the new vnode_pager
phk
2005-01-28
1
-0
/
+33
*
Move the body of vop_stdcreatevobject() over to the vnode_pager under
phk
2005-01-24
1
-0
/
+50
*
Kill the VV_OBJBUF and test the v_object for NULL instead.
phk
2005-01-24
1
-1
/
+1
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-10
/
+6
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
fix comment
phk
2004-12-25
1
-1
/
+1
*
Almost nine years ago, when support for 1TB files was introduced in
alc
2004-12-07
1
-1
/
+1
*
Correct a sanity check in vnode_pager_generic_putpages(). The cast used
alc
2004-12-05
1
-1
/
+1
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-10
/
+13
*
Explicitly call pbrelvp()
phk
2004-11-15
1
-0
/
+2
*
Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()
alc
2004-11-06
1
-0
/
+5
*
Also check that the sectormask is bigger than zero.
phk
2004-10-26
1
-1
/
+3
*
Put the I/O block size in bufobj->bo_bsize.
phk
2004-10-26
1
-1
/
+1
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
1
-8
/
+2
*
add KASSERTS
phk
2004-09-07
1
-0
/
+2
*
Acquire and release Giant around a call to VOP_BMAP(). (This is a
alc
2004-08-19
1
-0
/
+2
*
Make vm_page's PG_ZERO flag immutable between the time of the page's
alc
2004-05-06
1
-3
/
+0
*
Push down Giant into vm_pager_get_pages(). The only get pages methods that
alc
2004-04-23
1
-0
/
+2
*
Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses.
alc
2004-04-06
1
-10
/
+12
*
Eliminate the acquisition and release of Giant from vnode_pager_alloc().
alc
2004-01-04
1
-2
/
+0
*
In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGY
tjr
2003-11-15
1
-1
/
+4
*
- Call vnode_pager_input_old() with the vm object locked.
alc
2003-10-25
1
-5
/
+6
*
- Push down Giant from vm_pageout() to vm_pageout_scan(), freeing
alc
2003-10-24
1
-0
/
+2
*
- Hold the vm object's lock around calls to vm_page_set_validclean().
alc
2003-10-20
1
-0
/
+4
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-19
1
-43
/
+45
*
- Synchronize access to the page's valid field in
alc
2003-10-18
1
-1
/
+2
*
DuH!
phk
2003-10-18
1
-2
/
+2
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().
phk
2003-10-18
1
-1
/
+2
*
Add vm object locking to vnode_pager_lock(). (This triggers the movement
alc
2003-09-18
1
-14
/
+32
*
In vnode_pager_generic_putpages(), change the printf format specifier
marcel
2003-08-29
1
-2
/
+2
[next]