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
*
MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.
kan
2005-08-15
1
-9
/
+0
*
MFC rev 1.222:
ssouhlal
2005-08-15
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
*
Hold the page queues lock when performing vm_page_clear_dirty() and
alc
2003-08-23
1
-0
/
+2
*
Replace a homegrown bdone()/bwait() implementation by the real thing
phk
2003-08-18
1
-27
/
+5
*
Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.
phk
2003-08-17
1
-4
/
+2
*
Use sparse struct initializations for struct pagerops.
phk
2003-08-05
1
-7
/
+6
*
Maintain a lock on the vm object of interest throughout vm_fault(),
alc
2003-06-22
1
-1
/
+3
*
Lock the vm object when freeing a vm page.
alc
2003-06-18
1
-0
/
+14
*
Add vm object locking to various pagers' "get pages" methods, i386 stack
alc
2003-06-13
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
- Finish vm object and page locking in vnode_pager_setsize().
alc
2003-06-10
1
-26
/
+21
[next]