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
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.
kan
2005-08-13
1
-0
/
+1
*
Remove calls to spl*().
alc
2005-05-18
1
-11
/
+0
*
Make npages static and const.
phk
2005-02-10
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp().
phk
2004-11-15
1
-0
/
+42
*
More kasserts.
phk
2004-11-15
1
-1
/
+6
*
style polishing.
phk
2004-11-15
1
-7
/
+3
*
Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff.
phk
2004-11-15
1
-0
/
+44
*
expect the caller to have called pbrelvp() if necessary.
phk
2004-11-15
1
-3
/
+0
*
Retire b_magic now, we have the bufobj containing the same hint.
phk
2004-11-04
1
-1
/
+0
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
1
-1
/
+0
*
The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits
alc
2004-04-08
1
-3
/
+0
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-06
1
-4
/
+0
*
Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses.
alc
2004-04-06
1
-20
/
+0
*
- 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
[next]