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
/
swap_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Modify swap_pager_copy() and its callers such that the source and
alc
2003-11-01
1
-9
/
+12
*
- Synchronize access to the swdevt's sw_flags with sw_dev_mtx.
alc
2003-10-31
1
-2
/
+3
*
- Synchronize access to the swdevt's sw_blist with sw_dev_mtx.
alc
2003-10-30
1
-20
/
+20
*
- Synchronize access to swdevhd using sw_dev_mtx.
alc
2003-10-30
1
-7
/
+7
*
- Synchronize updates to nswapdev using sw_dev_mtx.
alc
2003-10-29
1
-2
/
+2
*
- Avoid a race in swaponsomething(): Calculate the new swdevt's first and
alc
2003-10-29
1
-17
/
+14
*
- Complete the synchronization of accesses to the swblock hash table.
alc
2003-10-27
1
-0
/
+3
*
- Introduce and use a mutex synchronizing access to the swblock hash table.
alc
2003-10-26
1
-4
/
+20
*
- Add some of the required vm object locking, including assertions where
alc
2003-10-25
1
-4
/
+24
*
- Push down Giant from vm_pageout() to vm_pageout_scan(), freeing
alc
2003-10-24
1
-3
/
+4
*
DuH!
phk
2003-10-18
1
-1
/
+1
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().
phk
2003-10-18
1
-0
/
+1
*
Don't open with exclusive bit, swapon(8) wants to trash our swapdev.
phk
2003-09-02
1
-2
/
+8
*
Add a close() method to a swapdev.
phk
2003-08-30
1
-138
/
+254
*
Protect the swapdevice tailq with a mutex.
phk
2003-08-30
1
-23
/
+50
*
Continue the objectification of the swapdev backends:
phk
2003-08-30
1
-59
/
+106
*
Make the strategy function a method of the individual swapdev.
phk
2003-08-30
1
-21
/
+30
*
Consistent use modern function definitions
phk
2003-08-30
1
-69
/
+23
*
Eliminate unnecessary udev_t variable: we can derive it from the dev_t
phk
2003-08-15
1
-6
/
+4
*
Make swaponvp() static to the swap_pager.
phk
2003-08-15
1
-1
/
+2
*
Make the first two pages magic to protect the BSD labels rather than
phk
2003-08-06
1
-2
/
+2
*
Staticize swap_pager_putpages()
phk
2003-08-06
1
-30
/
+4
*
Explicitly set B_PAGING
phk
2003-08-06
1
-4
/
+2
*
Rip out the totally bogos vnode swapdev_vp with extreeme prejudice.
phk
2003-08-06
1
-52
/
+11
*
Use sparse struct initialization for struct pagerops.
phk
2003-08-05
1
-258
/
+12
*
Put an uncovered page between the swap devices, that way we can be sure
phk
2003-08-04
1
-32
/
+23
*
Name swap_pager_find_dev() more correctly swp_pager_finde_dev().
phk
2003-08-03
1
-38
/
+21
*
I accidentally hit undo before committing, fix the resulting off-by-one.
phk
2003-08-03
1
-1
/
+1
*
Change the layout policy of the swap_pager from a hardcoded width
phk
2003-08-03
1
-150
/
+126
*
Remove unused stuff.
phk
2003-07-31
1
-1
/
+15
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Remove all but one of the inlines here, this reduces the code size by
phk
2003-07-22
1
-10
/
+9
*
swp_pager_hash() was called before it was instantiated inline. This made
peter
2003-07-22
1
-29
/
+29
*
Fix a printf format warning I introduced.
phk
2003-07-18
1
-21
/
+19
*
If a proposed swap device exceeds the 8G artificial limit which out
phk
2003-07-18
1
-6
/
+6
*
Move the implementation of the vmspace_swap_count() (used only in
phk
2003-07-18
1
-0
/
+65
*
Add a new function swap_pager_status() which reports the total size of the
phk
2003-07-18
1
-1
/
+17
*
Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation
phk
2003-07-18
1
-8
/
+503
*
Make sure that SWP_NPAGES always has the same value in all source
phk
2003-07-17
1
-6
/
+0
*
Maintain the lock on a vm object when calling vm_page_grab().
alc
2003-06-25
1
-3
/
+0
*
Make swap_pager_haspages() static; remove unused function prototypes.
alc
2003-06-20
1
-1
/
+3
*
This file was ignored by CVS in my last commit for some reason:
phk
2003-06-16
1
-1
/
+0
*
Extend the scope of the vm object lock in swp_pager_async_iodone() to cover
alc
2003-06-13
1
-3
/
+4
*
Add vm object locking to various pagers' "get pages" methods, i386 stack
alc
2003-06-13
1
-2
/
+7
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Assert that the vm object is locked on entry to swap_pager_freespace().
alc
2003-06-07
1
-1
/
+1
*
Lock the vm_object when performing vm_pager_deallocate().
alc
2003-05-06
1
-2
/
+1
*
- Lock the vm_object when performing swap_pager_isswapped().
alc
2003-04-28
1
-0
/
+1
*
- Convert vm_object_pip_wait() from using tsleep() to msleep().
alc
2003-04-26
1
-0
/
+4
*
- Lock the vm_object when performing vm_object_pip_add().
alc
2003-04-20
1
-4
/
+3
[next]