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
*
This is David Schultz's swapoff code which I am finally able to commit.
dillon
2002-12-15
1
-2
/
+157
*
Remove vm_page_protect(). Instead, use pmap_page_protect() directly.
alc
2002-11-18
1
-1
/
+1
*
Remove extra #include<sys/vmmeter.h>.
cognet
2002-11-11
1
-1
/
+0
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-2
/
+2
*
- Lock access to numoutput on the swap devices.
jeff
2002-09-25
1
-0
/
+2
*
Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.
dillon
2002-08-31
1
-2
/
+2
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-21
1
-0
/
+2
*
o Lock page queue accesses by vm_page_try_to_cache(). (The accesses
alc
2002-07-20
1
-0
/
+2
*
Avoid using the 64-bit vm_pindex_t in a few places where 64-bit
iedowse
2002-06-26
1
-12
/
+14
*
Use an explicit cast to avoid relying on sign extension to do the
iedowse
2002-06-26
1
-2
/
+2
*
o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition and
alc
2002-06-22
1
-3
/
+4
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-14
/
+10
*
Remove __P.
alfred
2002-03-19
1
-16
/
+16
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
1
-8
/
+8
*
- Remove a number of extra newlines that do not belong here according to
eivind
2002-03-10
1
-98
/
+11
*
Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic
jhb
2002-02-27
1
-6
/
+6
*
GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.
phk
2002-02-22
1
-1
/
+1
*
Don't use an uninitialized field reserved for callers in the bio structure
tegge
2001-10-15
1
-3
/
+4
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-11
/
+6
*
Limit the amount of KVM reserved for the buffer cache and for swap-meta
dillon
2001-08-20
1
-2
/
+5
*
Fixups for the initial allocation by dillon:
alfred
2001-08-02
1
-7
/
+15
*
whitespace / register cleanup
dillon
2001-07-04
1
-1
/
+1
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-69
/
+31
*
- Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.
jhb
2001-06-22
1
-4
/
+4
*
- Fix the sw_alloc_interlock to actually lock itself when the lock is
jhb
2001-05-23
1
-16
/
+20
*
aquire Giant when playing with the buffercache and doing IO.
alfred
2001-05-23
1
-2
/
+5
*
aquire vm mutex in swp_pager_async_iodone. Don't call swp_pager_async_iodone
alfred
2001-05-22
1
-2
/
+3
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-11
/
+66
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-3
/
+1
*
Protect pager object creation with sx locks.
alfred
2001-04-18
1
-10
/
+13
*
protect pbufs and associated counts with a mutex
alfred
2001-04-13
1
-0
/
+2
*
Introduce per-swap area accounting in the VM system, and export
rwatson
2001-02-23
1
-1
/
+10
*
- If swap metadata does not fit into the KVM, reduce the number of
tanimura
2000-12-13
1
-12
/
+23
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.
rwatson
2000-11-20
1
-0
/
+3
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
1
-1
/
+3
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-2
/
+4
*
The swap bitmap allocator was not calculating the bitmap size properly
dillon
2000-10-13
1
-1
/
+1
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-2
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Convert the vm_pager_strategy() interface to take a struct bio instead of
phk
2000-05-03
1
-77
/
+55
*
Move and staticize the bufchain functions so they become local to the
phk
2000-05-01
1
-0
/
+137
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-2
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-5
/
+6
*
Add necessary spl protection for swapper. The problem was located by
dillon
2000-03-27
1
-3
/
+4
*
Revert spelling mistake I made in the previous commit
charnier
2000-03-27
1
-1
/
+1
*
Spelling
charnier
2000-03-26
1
-4
/
+4
*
Fix one place which knew that B_WRITE was zero.
phk
2000-03-22
1
-1
/
+2
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-3
/
+3
[next]