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
/
vm_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove comments referring to functions that no longer exist.
alc
2003-10-20
1
-2
/
+0
*
Use sparse struct initializations for struct pagerops.
phk
2003-08-05
1
-25
/
+5
*
Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate
alc
2003-08-04
1
-1
/
+1
*
Move extern declaration of the various pagerops from vm_pager.c
phk
2003-08-03
1
-6
/
+0
*
Initialize b_saveaddr when we hand out pbufs
phk
2003-06-20
1
-2
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Lock the vm_object when performing vm_pager_deallocate().
alc
2003-05-06
1
-0
/
+5
*
Remove GIANT_REQUIRED from getpbuf(). Reviewed by: tegge
alc
2003-04-05
1
-2
/
+1
*
- Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.
jeff
2003-02-25
1
-1
/
+1
*
o Remove some long dead code: from revision 1.41 of vm/vm_pager.c
alc
2002-07-01
1
-19
/
+0
*
o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate().
alc
2002-06-21
1
-3
/
+0
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-6
/
+6
*
Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/
jake
2002-03-17
1
-2
/
+3
*
- Remove a number of extra newlines that do not belong here according to
eivind
2002-03-10
1
-2
/
+0
*
* Move bswlist declaration and initialization from kern/vfs_bio.c to
eivind
2002-03-05
1
-1
/
+6
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
1
-2
/
+2
*
Jake further reduced IPI shootdowns on sparc64 in loops by using ranged
peter
2002-02-27
1
-2
/
+2
*
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
-16
/
+4
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-4
/
+23
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
1
-0
/
+2
*
protect pbufs and associated counts with a mutex
alfred
2001-04-13
1
-2
/
+11
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Backed out previous commit. Don't depend on namespace pollution in
bde
2000-12-02
1
-0
/
+1
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
1
-1
/
+0
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Checkpoint of a new physical memory backed object type, that does not
peter
2000-05-21
1
-0
/
+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
-4
/
+4
*
Move and staticize the bufchain functions so they become local to the
phk
2000-05-01
1
-133
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-5
/
+5
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-12
/
+11
*
Revert spelling mistake I made in the previous commit
charnier
2000-03-27
1
-1
/
+1
*
Spelling
charnier
2000-03-26
1
-3
/
+3
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-2
/
+3
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Add required BUF_KERNPROC to flushchainbuf() to disassociate the
dillon
1999-09-17
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Reformat previous fix to remove an uglier than average goto.
mckay
1999-07-05
1
-9
/
+11
*
The buffer queue mechanism has been reformulated. Instead of having
mckusick
1999-07-04
1
-1
/
+3
*
Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly
peter
1999-06-27
1
-2
/
+3
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-9
/
+12
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-4
/
+2
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-1
/
+4
*
Staticize
eivind
1999-04-11
1
-2
/
+2
*
Submitted by: Matt Dillon <dillon@freebsd.org>
julian
1999-03-14
1
-1
/
+155
*
vm_pager_put_pages() is passed an rcval array to hold per-page return
dillon
1999-01-24
1
-8
/
+8
[next]