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
/
ufs
/
ffs
/
ffs_rawread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r267226:
kib
2014-06-15
1
-6
/
+4
*
Do not remap usermode pages into KVA for physio.
kib
2013-03-19
1
-2
/
+2
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-2
/
+2
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
*
Add a third flags argument to ffs_syncvnode to avoid a possible conflict
mckusick
2012-03-25
1
-1
/
+1
*
Put the general logic for being a CPU hog into a new function
mdf
2011-02-02
1
-2
/
+1
*
VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object
kib
2009-12-21
1
-7
/
+8
*
- Complete part of the unfinished bufobj work by consistently using
jeff
2008-03-22
1
-16
/
+11
*
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
1
-7
/
+5
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-7
/
+7
*
Call pbgetvp() and pbrelvp() instead of setting b_vp directly.
tegge
2007-02-04
1
-3
/
+9
*
Return error if vnode was reclaimed while it was temporarily unlocked.
tegge
2006-05-05
1
-1
/
+11
*
Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must
tegge
2006-03-02
1
-1
/
+11
*
Giant is no longer needed here.
tegge
2005-09-12
1
-3
/
+0
*
- Use bdone() directly instead of calling it indirectly through
jeff
2005-04-30
1
-11
/
+1
*
- LK_NOPAUSE is a nop now.
jeff
2005-03-31
1
-1
/
+1
*
For snapshots we need all VOP_LOCKs to be exclusive.
phk
2005-02-08
1
-1
/
+2
*
Don't use VOP_GETVOBJECT, use vp->v_object directly.
phk
2005-01-25
1
-5
/
+4
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
1
-1
/
+1
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-1
/
+1
*
Move UFS from DEVFS backing to GEOM backing.
phk
2004-10-29
1
-5
/
+1
*
Fix syntax errors introduced by last commit.
phk
2004-10-26
1
-4
/
+3
*
Put the I/O block size in bufobj->bo_bsize.
phk
2004-10-26
1
-1
/
+1
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
1
-15
/
+15
*
Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT
phk
2004-10-21
1
-5
/
+2
*
Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
tjr
2004-06-03
1
-2
/
+2
*
Send B_PHYS out to pasture, it no longer serves any function.
phk
2003-11-15
1
-1
/
+1
*
Initialize bp->b_offset to the physical offset in partition
tegge
2003-10-22
1
-6
/
+5
*
The previous change necessitates the addition of a new #include. Otherwise,
alc
2003-08-18
1
-0
/
+1
*
Don't use a VOP_*() function on our own vnodes, go directly to the
phk
2003-08-17
1
-4
/
+8
*
Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two new
alc
2003-08-16
1
-0
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Lock the vm object when performing vm_object_page_clean().
alc
2003-05-18
1
-1
/
+4
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Sufficient access checks are performed by vmapbuf() that calling useracc()
alc
2003-04-06
1
-5
/
+0
*
Check return value from vmapbuf instead of the function address.
tegge
2003-03-27
1
-2
/
+1
*
Eliminate a buffer sleep/wakeup race.
tegge
2003-03-27
1
-7
/
+3
*
Add support for reading directly from file to userland buffer when the
tegge
2003-03-26
1
-0
/
+498