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
/
kern
/
vfs_cluster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change these descriptions of memory types used in malloc(9), as their
wkoszek
2007-03-05
1
-1
/
+1
*
Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's
alc
2006-10-22
1
-1
/
+1
*
Add mnt_noasync counter to better handle interleaved calls to nmount(),
tegge
2006-09-26
1
-1
/
+1
*
Remove unused leaked debug function prototype.
tegge
2006-03-21
1
-1
/
+0
*
Let snapshots make a copy of old contents for all buffers taking part in a
tegge
2006-03-19
1
-5
/
+1
*
Changes imported from XFS for FreeBSD project:
rodrigc
2005-12-07
1
-0
/
+15
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Only set B_RAM (Read ahead mark) on an incore buffers if we can lock it.
ups
2005-10-24
1
-3
/
+8
*
Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.
kan
2005-08-13
1
-6
/
+0
*
Revert revision 1.164: pmap_qremove() does not require protection by
alc
2005-05-14
1
-2
/
+0
*
- Remove spls and comments relating to them.
jeff
2005-05-01
1
-26
/
+2
*
- Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFS
jeff
2005-04-30
1
-0
/
+2
*
make cluster_callback() static
phk
2005-02-10
1
-1
/
+2
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-6
/
+0
*
Eliminate (now) unnecessary acquisition and release of the global page
alc
2004-12-29
1
-4
/
+0
*
Don't manually set b_bufobj, pbgetvp() does this for us.
phk
2004-11-15
1
-1
/
+0
*
Explicitly call pbrelvp()
phk
2004-11-15
1
-0
/
+1
*
Retire b_magic now, we have the bufobj containing the same hint.
phk
2004-11-04
1
-1
/
+0
*
Lock bp->b_bufobj->b_object instead of bp->b_object
phk
2004-10-28
1
-8
/
+8
*
Avoid using bp->b_vp when we already have the vnode by other means.
phk
2004-10-27
1
-6
/
+5
*
Synchronize access to the vm page's PG_BUSY flag using the containing vm
alc
2004-10-27
1
-4
/
+4
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
1
-5
/
+2
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
1
-4
/
+5
*
Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT
phk
2004-10-21
1
-3
/
+1
*
Give cluster_write() an explicit vnode argument.
phk
2004-09-27
1
-6
/
+1
*
Eliminate unused second argument to reassignbuf() and simplify it
phk
2004-07-25
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Update the statfs structure with 64-bit fields to allow
mckusick
2003-11-12
1
-2
/
+2
*
Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (This
alc
2003-10-20
1
-1
/
+0
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-20
1
-4
/
+10
*
DuH!
phk
2003-10-18
1
-2
/
+2
*
Initialize bp->b_offset before calling VOP_STRATEGY()
phk
2003-10-18
1
-0
/
+2
*
- Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.
jeff
2003-08-28
1
-7
/
+11
*
Revert stuff which accidentally ended up in the previous commit.
phk
2003-07-22
1
-2
/
+2
*
Don't attempt to inline large functions mb_alloc() and mb_free(),
phk
2003-07-22
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent
phk
2003-05-31
1
-1
/
+1
*
In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling
iedowse
2003-05-28
1
-1
/
+3
*
- Lock the vm_object when performing vm_object_pip_add().
alc
2003-04-20
1
-0
/
+8
*
- We are not guaranteed that read ahead blocks are not in memory already.
jeff
2003-03-30
1
-1
/
+9
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
- Unlock the target bp and not the pager buf bp in a failure case in
jeff
2003-03-17
1
-1
/
+1
*
- Tune down read_max. For single disks we get no gain out of reading more
jeff
2003-03-13
1
-1
/
+1
*
- Regularize variable usage in cluster_read().
jeff
2003-03-11
1
-92
/
+62
*
- Hold the buf lock while manipulating and inspecting its fields.
jeff
2003-03-04
1
-56
/
+70
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-4
/
+4
*
- Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.
jeff
2003-02-25
1
-3
/
+5
*
Remove duplicate includes.
cognet
2003-02-20
1
-1
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
[next]